diff options
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, 19 insertions, 0 deletions
diff --git a/test/csit/tests/dcaegen2/prh_testcases/prh.robot b/test/csit/tests/dcaegen2/prh_testcases/prh.robot new file mode 100644 index 000000000..7c9b9533f --- /dev/null +++ b/test/csit/tests/dcaegen2/prh_testcases/prh.robot @@ -0,0 +1,19 @@ +*** 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 |