diff options
Diffstat (limited to 'csit')
-rw-r--r-- | csit/plans/sdnr/testplan.txt | 8 | ||||
-rw-r--r-- | csit/tests/sdnr/debug/10_dummy.robot | 11 |
2 files changed, 17 insertions, 2 deletions
diff --git a/csit/plans/sdnr/testplan.txt b/csit/plans/sdnr/testplan.txt index 163b8214..caf38e6b 100644 --- a/csit/plans/sdnr/testplan.txt +++ b/csit/plans/sdnr/testplan.txt @@ -1,5 +1,9 @@ # Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. -#echo "Successfully triggered the Test plan" -sdnr/healthcheck + +## To skip sdnr robot test suite uncomment this test case +sdnr/debug/10_dummy.robot + +## To skip sdnr robot test suite comment this test case +#sdnr/healthcheck #sdnr/functional diff --git a/csit/tests/sdnr/debug/10_dummy.robot b/csit/tests/sdnr/debug/10_dummy.robot new file mode 100644 index 00000000..7ae55d3a --- /dev/null +++ b/csit/tests/sdnr/debug/10_dummy.robot @@ -0,0 +1,11 @@ +*** Settings *** +Documentation Dummy test case for debugging purposes +... This test is doing nothing and can be put into testplan.txt +... to debug production and deployment without running sdnr robot tests. + +Library BuiltIn + + +*** Test Cases *** +Dummy Test + Pass Execution Dummy Test for Debugging purposes
\ No newline at end of file |