We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 676b5dd + c26f263 commit 7ce719aCopy full SHA for 7ce719a
bin/rally-verify-wrapper.sh
@@ -22,6 +22,18 @@ if [ ! -z ${TEMPEST_VERSION:+x} ]; then
22
tempest_version="--version $TEMPEST_VERSION"
23
fi
24
25
+if [ ! -z ${TEMPEST_LOAD_LIST:+x} ]; then
26
+ echo "$TEMPEST_LOAD_LIST" > ~/tempest-load-list
27
+fi
28
+
29
+if [ ! -z ${TEMPEST_SKIP_LIST:+x} ]; then
30
+ echo "$TEMPEST_SKIP_LIST" > ~/tempest-skip-list
31
32
33
+if [ ! -z ${TEMPEST_CONF_OVERRIDES:+x} ]; then
34
+ echo "$TEMPEST_CONF_OVERRIDES" > ~/tempest-overrides.conf
35
36
37
load_list=""
38
# You can't have a load list and a pattern, pattern takes priority
39
if [ -f ~/tempest-load-list ] && [ -z ${TEMPEST_PATTERN:+x} ]; then
0 commit comments