diff options
author | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2022-09-02 17:14:24 +0200 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2022-09-02 17:41:06 +0200 |
commit | 9e1d87cea271e1e81c9abdf2bc57f46fb6a752b8 (patch) | |
tree | 90f65f724322d9fa3e0dadf9e9a32127f3722791 /csit | |
parent | e7ce87bdc21848a04eef725980ddefe2e6c8ed19 (diff) |
Add sdnc healtcheck
Add sdnc sdnr healthtest
Issue-ID: SDNC-1731
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I3ce1d7f583eceb75f9206d4da237cbcbf8d5970a
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: 8fe9e98e50b171301bbde335f0fdea41bcb9d34b
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 0ff34037..827b1715 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 2c13ae5f..dcbd829a 100644 --- a/csit/plans/sdnr/testplan.txt +++ b/csit/plans/sdnr/testplan.txt @@ -5,4 +5,4 @@ ## To skip sdnr robot test suite ## set in .setup.sh SDNC_RELEASE_WITHOUT_ROBOT=true sdnr/healthcheck -#sdnr/functional +sdnr/functional |