blob: 7c9b9533f3aa1856666b32e522df5e684ba37152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|