2 ##########################################################
3 ##This script includes executing cyclictest scripts.
4 ##########################################################
5 #The latest build packages are stored in build_output
7 ls -al $WORKSPACE/build_output
9 if [[ "$JOB_NAME" =~ (verify|merge|daily|weekly) ]]; then
10 JOB_TYPE=${BASH_REMATCH[0]}
12 echo "Unable to determine job type!"
18 # do stuff differently based on the job type
23 ./ci/test_kvmfornfv.sh $JOB_TYPE
28 ./ci/test_kvmfornfv.sh $JOB_TYPE $TEST_NAME
31 echo "Test is not enabled for $JOB_TYPE jobs"