Update functional test definitions

Change-Id: I9501a4aed293b3fdf9cda60b47107030f2d5d2eb
This commit is contained in:
Frode Nordahl 2019-07-17 14:57:26 +02:00
parent fc0160cfc6
commit 0c596f7c4d
2 changed files with 1 additions and 11 deletions

View File

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