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

« back to all changes in this revision

Viewing changes to tests/18-basic-trusty-juno-git

Deploy from source

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 git 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
                                           git=True)
 
12
    deployment.run_tests()