summaryrefslogtreecommitdiffstats
path: root/robot/resources/vid/vid_interface.robot
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-26 16:42:36 -0400
committerBrian Freeman <bf1936@att.com>2019-07-29 21:17:12 +0000
commitc0cf6a4765212cc66e364fa0eb43a2447366ce5b (patch)
tree2c06f76cf4e4767ec9193d1e956e60e4c0b78120 /robot/resources/vid/vid_interface.robot
parent48f75c98969feebfb151d469b5cb70054f2493c3 (diff)
renaming openecomp to onap
Issue-ID: TEST-27 Change-Id: I8449025f1032719f04d0e283e12d9f9bc75542b7 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/vid/vid_interface.robot')
-rw-r--r--robot/resources/vid/vid_interface.robot8
1 files changed, 4 insertions, 4 deletions
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot
index 29af9148..0e74a486 100644
--- a/robot/resources/vid/vid_interface.robot
+++ b/robot/resources/vid/vid_interface.robot
@@ -88,16 +88,16 @@ Input Text When Enabled
Input Text xpath=${xpath} ${value}
Parse Request Id
- [Arguments] ${mso_response_text}
- ${request_list}= Split String ${mso_response_text} 202)\n 1
+ [Arguments] ${so_response_text}
+ ${request_list}= Split String ${so_response_text} 202)\n 1
${clean_string}= Replace String ${request_list[1]} \n ${empty}
${json}= To Json ${clean_string}
${request_id}= Catenate ${json['requestReferences']['requestId']}
[Return] ${request_id}
Parse Instance Id
- [Arguments] ${mso_response_text}
- ${request_list}= Split String ${mso_response_text} 202)\n 1
+ [Arguments] ${so_response_text}
+ ${request_list}= Split String ${so_response_text} 202)\n 1
${json}= To Json ${request_list[1]}
${request_id}= Catenate ${json['requestReferences']['instanceId']}
[Return] ${request_id}