Prepare backporting K8s security containers
[releng.git] / jjb / kvmfornfv / kvmfornfv-test.sh
index 06377ac..b31d61c 100755 (executable)
@@ -13,13 +13,20 @@ else
     exit 1
 fi
 
+echo $TEST_NAME
+
 # do stuff differently based on the job type
 case "$JOB_TYPE" in
-    verify|daily)
+    verify)
         #start the test
         cd $WORKSPACE
         ./ci/test_kvmfornfv.sh $JOB_TYPE
         ;;
+    daily)
+        #start the test
+        cd $WORKSPACE
+        ./ci/test_kvmfornfv.sh $JOB_TYPE $TEST_NAME
+        ;;
     *)
         echo "Test is not enabled for $JOB_TYPE jobs"
         exit 1