diff options
Diffstat (limited to 'csit/plans/sdnr')
-rwxr-xr-x | csit/plans/sdnr/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/plans/sdnr/setup.sh b/csit/plans/sdnr/setup.sh index 8f0d2963..827b1715 100755 --- a/csit/plans/sdnr/setup.sh +++ b/csit/plans/sdnr/setup.sh @@ -15,7 +15,7 @@ # limitations under the License. # # Modifications copyright (c) 2017 AT&T Intellectual Property -# Modifications copyright (c) 2021 highstreet technologies GmbH Property +# Modifications copyright (c) 2022 highstreet technologies GmbH Property # # Remove all not needed images and clean workspace @@ -47,5 +47,5 @@ sdnr_launch #Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="--variablefile=${WORKSPACE}/plans/sdnr/testdata/localhost.py" -ROBOT_IMAGE="hightec/sdnc-test-lib:v0.10.0" +ROBOT_IMAGE="hightec/sdnc-test-lib:v0.10.2" |