~corey.bryant/charms/trusty/quantum-gateway/use-stable

« back to all changes in this revision

Viewing changes to tests/12-basic-precise-grizzly

  • Committer: james.page at ubuntu
  • Date: 2014-07-28 11:32:22 UTC
  • mfrom: (53.1.3 quantum-gateway)
  • Revision ID: james.page@ubuntu.com-20140728113222-pi9nzrje388v69i0
[coreycb,r=james-page] Add 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 quantum-gateway deployment on precise-grizzly."""
 
4
 
 
5
from basic_deployment import QuantumGatewayBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = QuantumGatewayBasicDeployment(series='precise',
 
9
                                         openstack='cloud:precise-grizzly',
 
10
                                         source='cloud:precise-updates/grizzly')
 
11
    deployment.run_tests()