mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2026-01-11 02:15:23 +00:00
Fix tempest test script
We need to pass the config file to tempest cli so it can run from anywhere As a side effect, we need to also pass the concurrency value to the cli as it cannot infer it by itself Change-Id: I897951cbbe39152767123387dff43109bef84cc6
This commit is contained in:
@@ -91,7 +91,7 @@ dependencies:
|
||||
|
||||
conf:
|
||||
script: |
|
||||
tempest run --smoke
|
||||
tempest run --config-file /etc/tempest/tempest.conf -w 4 --smoke
|
||||
# The following sections can be used to blacklist and whitelist specific tests.
|
||||
# If either section is not empty, it will be used to create an entry in the
|
||||
# tempest-etc configmap and will be mounted into the tempest-run-tests pod
|
||||
|
||||
Reference in New Issue
Block a user