diff options
author | talka <talka@amdocs.com> | 2018-02-26 10:22:36 +0200 |
---|---|---|
committer | talka <talka@amdocs.com> | 2018-02-26 10:22:36 +0200 |
commit | 38474fb59ece9398d77a2d05b9141d900e377a99 (patch) | |
tree | db034cc84f2888b2fbf0e423ba6ceeb8178741ad /robot | |
parent | 2bd5f406efdedba1e7ca07a15424903a29e1d36c (diff) |
Modify appc_interface.robot
Issue-ID: TEST-77
Change-Id: Ic4c02a598e1381ae4a79e9c347bf40d8951f07d4
Signed-off-by: talka <talka@amdocs.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/appc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/appc_interface.robot b/robot/resources/appc_interface.robot index 520737db..8e016d9d 100644 --- a/robot/resources/appc_interface.robot +++ b/robot/resources/appc_interface.robot @@ -52,5 +52,5 @@ Create Mount Point In APPC ${template}= OperatingSystem.Get File ${APPC_MOUNT_XML} ${data}= Template String ${template} ${dict} ${resp}= Run APPC Put Request ${APPC_INDEX PATH}${APPC_CREATE_MOUNTPOINT_PATH}${nodeid} ${data} - Should Be True 200 <= ${resp.status_code} < 300 + Should Be True 200 <= ${resp.status_code} < 300 [Return] ${resp} |