X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2FcyclicTestTrigger.sh;h=6765569f678536d919e6dcda5c88b2ef21a3a2aa;hb=af8d29d3d6119cf43344970023f0548a28922234;hp=640a0738ad54cc75de4e5bb45d3cbd2f5b1a1471;hpb=748c85b8fa92c96186e6eeb3d518c45813d7c5f4;p=kvmfornfv.git diff --git a/ci/cyclicTestTrigger.sh b/ci/cyclicTestTrigger.sh index 640a0738a..6765569f6 100755 --- a/ci/cyclicTestTrigger.sh +++ b/ci/cyclicTestTrigger.sh @@ -189,7 +189,7 @@ function runCyclicTest { sudo docker run -i -v ${volume}:/opt --net=host --name kvmfornfv_${testType}_${testName} \ kvmfornfv:latest /bin/bash -c "cd /opt/scripts && ls; ./cyclictest.sh $testType $testName" cyclictest_output=$? - if [ "$testName" == "iostress_idle" ];then + if [ "$testName" == "memorystress_idle" ];then copyLogs fi