~openstack-charmers-archive/charms/precise/neutron-openvswitch/trunk

« back to all changes in this revision

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

  • Committer: Corey Bryant
  • Date: 2015-04-20 20:52:09 UTC
  • mfrom: (59.2.10 neutron-tempcheck)
  • Revision ID: corey.bryant@canonical.com-20150420205209-zsw0nmipq9xvjphs
[beisner,r=corey.bryant] Add juno and kilo 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 neutron-openvswitch deployment on vivid-kilo."""
 
4
 
 
5
from basic_deployment import NeutronOVSBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NeutronOVSBasicDeployment(series='vivid')
 
9
    deployment.run_tests()