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:
parent
1c8cbe6be8
commit
720c72baa9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user