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:
2bd5f40
)
Modify appc_interface.robot
45/32845/1
author
talka
<talka@amdocs.com>
Mon, 26 Feb 2018 08:22:36 +0000
(10:22 +0200)
committer
talka
<talka@amdocs.com>
Mon, 26 Feb 2018 08:22:36 +0000
(10:22 +0200)
Issue-ID: TEST-77
Change-Id: Ic4c02a598e1381ae4a79e9c347bf40d8951f07d4
Signed-off-by: talka <talka@amdocs.com>
robot/resources/appc_interface.robot
patch
|
blob
|
history
diff --git
a/robot/resources/appc_interface.robot
b/robot/resources/appc_interface.robot
index
520737d
..
8e016d9
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 True
200
<= ${resp.status_code} < 300
+ Should Be True
200
<= ${resp.status_code} < 300
[Return] ${resp}