aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/prh-testcases/ssl_prh_tests.robot
diff options
context:
space:
mode:
authorGary Wu <gwu@futurewei.com>2019-05-28 17:22:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-28 17:22:50 +0000
commit8a0cfc9b928b57d1e950774d6a7e4ad8d9a81fac (patch)
tree18c62b80da247af2531feed9bff6897d9580babd /tests/dcaegen2/prh-testcases/ssl_prh_tests.robot
parent7027bed4a8d1a34a49a268999f0cc28fdff99f0e (diff)
parent0fc9eab94f101a9713c951b3c159065c72a31495 (diff)
Merge "Use single PRH container with ssl configuration Generating new certificates since the old ones have expired"
Diffstat (limited to 'tests/dcaegen2/prh-testcases/ssl_prh_tests.robot')
-rw-r--r--tests/dcaegen2/prh-testcases/ssl_prh_tests.robot21
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