You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/10/24 15:20:49 UTC

[directory-fortress-core] branch master updated: format

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dcd91c  format
4dcd91c is described below

commit 4dcd91c2a7ee4928fb0b433fd2cd6a3438ffb2d7
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Oct 24 10:20:43 2020 -0500

    format
---
 README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index d22e205..3c72d69 100644
--- a/README.md
+++ b/README.md
@@ -839,21 +839,22 @@ ________________________________________________________________________________
   ```
   mvn -Ploadtest-fortress-adduser jmeter:jmeter -Dqualifier=A1 -Dverify=true -Dsleep=30 -Dou=uou1
   ```
-    * This test will add users.  It uses runtime arguments to define behavior like:
-     -Dhostname=foo  <-- optional field useful for distributing the load across servers in a multi-master env, it will override what's in fortress.properties
-     -Dqualifier=A1  <-- this is used to construct userid: hostname + qualifier + counter
-     -Dverify=true   <-- will read after operation to verify success
-     -Dsleep=30      <-- sleep this many millisecones after each op
-     -Dou=uou1       <-- this is a required attribute on user entry and must exist in user ou tree prior to test
+
+  * This test adds users.  It uses runtime arguments to define behavior:
+   -Dhostname=foo  <-- optional field useful for distributing the load across servers in a multi-master env, it will override what's in fortress.properties
+   -Dqualifier=A1  <-- this is used to construct userid: hostname + qualifier + counter
+   -Dverify=true   <-- will read after operation to verify success
+   -Dsleep=30      <-- sleep this many millisecones after each op
+   -Dou=uou1       <-- this is a required attribute on user entry and must exist in user ou tree prior to test
      
-    * All params but hostname can instead be set as properties in [add config](src/test/jmeter/ftAddUser.jmx) or [del config](src/test/jmeter/ftDelUser.jmx) files.
+  * All but hostname may also be set as properties in [add config](src/test/jmeter/ftAddUser.jmx) or [del config](src/test/jmeter/ftDelUser.jmx) files.
      
  G. Delete Users:
   ```
   mvn -Ploadtest-fortress-deluser jmeter:jmeter -Dqualifier=A1 -Dverify=true -Dsleep=30
   ```
 
-    * Same properties as add except for 'ou', which is not used for delete ops
+  * Same properties as add except for 'ou', which is not used for delete ops
 
 ___________________________________________________________________________________
 ## SECTION 15. Instructions to encrypt LDAP passwords used in config files