From: Vladimir Khlyunev Date: Thu, 9 Jun 2022 21:41:28 +0000 (+0400) Subject: Wrap ssh command for ssl env X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ee3c9971a8bed949df32b444342dc79ff8e02197;p=tools%2Fsustaining.git Wrap ssh command for ssl env Change-Id: Ie0002b9d1eec8a1145927477652903e8b0cfba01 --- diff --git a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh index 525ec31..5fc4d01 100644 --- a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh +++ b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh @@ -78,7 +78,7 @@ else echo 'scheduler_available_filters = '$NOVA_FLTR >> lvm fi -grep public.fuel.local /etc/hosts || ssh_to_controller grep public.fuel.local /etc/hosts >> /etc/hosts || echo "non-ssl env, skipping" +grep public.fuel.local /etc/hosts || ssh_to_controller "grep public.fuel.local /etc/hosts" >> /etc/hosts || echo "non-ssl env, skipping" source /root/rally/rally-venv/bin/activate # shellcheck disable=SC1090