~james-page/charms/trusty/neutron-openvswitch/lp1531102

« back to all changes in this revision

Viewing changes to tests/16-basic-trusty-juno

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 20:02:01 UTC
  • mfrom: (49.3.12 neutron-openvswitch)
  • Revision ID: james.page@ubuntu.com-20150416200201-v5qt083ggwenlbqp
[coreycb,r=james-page] Add deploy from source support.

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 trusty-juno."""
4
 
 
5
 
from basic_deployment import NeutronOVSBasicDeployment
6
 
 
7
 
if __name__ == '__main__':
8
 
    deployment = NeutronOVSBasicDeployment(series='trusty',
9
 
                                           openstack='cloud:trusty-juno',
10
 
                                           source='cloud:trusty-updates/juno')
11
 
    deployment.run_tests()