106
by Corey Bryant
[beisner,r=corey.bryant] Add new juno and kilo amulet tests. |
1 |
#!/usr/bin/python
|
2 |
||
3 |
"""Amulet tests on a basic neutron-api deployment on trusty-icehouse."""
|
|
4 |
||
5 |
from basic_deployment import NeutronAPIBasicDeployment |
|
6 |
||
7 |
if __name__ == '__main__': |
|
8 |
deployment = NeutronAPIBasicDeployment(series='trusty') |
|
9 |
deployment.run_tests() |