Skip to content

Commit

Permalink
Merge pull request #210 from ASBishop/OSPRH-10092
Browse files Browse the repository at this point in the history
[tempest] Handle quotes in TEMPESTCONF_OVERRIDES
  • Loading branch information
openshift-merge-bot[bot] authored Sep 11, 2024
2 parents 3addfef + 9258ba0 commit 4e2af59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-images/tcib/base/os/tempest/run_tempest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function run_git_tempest {
tempest init openshift
pushd $TEMPEST_DIR

discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
eval discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
&& tempest run ${TEMPEST_ARGS}
RETURN_VALUE=$?

Expand All @@ -340,7 +340,7 @@ function run_rpm_tempest {
# List Tempest packages
rpm -qa | grep tempest

discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
eval discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
&& tempest run ${TEMPEST_ARGS}
RETURN_VALUE=$?

Expand Down

0 comments on commit 4e2af59

Please sign in to comment.