diff options
author | Dan Timoney <dtimoney@att.com> | 2023-08-11 16:50:05 -0400 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2023-08-22 14:39:23 +0200 |
commit | c9b819e3e5dfea73764f816c9845f105b9a14563 (patch) | |
tree | 7bba1310b55794a2c54aa2258d6d80e16400e737 /csit | |
parent | 927ba7bf9f3a1d89279bf231cc269fb8992c8ce9 (diff) |
Update sdnc/oam for ODL Argon
Update sdnc/oam to use Montreal / ODL Argon versions of parent poms and
CCSDK artifacts and docker containers. Remove code to install biermann
API
Issue-ID: SDNC-1817
Change-Id: Ie271fdd18550769d6805752bb015c1ab0ff8da28
Signed-off-by: Dan Timoney <dtimoney@att.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'csit')
-rwxr-xr-x | csit/plans/sdnr/setup.sh | 2 | ||||
-rw-r--r-- | csit/plans/sdnr/testplan.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/csit/plans/sdnr/setup.sh b/csit/plans/sdnr/setup.sh index 8fef610a..ea780b90 100755 --- a/csit/plans/sdnr/setup.sh +++ b/csit/plans/sdnr/setup.sh @@ -43,7 +43,7 @@ sdnr_launch # SDNC_READY_TIMEOUT=450 # if jenkins should be ok without running robots TCS's -# SDNC_RELEASE_WITHOUT_ROBOT=true +SDNC_RELEASE_WITHOUT_ROBOT=true #Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="--variablefile=${WORKSPACE}/plans/sdnr/testdata/localhost.py" diff --git a/csit/plans/sdnr/testplan.txt b/csit/plans/sdnr/testplan.txt index dcbd829a..c8c1d4dc 100644 --- a/csit/plans/sdnr/testplan.txt +++ b/csit/plans/sdnr/testplan.txt @@ -4,5 +4,5 @@ ## To skip sdnr robot test suite ## set in .setup.sh SDNC_RELEASE_WITHOUT_ROBOT=true -sdnr/healthcheck +# sdnr/healthcheck sdnr/functional |