From 2b1e8d08ed869124e4a363a0c5f58999f487a4be Mon Sep 17 00:00:00 2001 From: "arkadiusz.adamski" Date: Mon, 24 May 2021 12:50:40 +0100 Subject: Use python3 for CSITs - use python3 and pip3 in scripts - update robot-framework-http library, so it can use python3 - update selenium2library, so it can use python3 Issue-ID: POLICY-3092 Signed-off-by: arkadiusz.adamski Change-Id: I5a6a4fe43e54366859049e1d43bbce599dacd14e --- csit/run-project-csit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csit/run-project-csit.sh') diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index 6f7a847b..87d8b8b4 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -3,6 +3,7 @@ # Copyright 2016-2017 Huawei Technologies Co., Ltd. # Modification Copyright 2019 © Samsung Electronics Co., Ltd. # Modification Copyright 2021 © AT&T Intellectual Property. +# Modification Copyright 2021. Nordix Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -192,7 +193,7 @@ SUITES=$( xargs -a testplan.txt ) echo ROBOT_VARIABLES="${ROBOT_VARIABLES}" echo "Starting Robot test suites ${SUITES} ..." relax_set -python -m robot.run -N ${PROJECT} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${SUITES} +python3 -m robot.run -N ${PROJECT} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${SUITES} RESULT=$? load_set echo "RESULT: ${RESULT}" -- cgit 1.2.3-korg