~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to tests/018-basic-utopic-juno

  • Committer: Cory Benfield
  • Date: 2015-08-21 07:33:43 UTC
  • mfrom: (134 trunk)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: cory.benfield@metaswitch.com-20150821073343-u2joqrazqq0l9h1u
synced /next

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
 
3
 
"""Amulet tests on a basic neutron-api deployment on utopic-juno."""
4
 
 
5
 
from basic_deployment import NeutronAPIBasicDeployment
6
 
 
7
 
if __name__ == '__main__':
8
 
    deployment = NeutronAPIBasicDeployment(series='utopic')
9
 
    deployment.run_tests()