aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTal Karbachinsky <talka@amdocs.com>2018-02-08 10:58:26 +0200
committerTal Karbachinsky <talka@amdocs.com>2018-02-11 07:12:00 +0000
commitb372509ef1d1ba06948a37d3b8e267ba1847787d (patch)
treebeb58dbd9c195066ef44cf7e4b0015e9ff306d39
parent0b0a6356a919af06250ac415ee084550fd69bbfb (diff)
appc_interface.robot, pass if APPC already mounted
Issue-ID: TEST-77 Change-Id: I7fe944742534514fb15f22fc080bd35b1e172e2e Signed-off-by: Tal Karbachinsky <talka@amdocs.com> (cherry picked from commit b97d930efcdf020d1dde0f89ba4da214cebf0b5d)
-rw-r--r--robot/resources/appc_interface.robot4
1 files 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}