Code Review
/
testsuite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0b0a635
)
appc_interface.robot, pass if APPC already mounted
23/31223/1
author
Tal Karbachinsky
<talka@amdocs.com>
Thu, 8 Feb 2018 08:58:26 +0000
(10:58 +0200)
committer
Tal Karbachinsky
<talka@amdocs.com>
Sun, 11 Feb 2018 07:12:00 +0000
(07:12 +0000)
Issue-ID: TEST-77
Change-Id: I7fe944742534514fb15f22fc080bd35b1e172e2e
Signed-off-by: Tal Karbachinsky <talka@amdocs.com>
(cherry picked from commit
b97d930efcdf020d1dde0f89ba4da214cebf0b5d
)
robot/resources/appc_interface.robot
patch
|
blob
|
history
diff --git
a/robot/resources/appc_interface.robot
b/robot/resources/appc_interface.robot
index
5cebd9a
..
293b88f
100644
(file)
--- 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}