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

« back to all changes in this revision

Viewing changes to tests/14-basic-precise-icehouse

  • Committer: Corey Bryant
  • Date: 2015-04-02 20:15:28 UTC
  • mfrom: (81.1.6 trunk) (96 trunk)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: corey.bryant@canonical.com-20150402201528-4sofyas6dazz0e45
Deploy from source

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 precise-icehouse."""
 
4
 
 
5
from basic_deployment import NeutronAPIBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NeutronAPIBasicDeployment(series='precise',
 
9
                                           openstack='cloud:precise-icehouse',
 
10
                                           source='cloud:precise-updates/icehouse')
 
11
    deployment.run_tests()