Merge "Make nginx load balance using least-connections"
[cps.git] / csit / run-csit.sh
index 6f5142c..93941e2 100755 (executable)
@@ -2,6 +2,7 @@
 #
 # Copyright 2016-2017 Huawei Technologies Co., Ltd.
 # Modification Copyright 2019-2021 © Samsung Electronics Co., Ltd.
 #
 # Copyright 2016-2017 Huawei Technologies Co., Ltd.
 # Modification Copyright 2019-2021 © Samsung Electronics Co., Ltd.
+# Modification Copyright (C) 2024 Nordix Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -145,7 +146,7 @@ function run_test_plan() {
     cat ${testplan}.txt
     SUITES=$( xargs -a ${testplan}.txt )
 
     cat ${testplan}.txt
     SUITES=$( xargs -a ${testplan}.txt )
 
-    python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
+    python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp --legacy-output ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
     RESULT=$?
     load_set
     echo "RESULT: $RESULT"
     RESULT=$?
     load_set
     echo "RESULT: $RESULT"