Update functional test definitions
Change-Id: I01158ec2dcdd3d70de5ebb8c68e3cb0d68fa6539
This commit is contained in:
parent
1e6bda4d04
commit
d967d7d7df
@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
"""Amulet tests on a basic tempest deployment on cosmic-rocky."""
|
|
||||||
|
|
||||||
from basic_deployment import TempestBasicDeployment
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
deployment = TempestBasicDeployment(series='cosmic')
|
|
||||||
deployment.run_tests()
|
|
||||||
|
|
@ -35,7 +35,7 @@ commands =
|
|||||||
# Run a specific test as an Amulet smoke test (expected to always pass)
|
# Run a specific test as an Amulet smoke test (expected to always pass)
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-rocky --no-destroy
|
bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-stein --no-destroy
|
||||||
|
|
||||||
[testenv:func27-dfs]
|
[testenv:func27-dfs]
|
||||||
# Run all deploy-from-source tests which are +x (may not always pass!)
|
# Run all deploy-from-source tests which are +x (may not always pass!)
|
||||||
|
Loading…
Reference in New Issue
Block a user