be260bd6fb5236b57cfb11eae5218d6b85fbfe32
[integration/csit.git] / tests / dcaegen2 / prh-testcases / ssl_prh_tests.robot
1 *** Settings ***
2 Documentation     Integration tests for PRH.
3 ...               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
4 Suite Setup       Run keywords   Create header  AND  Create sessions  AND  Ensure Container Is Running  ssl_prh  AND  Ensure Container Is Exited  prh
5 Suite Teardown    Ensure Container Is Running  prh
6 Test Teardown     Reset Simulators
7 Library           resources/PrhLibrary.py
8 Resource          resources/prh_library.robot
9 Resource          ../../common.robot
10
11 *** Variables ***
12 ${DMAAP_SIMULATOR_SETUP_URL}    http://${DMAAP_SIMULATOR_SETUP}
13 ${AAI_SIMULATOR_SETUP_URL}    http://${AAI_SIMULATOR_SETUP}
14
15 ${VES_EVENT_PNF_REGISTRATION_SIMPLE}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-simple.json
16 ${AAI_PNF_REGISTRATION_SIMPLE}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/aai-pnf-registration-simple.json
17 ${EVENT_WITH_ALL_VALID_REQUIRED_FIELDS}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/event_with_all_fields.json
18 ${EVENT_WITH_IPV4}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/event_with_IPV4.json
19 ${EVENT_WITH_IPV6}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/event_with_IPV6.json
20 ${EVENT_WITHOUT_IPV6_FILED}    %{WORKSPACE}/tests/dcaegen2/prh-testcases/assets/json_events/event_without_IPV6_field.json
21
22 *** Test Cases ***
23 Valid DMaaP event can be converted to PNF_READY notification with ssl connection to AAI
24     [Documentation]    PRH get valid event from DMaaP with required fields - PRH produce PNF_READY notification
25     [Tags]    PRH    Valid event
26     [Template]    Valid event processing
27     ${VES_EVENT_PNF_REGISTRATION_SIMPLE}    ${AAI_PNF_REGISTRATION_SIMPLE}
28     #${EVENT_WITH_ALL_VALID_REQUIRED_FIELDS}
29     #${EVENT_WITH_IPV4}
30     #${EVENT_WITH_IPV6}
31     #${EVENT_WITHOUT_IPV6_FILED}