summaryrefslogtreecommitdiffstats
path: root/ci/cyclicTestTrigger.sh
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-04-05 18:08:08 +0530
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-04-05 18:34:15 +0530
commitaf8d29d3d6119cf43344970023f0548a28922234 (patch)
tree504ca2e5c5e685af93dee3a661060c2931c91f51 /ci/cyclicTestTrigger.sh
parent748c85b8fa92c96186e6eeb3d518c45813d7c5f4 (diff)
Disabling execution of 'cpu' and 'io' stress test cases.
This patch is used to disable execution of cyclictest 'cpu' and 'io' stress testcases as a part of kvmfornfv verify job to speed up the verification process. Change-Id: I9004bb27153a24d012f92d16bfab9c2298044caa Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci/cyclicTestTrigger.sh')
-rwxr-xr-xci/cyclicTestTrigger.sh2
1 files changed, 1 insertions, 1 deletions
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