Skip to content

Commit a68c5ae

Browse files
committed
GUI LDAP Patch request HTTP_NO_CONTENT response
Changes: - Added valid_status_codes HTTP_OK and HTTP_NO_CONTENT as valid response code for the LPDAT PATCH request Tested: - NA Change-Id: Iae82173ea2583dbdcbfc1fce81edfe048ac42dbc Signed-off-by: George Keishing <[email protected]>
1 parent dec7661 commit a68c5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ Create LDAP Configuration
228228
# Clearing existing LDAP configuration by disabling it.
229229
Redfish.Patch ${REDFISH_BASE_URI}AccountService
230230
... body={'${LDAP_TYPE}': {'ServiceEnabled': ${False}}}
231+
... valid_status_codes=[${HTTP_OK}, ${HTTP_NO_CONTENT}]
231232

232233
# Wait for GUI to reflect LDAP disabled status.
233234
Run Keywords Refresh GUI AND Sleep 10s

0 commit comments

Comments
 (0)