From: garciadeblas Date: Thu, 6 Jul 2023 10:46:21 +0000 (+0200) Subject: Update Robot execution to have a reduced report by tags X-Git-Tag: release-v15.0-start~18 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=6eef5a62c976891bd580d52e0ead6cb9a959afc1 Update Robot execution to have a reduced report by tags Change-Id: I24575bef89f5c5fd8277205b18b94863a6cb6047 Signed-off-by: garciadeblas --- diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index d4d5e97..b4e638c 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -228,7 +228,7 @@ if [ "$RUN_CONFORMANCE_TESTS" = true ] ; then fi if [[ -n "${TEST}" ]]; then - robot -d ${ROBOT_DEVOPS_FOLDER}/reports -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/ + robot -d ${ROBOT_DEVOPS_FOLDER}/reports --tagstatinclude "cluster-*" -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/ else echo "No test was provided. Exiting..." fi