aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/debug/10_dummy.robot
blob: 7ae55d3a9554a634e30db3273395c69eaa49aad6 (plain)
1
2
3
4
5
6
7
8
9
10
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