Enable functional tests for train
This patch also updates the smoke test to run train. Change-Id: Ib1e3d8b1b8298131237b02692380eade21e31ce8 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
This commit is contained in:
parent
d82958bd65
commit
5b14cf84f9
12
src/tests/gate-basic-bionic-train
Executable file
12
src/tests/gate-basic-bionic-train
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Amulet tests on a basic barbican deploy on bionic-train for keystone v3.
|
||||
"""
|
||||
|
||||
from basic_deployment import SoftHSMBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = SoftHSMBasicDeployment(series='bionic', keystone_version=3,
|
||||
openstack='cloud:bionic-train',
|
||||
source='cloud:bionic-train')
|
||||
deployment.run_tests()
|
@ -43,7 +43,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-stein --no-destroy
|
||||
bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-train --no-destroy
|
||||
|
||||
[testenv:func-dev]
|
||||
# Run all development test targets which are +x (may not always pass!)
|
||||
|
Loading…
Reference in New Issue
Block a user