Drop cleanup from test execution script 37/3937/1
authorFatih Degirmenci <fdegir@gmail.com>
Sun, 8 Mar 2020 15:40:37 +0000 (16:40 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Sun, 8 Mar 2020 15:40:37 +0000 (16:40 +0100)
Test execution script is switched to cleanup by default so
dropping -c option from jobs.

Change-Id: I088987b070e1d23ef11c257647aeaaf1ffb0cbb1

jjb/cloud-infra/cloud-infra-scenario-test.sh
jjb/cloud-infra/cloud-infra-test.sh
jjb/cloud-infra/scenario-functest.sh
jjb/cloud-infra/scenario-yardstick.sh

index 7bef37332cde4ae02fcd7214335a3d4e36d1f2bc..bf35d0861961047e78ad99734c4c228f94c65dd5 100644 (file)
@@ -29,6 +29,6 @@ set -o pipefail
 # execute cloud engine test.sh script with arguments
 echo "Info: Testing scenario $DEPLOY_SCENARIO deployed using $INSTALLER_TYPE"
 cd $WORKSPACE
-./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO
+./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO
 
 # vim: set ts=2 sw=2 expandtab:
index bb6bf7d60f9512d8e132a7b2f0f7cc8849c4b607..a473fcd1efcc4875a8fa91ea3960cdeec05f3427 100644 (file)
@@ -43,6 +43,6 @@ fi
 
 # execute cloud engine test.sh script with arguments
 cd $WORKSPACE
-./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
+./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
 
 # vim: set ts=2 sw=2 expandtab:
index d74f47a0edd457516d5b8a815ee71b86ee9a5550..ae032f6ffe67824f7d0307a3936b523034b32aa6 100644 (file)
@@ -30,6 +30,6 @@ set -o pipefail
 
 # execute cloud engine test.sh script with arguments
 cd $WORKSPACE
-./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
+./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
 
 # vim: set ts=2 sw=2 expandtab:
index d74f47a0edd457516d5b8a815ee71b86ee9a5550..ae032f6ffe67824f7d0307a3936b523034b32aa6 100644 (file)
@@ -30,6 +30,6 @@ set -o pipefail
 
 # execute cloud engine test.sh script with arguments
 cd $WORKSPACE
-./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
+./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
 
 # vim: set ts=2 sw=2 expandtab: