LDAP test invocation format update
Change-Id: I10930109b92aae13b987c1eda7eb313d7e62e0c6
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/README.md b/README.md
index 6c48596..af673ac 100644
--- a/README.md
+++ b/README.md
@@ -247,9 +247,11 @@
One common way for openldap is ldapadd / ldapmodify refer https://linux.die.net/man/1/ldapadd
For ldapsearch, refer to "https://linux.die.net/man/1/ldapsearch".
Microsoft ADS: refer to https://searchwindowsserver.techtarget.com/definition/Microsoft-Active-Directory-Domain-Services-AD-DS
+
+ Note: Currently, LDAP test automation for Redfish API is in progress. The format to invoke LDAP test is as follows:
```
- $ cd tests_ldap/
- $ robot -v OPENBMC_HOST:x.x.x.x -v LDAP_SERVER_URI:<ldap(s)//LDAP Hostname / IP> -v LDAP_BIND_DN:<LDAP Bind DN> -v LDAP_BASE_DN:<LDAP Base DN> -v LDAP_BIND_DN_PASSWORD:<LDAP Bind password> -v LDAP_SEARCH_SCOPE:<LDAP search scope> -v LDAP_SERVER_TYPE:<LDAP server type> -v LDAP_USER:<LDAP user-id> -v LDAP_USER_PASSWORD:<LDAP PASSWORD> -v GROUP_NAME:<Group Name> -v GROUP_PRIVILEGE:<Privilege> test_user_ldap_management.robot
+ $ cd redfish/account_service/
+ $ robot -v OPENBMC_HOST:x.x.x.x -v LDAP_SERVER_URI:<ldap(s)//LDAP Hostname / IP> -v LDAP_BIND_DN:<LDAP Bind DN> -v LDAP_BASE_DN:<LDAP Base DN> -v LDAP_BIND_DN_PASSWORD:<LDAP Bind password> -v LDAP_SEARCH_SCOPE:<LDAP search scope> -v LDAP_SERVER_TYPE:<LDAP server type> -v LDAP_USER:<LDAP user-id> -v LDAP_USER_PASSWORD:<LDAP PASSWORD> -v GROUP_NAME:<Group Name> -v GROUP_PRIVILEGE:<Privilege> ./test_ldap_configuration.robot
```
* How to run CI and CT bucket test: