diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-23 18:47:22 -0400 |
---|---|---|
committer | demskeq8 <alexander.dehn@highstreet-technologies.com> | 2022-03-28 18:45:14 +0200 |
commit | 7958c38cea5c9402709a330030aa487062673c2d (patch) | |
tree | 28ab03ccca3374ff2550e3c1103c9d262d167bc5 /csit/plans/sdnr/setup.sh | |
parent | 9a9516fbf6945f5289b9c631d0882643537430fb (diff) |
Migrate to phosphorus
Update to phosphorus version of parent poms
Issue-ID: SDNC-1681
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If84bf1b6cf061886d2df303a5614dfcaa9d517c9
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Former-commit-id: 6e7661adfeb903ad85f6f02fe57ef3990b55ed7e
Diffstat (limited to 'csit/plans/sdnr/setup.sh')
-rwxr-xr-x | csit/plans/sdnr/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/plans/sdnr/setup.sh b/csit/plans/sdnr/setup.sh index a447cf5d..5fa5f7ba 100755 --- a/csit/plans/sdnr/setup.sh +++ b/csit/plans/sdnr/setup.sh @@ -38,5 +38,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.9.1" +ROBOT_IMAGE="hightec/sdnc-test-lib:v0.10.0" |