Update functional test definitions

Change-Id: Ibfac11da785c93ca4996cefaf980e08b1778bf37
This commit is contained in:
Frode Nordahl 2019-07-17 14:59:31 +02:00
parent 27dfa6fbf5
commit 50fc631ef2
2 changed files with 1 additions and 11 deletions

View File

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