diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2022-04-27 08:59:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-27 08:59:54 +0000 |
commit | 80bf0e3b814aa3a9cef81825c1b2da0925241d09 (patch) | |
tree | a9ee5645682c926483f423f95a411a17aa658958 /csit/tests/sdnr | |
parent | a6c6776d93ee0ec6bd8aefa23ac107262cf93154 (diff) | |
parent | 7a26d3586480aeb706337adf0b3bdc607f96afa4 (diff) |
Merge "Update versions for Kohn"
Former-commit-id: cf3db36174ca5c2b72902a304d4f9d4919815060
Diffstat (limited to 'csit/tests/sdnr')
-rw-r--r-- | csit/tests/sdnr/debug/10_dummy.robot | 11 |
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 |