~corey.bryant/charms/trusty/quantum-gateway/end-of-life

« back to all changes in this revision

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

  • Committer: Corey Bryant
  • Date: 2015-07-16 19:59:31 UTC
  • Revision ID: corey.bryant@canonical.com-20150716195931-2p7sloju2305jsfx
quantum-gateway charm has reached end-of-life

Strip all functionality from charm and issue status message
reporting end-of-life and pointing users to neutron-gateway charm.

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