diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-05-15 14:42:12 +0200 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-05-18 15:26:04 +0000 |
commit | a7172175ffbb62883da96779d1e6fae0b8c7bcd1 (patch) | |
tree | 61dbd01f099f8963b782a354cf5ba0201d892192 /robot/testsuites | |
parent | 1fbff9872196a029d06de7a794f555c137d2da02 (diff) |
Fix 5Gbulkpm robot script
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>
Diffstat (limited to 'robot/testsuites')
-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 |