~charmers/charms/trusty/ubuntu/trunk

« back to all changes in this revision

Viewing changes to tests/020_basic_utopic

  • Committer: Tim Van Steenburgh
  • Date: 2015-05-01 10:12:08 UTC
  • mfrom: (10.1.4 ubuntu)
  • Revision ID: tim.van.steenburgh@canonical.com-20150501101208-7jvqc9dtmlfz7kvk
[1chb1n] Remove hooks and lxc stuff; update tests

Revert charm to have no hooks and no config options; add functional tests for all currently-supported Ubuntu releases; add bundletester usage examples.

Charm is now compatible with both 'juju test' and bundletester.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
"""Amulet tests on a basic ubuntu charm deployment on utopic."""
 
3
 
 
4
from basic_deployment import ubuntu_basic_deployment
 
5
 
 
6
if __name__ == '__main__':
 
7
    ubuntu_basic_deployment(series='utopic')