Fix 5Gbulkpm robot script 34/107734/3
authormrichomme <morgan.richomme@orange.com>
Fri, 15 May 2020 12:42:12 +0000 (14:42 +0200)
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Mon, 18 May 2020 15:26:04 +0000 (15:26 +0000)
wrong resource path

Issue-ID: INT-1596

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I6740ac718e565eb18dc244945e0608975e66f254
Signed-off-by: mrichomme <morgan.richomme@orange.com>
robot/testsuites/usecases/5gbulkpm.robot

index 1a0252c..c9b42be 100644 (file)
@@ -11,9 +11,9 @@ Library           JSONLibrary
 Library           Process
 Library           ONAPLibrary.JSON
 Library           ONAPLibrary.Utilities
-Resource          ../resources/usecases/5gbulkpm_interface.robot
-Resource          ../resources/mr_interface.robot
-Resource          ../resources/dr_interface.robot
+Resource          ../../resources/usecases/5gbulkpm_interface.robot
+Resource          ../../resources/mr_interface.robot
+Resource          ../../resources/dr_interface.robot
 Suite Teardown    Usecase Teardown
 
 *** Variables ***
@@ -71,7 +71,7 @@ Deploying 3GPP PM Mapper
     ${resp}=                            Put Request                        deployment-pmmapper                 /${DEPLOYMENT_ENDPOINT}/pmmapper         data=${deployment_data}     headers=${headers}
     ${operationLink}                    Set Variable                       ${resp.json().get('links').get('status')}
     ${operationId}                      Fetch From Right                   ${operationLink}                /
-    Wait Until Keyword Succeeds         3 minute                           10 sec            Deployment Status       ${DEPLOYMENT_SERVER}     ${DEPLOYMENT_ENDPOINT}     pmmapper     ${operationId}
+    Wait Until Keyword Succeeds         6 minute                           10 sec            Deployment Status       ${DEPLOYMENT_SERVER}     ${DEPLOYMENT_ENDPOINT}     pmmapper     ${operationId}
 
 Deploying SFTP Server As xNF
     [Tags]                              5gbulkpm
@@ -138,4 +138,4 @@ Sending File Ready Event to VES Collector
 
 Verifying 3GPP Perf VES Content On PERFORMANCE_MEASUREMENTS Topic
     [Tags]                              5gbulkpm
-    Wait Until Keyword Succeeds         1 minute                            5 sec            xNF PM File Validate      perf3gpp_RnNode-Ericsson_pmMeasResult
\ No newline at end of file
+    Wait Until Keyword Succeeds         1 minute                            5 sec            xNF PM File Validate      perf3gpp_RnNode-Ericsson_pmMeasResult