Changed LDAP type from "OpenLDAP" to "LDAP".

Change-Id: I1375be665113cdc0049c2ac366eea0a622a137b8
Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
diff --git a/gui/gui_test/access_control/test_obmc_gui_ldap.robot b/gui/gui_test/access_control/test_obmc_gui_ldap.robot
index 8bc9ee2..f9fdc23 100644
--- a/gui/gui_test/access_control/test_obmc_gui_ldap.robot
+++ b/gui/gui_test/access_control/test_obmc_gui_ldap.robot
@@ -100,7 +100,7 @@
     Checkbox Should Be Selected  ${xpath_enable_ldap_checkbox}
     ${radio_buttons}=    Get WebElements    ${xpath_service_radio_button}
 
-    Run Keyword If  '${ldap_service_type}' == 'OpenLDAP'
+    Run Keyword If  '${ldap_service_type}' == 'LDAP'
     ...  Click Element At Coordinates  ${radio_buttons}[${0}]  0  0
     ...  ELSE  Click Element At Coordinates  ${radio_buttons}[${1}]  0  0
 
@@ -111,7 +111,7 @@
     Input Text  ${xpath_ldap_base_dn}  ${ldap_base_dn}
     Click Element  ${xpath_ldap_save_settings}
 
-    Run Keyword If  '${ldap_service_type}'=='OpenLDAP'
+    Run Keyword If  '${ldap_service_type}'=='LDAP'
     ...  Wait Until Page Contains  Successfully saved Open LDAP settings
     ...  ELSE
     ...  Wait Until Page Contains  Successfully saved Active Directory settings
@@ -125,12 +125,12 @@
     [Arguments]   ${ldap_type}
 
     # Description of argument(s):
-    # ldap_type  The LDAP type ("ActiveDirectory" or "OpenLDAP").
+    # ldap_type  The LDAP type ("ActiveDirectory" or "LDAP").
 
     ${radio_buttons}=  Get WebElements  ${xpath_service_radio_button}
 
     ${status}=  Run Keyword And Return Status
-    ...  Run Keyword If  '${ldap_type}'=='OpenLDAP'
+    ...  Run Keyword If  '${ldap_type}'=='LDAP'
     ...  Checkbox Should Be Selected  ${radio_buttons}[${0}]
     ...  ELSE
     ...  Checkbox Should Be Selected  ${radio_buttons}[${1}]