From b372509ef1d1ba06948a37d3b8e267ba1847787d Mon Sep 17 00:00:00 2001 From: Tal Karbachinsky Date: Thu, 8 Feb 2018 10:58:26 +0200 Subject: appc_interface.robot, pass if APPC already mounted Issue-ID: TEST-77 Change-Id: I7fe944742534514fb15f22fc080bd35b1e172e2e Signed-off-by: Tal Karbachinsky (cherry picked from commit b97d930efcdf020d1dde0f89ba4da214cebf0b5d) --- robot/resources/appc_interface.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/resources/appc_interface.robot b/robot/resources/appc_interface.robot index 5cebd9ab..293b88fd 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 Equal As Strings ${resp.status_code} 201 - [Return] ${resp} \ No newline at end of file + Should Be True 200 <= ${resp.status_code} < 300 + [Return] ${resp} -- cgit 1.2.3-korg