From 03db56111d476465e37a3e005cdd6b9e21fc945f Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Thu, 15 Mar 2018 09:39:23 +0800 Subject: 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 --- tests/ci/periodic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" -- cgit 1.2.3-korg