~openstack-charm-sync/charms/trusty/neutron-gateway/stable

« back to all changes in this revision

Viewing changes to tests/019-basic-vivid-kilo

  • Committer: Liam Young
  • Date: 2016-01-12 07:44:01 UTC
  • mfrom: (158.1.5 stable.remote)
  • Revision ID: liam.young@canonical.com-20160112074401-w6wvs8c1f3n2hlno
Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.

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