Merge "Update amulet test definitions"

This commit is contained in:
Zuul 2018-04-04 15:25:49 +00:00 committed by Gerrit Code Review
commit 666826143a
5 changed files with 1 additions and 34 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic ceph deployment on trusty-kilo."""
from basic_deployment import CephBasicDeployment
if __name__ == '__main__':
deployment = CephBasicDeployment(series='trusty',
openstack='cloud:trusty-kilo',
source='cloud:trusty-updates/kilo')
deployment.run_tests()

View File

@ -1,11 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic ceph deployment on trusty-liberty."""
from basic_deployment import CephBasicDeployment
if __name__ == '__main__':
deployment = CephBasicDeployment(series='trusty',
openstack='cloud:trusty-liberty',
source='cloud:trusty-updates/liberty')
deployment.run_tests()

View File

@ -1,11 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic ceph deployment on xenial-newton."""
from basic_deployment import CephBasicDeployment
if __name__ == '__main__':
deployment = CephBasicDeployment(series='xenial',
openstack='cloud:xenial-newton',
source='cloud:xenial-updates/newton')
deployment.run_tests()

View File

@ -60,7 +60,7 @@ basepython = python2.7
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
bundletester -vl DEBUG -r json -o func-results.json gate-basic-xenial-pike --no-destroy
bundletester -vl DEBUG -r json -o func-results.json gate-basic-xenial-queens --no-destroy
[testenv:func27-dfs]
# Charm Functional Test