Disabling execution of 'cpu' and 'io' stress test cases. 03/33003/1
authorkalyanreddy <reddyx.gundarapu@intel.com>
Wed, 5 Apr 2017 12:38:08 +0000 (18:08 +0530)
committerkalyanreddy <reddyx.gundarapu@intel.com>
Wed, 5 Apr 2017 13:04:15 +0000 (18:34 +0530)
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>
ci/cyclicTestTrigger.sh
ci/test_kvmfornfv.sh

index 640a073..6765569 100755 (executable)
@@ -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
 
index 47158de..92f4228 100755 (executable)
@@ -14,7 +14,7 @@
 test_type=$1
 test_name=$2
 ftrace_enable=0
-cyclictest_env_verify=("idle_idle" "cpustress_idle" "memorystress_idle" "iostress_idle") #cyclictest environment
+cyclictest_env_verify=("idle_idle" "memorystress_idle") #cyclictest environment
 cyclictest_env_daily=("idle_idle" "cpustress_idle" "memorystress_idle" "iostress_idle")
 cyclictest_result=0 #exit code of cyclictest
 packetforward_result=0 #exit code of packet forward