From 6eef5a62c976891bd580d52e0ead6cb9a959afc1 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 6 Jul 2023 12:46:21 +0200 Subject: [PATCH] Update Robot execution to have a reduced report by tags Change-Id: I24575bef89f5c5fd8277205b18b94863a6cb6047 Signed-off-by: garciadeblas --- robot-systest/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1