From 720c72baa97923706bed79d5a1750c692f7e5d7e Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 15 Apr 2019 17:35:55 +0200 Subject: [PATCH] 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 --- tempest/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/values.yaml b/tempest/values.yaml index 21fffa6d39..7acbd1f76c 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -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