aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/debug/10_dummy.robot
diff options
context:
space:
mode:
Diffstat (limited to 'csit/tests/sdnr/debug/10_dummy.robot')
-rw-r--r--csit/tests/sdnr/debug/10_dummy.robot11
1 files changed, 11 insertions, 0 deletions
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