diff options
author | talka <talka@amdocs.com> | 2018-02-22 14:57:11 +0200 |
---|---|---|
committer | Tal Karbachinsky <talka@amdocs.com> | 2018-02-22 13:22:59 +0000 |
commit | 9ef72865064955d36acfdd7d08bfb9c1cb409806 (patch) | |
tree | 6119e54dc78cd5099dda498f94313e53529e0d58 | |
parent | b97d930efcdf020d1dde0f89ba4da214cebf0b5d (diff) |
Modify appc_interface.robot
Issue-ID: TEST-77
Change-Id: I00022e3941e2b8200cda02520b65ffcdf8c41f5b
Signed-off-by: talka <talka@amdocs.com>
-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 293b88fd..520737db 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} |