summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh_testcases/prh.robot
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2018-05-24 14:14:39 +0200
committerMariusz Wagner <mariusz.wagner@nokia.com>2018-05-24 14:14:39 +0200
commita50b911ad18155bc6d77d7260e83d5178b456957 (patch)
treefc46994b0921a01157e1c3cf08a9328b3ee80cee /test/csit/tests/dcaegen2/prh_testcases/prh.robot
parent8053f360cab41003739bb3023b63027aa4cb60be (diff)
Initial commit with robotframework
Robotframework python files to be used in tests. At this moment it tests nothing Issue-ID: INT-510 Change-Id: Icbd6a6ffcbdb28755b26cad3a2b8c6d163f77c38 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.robot19
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