~charmers/charms/trusty/ubuntu/trunk

1
2
3
4
5
6
7
#!/usr/bin/python
"""Amulet tests on a basic ubuntu charm deployment on utopic."""

from basic_deployment import ubuntu_basic_deployment

if __name__ == '__main__':
    ubuntu_basic_deployment(series='utopic')