diff options
Diffstat (limited to 'tests/dcaegen2/prh-testcases/ssl_prh_tests.robot')
-rw-r--r-- | tests/dcaegen2/prh-testcases/ssl_prh_tests.robot | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot b/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot deleted file mode 100644 index 6e350cef..00000000 --- a/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot +++ /dev/null @@ -1,21 +0,0 @@ -*** Settings *** -Documentation Integration tests for PRH. -... PRH receive events from DMaaP and produce or not PNF_READY notification depends on required fields in received event. PRH comunicates with AAI and DMaaP through SSL -Suite Setup Run keywords Create headers AND Create sessions AND Ensure Container Is Running ssl_prh AND Ensure Container Is Exited prh -Suite Teardown Ensure Container Is Running prh -Test Teardown Reset Simulators -Library resources/PrhLibrary.py -Resource resources/prh_library.robot -Resource ../../common.robot - -*** Variables *** -${TEST_CASES_DIR} %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets - -${DMAAP_SIMULATOR_SETUP_URL} http://${DMAAP_SIMULATOR_SETUP} -${AAI_SIMULATOR_SETUP_URL} http://${AAI_SIMULATOR_SETUP} -${CONSUL_SETUP_URL} http://${CONSUL_SETUP} - -*** Test Cases *** -Valid DMaaP event can be converted to PNF_READY notification with ssl connection to AAI - [Template] Verify PNF ready sent - ${TEST_CASES_DIR}/ves-event-without-additional-fields
\ No newline at end of file |