diff options
author | DR695H <dr695h@att.com> | 2019-07-26 10:18:50 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-26 10:30:53 -0400 |
commit | 50e6c29ed3c378451db1a5571676481bb56cebbb (patch) | |
tree | e9d9139b61c4255d5b970b4f7fb5bdac3ec6cdcd /robot/resources/vid/create_service_instance.robot | |
parent | 7da748fffb8ca2cbfc763f1ac384dba61edeb605 (diff) |
cleaning up cds to try and make it work somewhat
Issue-ID: TEST-179
Change-Id: Ib37200917d9ae897d0e74479ed2357c67e4546c6
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/vid/create_service_instance.robot')
-rw-r--r-- | robot/resources/vid/create_service_instance.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/vid/create_service_instance.robot b/robot/resources/vid/create_service_instance.robot index ffb3e044..fb03451e 100644 --- a/robot/resources/vid/create_service_instance.robot +++ b/robot/resources/vid/create_service_instance.robot @@ -37,7 +37,7 @@ Create VID Service Instance ${request_id}= Parse Request Id ${response text} ${service_instance_id}= Parse Instance Id ${response text} ${auth}= Create List ${GLOBAL_MSO_USERNAME} ${GLOBAL_MSO_PASSWORD} - SO.Run Polling Get Request ${GLOBAL_SO_ENDPOINT} ${GLOBAL_MSO_STATUS_PATH}${request_id} auth=${auth} + SO.Run Polling Get Request ${GLOBAL_SO_ENDPOINT} ${GLOBAL_SO_STATUS_PATH}${request_id} auth=${auth} [return] ${service_instance_id} Wait For Model @@ -59,7 +59,7 @@ Delete Service Instance By GUI ${response text}= Get Text xpath=//div[@ng-controller='deletionDialogController']//div[@ng-controller= 'msoCommitController']/pre[@class = 'log ng-binding'] ${request_id}= Parse Request Id ${response text} ${auth}= Create List ${GLOBAL_MSO_USERNAME} ${GLOBAL_MSO_PASSWORD} - SO.Run Polling Get Request ${GLOBAL_SO_ENDPOINT} ${GLOBAL_MSO_STATUS_PATH}${request_id} auth=${auth} + SO.Run Polling Get Request ${GLOBAL_SO_ENDPOINT} ${GLOBAL_SO_STATUS_PATH}${request_id} auth=${auth} Search Service Instance [Arguments] ${service_instance_id} |