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

« back to all changes in this revision

Viewing changes to tests/15-basic-trusty-icehouse

  • Committer: Corey Bryant
  • Date: 2015-02-19 21:24:50 UTC
  • mfrom: (77.2.5 trunk)
  • Revision ID: corey.bryant@canonical.com-20150219212450-yelpsdntpztvnogc
[gnuoy,r=1chb1n,r=corey.bryant] Add basic Amulet tests

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 trusty-icehouse."""
 
4
 
 
5
from basic_deployment import NeutronAPIBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NeutronAPIBasicDeployment(series='trusty')
 
9
    deployment.run_tests()