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:
Itxaka 2019-04-15 17:35:55 +02:00
parent 1c8cbe6be8
commit 720c72baa9
No known key found for this signature in database
GPG Key ID: 0FFB0E56C3539E24

@ -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