From 21b8bcc65f9dd9d60290ffe2d7637ef3fa88d4db Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sun, 8 Mar 2020 16:40:37 +0100 Subject: [PATCH] Drop cleanup from test execution script 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 | 2 +- jjb/cloud-infra/cloud-infra-test.sh | 2 +- jjb/cloud-infra/scenario-functest.sh | 2 +- jjb/cloud-infra/scenario-yardstick.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-scenario-test.sh b/jjb/cloud-infra/cloud-infra-scenario-test.sh index 7bef37332..bf35d0861 100644 --- a/jjb/cloud-infra/cloud-infra-scenario-test.sh +++ b/jjb/cloud-infra/cloud-infra-scenario-test.sh @@ -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: diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index bb6bf7d60..a473fcd1e 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -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: diff --git a/jjb/cloud-infra/scenario-functest.sh b/jjb/cloud-infra/scenario-functest.sh index d74f47a0e..ae032f6ff 100644 --- a/jjb/cloud-infra/scenario-functest.sh +++ b/jjb/cloud-infra/scenario-functest.sh @@ -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: diff --git a/jjb/cloud-infra/scenario-yardstick.sh b/jjb/cloud-infra/scenario-yardstick.sh index d74f47a0e..ae032f6ff 100644 --- a/jjb/cloud-infra/scenario-yardstick.sh +++ b/jjb/cloud-infra/scenario-yardstick.sh @@ -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: -- 2.25.1