Test basic registration scenario when AAI and dmaap is configured _NOT_ to use cert...
[integration/csit.git] / tests / dcaegen2 / prh-testcases / prh_tests_with_no_auth.robot
diff --git a/tests/dcaegen2/prh-testcases/prh_tests_with_no_auth.robot b/tests/dcaegen2/prh-testcases/prh_tests_with_no_auth.robot
new file mode 100644 (file)
index 0000000..afcd0f8
--- /dev/null
@@ -0,0 +1,20 @@
+*** Settings ***
+Documentation     Integration tests for PRH when cert auth for dmaap and aai is disabled.
+Suite Setup       Run keywords   Create Headers  AND  Create sessions   AND
+...               Set PRH CBS config from file    ${CONFIGS_DIR}/prh-no-auth-config.json
+Test Teardown     Reset Simulators
+Test Timeout      2 minutes
+
+Resource          resources/prh_sessions.robot
+Resource          resources/prh_library.robot
+Resource          resources/prh_config_library.robot
+
+*** Variables ***
+${TEST_CASES_DIR}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets
+
+*** Test Cases ***
+Simple registration event
+    [Documentation]    simple registration scenario when AAI and dmaap cert atuh is disabled
+    [Tags]    PRH    Valid event
+    [Template]    Verify PNF ready sent
+    ${TEST_CASES_DIR}/ves-event-without-additional-fields
\ No newline at end of file