Code Review
/
cps.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
Merge "Upgrade SDNC image"
[cps.git]
/
csit
/
run-csit.sh
diff --git
a/csit/run-csit.sh
b/csit/run-csit.sh
index
6f5142c
..
f9c8f00
100755
(executable)
--- a/
csit/run-csit.sh
+++ b/
csit/run-csit.sh
@@
-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"
@@
-218,7
+219,7
@@
echo ROBOT_VARIABLES="${ROBOT_VARIABLES}"
echo "Starting Robot test suites ${SUITES} ..."
relax_set
echo "Starting Robot test suites ${SUITES} ..."
relax_set
-echo "Versioning information:"
+echo "
[Run]
Versioning information:"
python3 --version
pip freeze
python3 -m robot.run --version || :
python3 --version
pip freeze
python3 -m robot.run --version || :