Update functional test definitions

Change-Id: I01158ec2dcdd3d70de5ebb8c68e3cb0d68fa6539
This commit is contained in:
Frode Nordahl 2019-07-17 15:00:50 +02:00
parent 1e6bda4d04
commit d967d7d7df
2 changed files with 1 additions and 11 deletions

View File

@ -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()

View File

@ -35,7 +35,7 @@ commands =
# Run a specific test as an Amulet smoke test (expected to always pass)
basepython = python2.7
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]
# Run all deploy-from-source tests which are +x (may not always pass!)