ROBOT test cases improvements for PnP PNF in El Alto release 28/95028/1
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Thu, 5 Sep 2019 12:29:23 +0000 (14:29 +0200)
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Thu, 5 Sep 2019 12:30:33 +0000 (14:30 +0200)
Issue-ID: INT-1179

Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I356ec9234d63fec0b6314b37f43d3900ff1a01cf

robot/resources/global_properties.robot
robot/testsuites/pnf-registration.robot

index 1a482f8..7f252ea 100644 (file)
@@ -37,5 +37,5 @@ ${GLOBAL_TEMPLATE_FOLDER}    robot/assets/templates
 ${GLOBAL_SERVICE_MAPPING_DIRECTORY}    ./demo/service_mapping
 ${GLOBAL_SO_HEALTH_CHECK_PATH}    /manage/health
 ${GLOBAL_SO_CLOUD_CONFIG_PATH}    /cloudSite
-${GLOBAL_SO_CLOUD_CONFIG_TEMPLATE}    robot/assets/templates/so/create_cloud_config.jinja
+${GLOBAL_SO_CLOUD_CONFIG_TEMPLATE}    so/create_cloud_config.jinja
 ${GLOBAL_SDC_DCAE_BE_ENDPOINT}    ${GLOBAL_SDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_DCAE_BE_IP_ADDR}:${GLOBAL_SDC_DCAE_BE_PORT}
index 6c4b4e7..6217ed5 100644 (file)
@@ -32,7 +32,7 @@ Design, create, instantiate PNF/macro service and succesfully registrate PNF
      ...  At the end of the service is checked in terms
      ...  - service completion
      ...  - PNF entry update about information form VES event
-     [Tags]   pnf_registrate
+     [Tags]   pnf_registrate   ete
      ${pnf_correlation_id}=    Generate Random String  20  [LETTERS][NUMBERS]
      ${PNF_entry_dict}=  Create Dictionary  correlation_id=${pnf_correlation_id}  PNF_IPv4_address=13.13.13.13  PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab
      Design, create, instantiate PNF/macro service and succesfully registrate PNF template   Demo_pNF   ${PNF_entry_dict}   ${pnf_correlation_id}
\ No newline at end of file