From: zhihui wu Date: Thu, 15 Mar 2018 01:39:23 +0000 (+0800) Subject: fix an error in the ci script X-Git-Tag: opnfv-6.0.0~14 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F53819%2F2;p=qtip.git fix an error in the ci script Error: No such container: storage_qtip_.[1] [1] https://build.opnfv.org/ci/view/qtip/job/qtip-storage-apex-zte-virtual5-master/16/console Change-Id: Icaa1e9ad60a2ccf3c02f26340e88811c57512bf9 Signed-off-by: zhihui wu --- diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh index 0296012f..cc9e806c 100755 --- a/tests/ci/periodic.sh +++ b/tests/ci/periodic.sh @@ -16,7 +16,7 @@ source ${script_dir}/utils/start_services.sh if [[ "${TEST_SUITE}" =~ "compute" ]];then docker exec ${TEST_SUITE}_qtip_${SUT} bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh -u "${SUT}" else - docker exec ${TEST_SUITE}_qtip_${SUT} bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh + docker exec ${TEST_SUITE}_qtip bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh fi echo "${TEST_SUITE} QPI done!"