Update functional test definitions

Change-Id: I391df1d29830742d2dce654c0a7feff6af23ffa4
This commit is contained in:
Frode Nordahl 2019-07-17 14:59:29 +02:00
parent f3c3dd689f
commit 82290cd536
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic manila deployment on cosmic-rocky.
"""
from basic_deployment import ManilaBasicDeployment
if __name__ == '__main__':
deployment = ManilaBasicDeployment(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!)