diff options
Diffstat (limited to 'robot/testsuites/usecases/5gbulkpm.robot')
-rw-r--r-- | robot/testsuites/usecases/5gbulkpm.robot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/robot/testsuites/usecases/5gbulkpm.robot b/robot/testsuites/usecases/5gbulkpm.robot index 1a0252cb..c9b42be2 100644 --- a/robot/testsuites/usecases/5gbulkpm.robot +++ b/robot/testsuites/usecases/5gbulkpm.robot @@ -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 |