~thedac/charms/trusty/neutron-gateway/action-managed-upgrade

« back to all changes in this revision

Viewing changes to tests/13-basic-precise-havana

  • Committer: Corey Bryant
  • Date: 2015-04-10 14:22:04 UTC
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: corey.bryant@canonical.com-20150410142204-cxv98ibq76r4m6mq
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 quantum-gateway deployment on precise-havana."""
4
 
 
5
 
from basic_deployment import QuantumGatewayBasicDeployment
6
 
 
7
 
if __name__ == '__main__':
8
 
    deployment = QuantumGatewayBasicDeployment(series='precise',
9
 
                                          openstack='cloud:precise-havana',
10
 
                                          source='cloud:precise-updates/havana')
11
 
    deployment.run_tests()