[corey.bryant,trivial] Add basic-trusty-kilo-git amulet tests.

This commit is contained in:
Corey Bryant 2015-07-08 13:31:40 -04:00
parent 40f5a37e5b
commit c77c21ba03
1 changed files with 12 additions and 0 deletions

12
tests/052-basic-trusty-kilo-git Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/python
"""Amulet tests on a basic neutron-api git deployment on trusty-kilo."""
from basic_deployment import NeutronAPIBasicDeployment
if __name__ == '__main__':
deployment = NeutronAPIBasicDeployment(series='trusty',
openstack='cloud:trusty-kilo',
source='cloud:trusty-updates/kilo',
git=True)
deployment.run_tests()