From: demskeq8 Date: Tue, 10 May 2022 07:33:40 +0000 (+0200) Subject: [SDNC-1701] Fix random ssh banner issues in sdnr robot test suite X-Git-Tag: 2.4.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e54d78b487fd118a6f53e0493e0e17aacb3b2ca9;hp=a3fc5687fdd9b8d89fa36019d6e61eb2d22f8c27;p=sdnc%2Foam.git [SDNC-1701] Fix random ssh banner issues in sdnr robot test suite Issue-ID: SDNC-1701 Signed-off-by: demskeq8 Change-Id: Ib9d08547cf4afc05147d101af46316e79833e68e Signed-off-by: demskeq8 Former-commit-id: ffe40dc6552f15c4c7261dae2b4e2dbb27541878 --- 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"