diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-06-05 15:54:27 +0200 |
---|---|---|
committer | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-06-05 15:54:27 +0200 |
commit | 4a6ece4ba912ccf3401739843e3dfe3478a0e4d5 (patch) | |
tree | 48fc486d3f2db83aab517247c5b17b2b17986aaf /test/csit/tests/dcaegen2/prh_testcases/prh.robot | |
parent | 4be4a414c00995d19287f60b78ba75e978fcf134 (diff) |
Added 4 new TC
Issue-ID: INT-510
Change-Id: Iabc9b4d563fd981d60536e45b62a2286f17cd904
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/prh_testcases/prh.robot')
-rw-r--r-- | test/csit/tests/dcaegen2/prh_testcases/prh.robot | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/csit/tests/dcaegen2/prh_testcases/prh.robot b/test/csit/tests/dcaegen2/prh_testcases/prh.robot deleted file mode 100644 index 7c9b9533f..000000000 --- a/test/csit/tests/dcaegen2/prh_testcases/prh.robot +++ /dev/null @@ -1,19 +0,0 @@ -*** Settings *** -Documentation Testing PRH with various use scenarios -Suite Setup PRH Suite Setup -Suite Teardown PRH Suite Shutdown -Library Collections -Library resources/PrhLibrary.py -Resource resources/prh_keywords.robot - -*** Variables *** -${DMaaP_URL} http://localhost:3904 -${AAI_URL} http://localhost:3905 -${PNF_READY} %{WORKSPACE}/test/csit/tests/dcaegen2/prh_testcases/assets/json_events/pnf_ready.json - -*** Test Cases *** -New test - [Documentation] First positive TC - [Tags] PRH - #First TC will be added after initial commit - Should Be True True |