[corey.bryant,trivial] Add basic-trusty-kilo-git amulet tests.
This commit is contained in:
parent
a83a29eec2
commit
eecc5789df
12
tests/052-basic-trusty-kilo-git
Executable file
12
tests/052-basic-trusty-kilo-git
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
"""Amulet tests on a basic neutron-gateway git deployment on trusty-kilo."""
|
||||||
|
|
||||||
|
from basic_deployment import NeutronGatewayBasicDeployment
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
deployment = NeutronGatewayBasicDeployment(series='trusty',
|
||||||
|
openstack='cloud:trusty-kilo',
|
||||||
|
source='cloud:trusty-updates/kilo',
|
||||||
|
git=True)
|
||||||
|
deployment.run_tests()
|
Loading…
Reference in New Issue
Block a user