| type | String | all | False | True | The type of test, e.g. addUser, addGroup, etc. Corresponds with jmeter config file name and must match exactly (minus .jmx extension). | type=addUser | none |
| qualifier | String | all | True | True | Part of the userid: hostname + qualifier + counter. | qualifier=A1 | none |
| verify | Boolean | all | True | True | Read after operation to verify success. | verify=true | false |
| update | Boolean | all | True | True | Edit user's description if set to true. | update=true | false |
| sleep | Integer | all | True | True | Sleep this many milliseconds after each op. | sleep=30 | none (no sleep) |
| hostname | String | all | False | True | Useful for distributing the load in a multi-master env. Will override what's in fortress.properties. | hostname=foo | none |
| name | String | assignGroup | True | True | The group name used | name=localhost-A1-1 | none |
| name | String | deAssignGroup | True | True | The group name used | name=localhost-A1-1 | none |
| size | Integer | checkUser | True | True | Specifies the number of members in a particular group during checkUser | size=1000 | none |
| password | String | addUser | False | True | Use this value for the user's password | password=changeit | 'password' |
| password | String | checkUser | True | True | Use this value for the user's password | password=changeit | 'password' |
| newpassword | String | changePw | True | True | New password used in changePw tests | newpassword=changeitagain | 'newpassword' |
| start | Integer | all | False | True | Set the start value for sequence counter | start=10000 | 0 |
| Name | Type | Test | Jmeter param | Java system prop | Description | Example | Default |
| type | String | all | False | True | The type of test, e.g. addUser, addGroup, etc. Corresponds with jmeter config file name and must match exactly (minus .jmx extension). | type=addUser | none |
| qualifier | String | all | True | True | Part of the userid: hostname + qualifier + counter. | qualifier=A1 | none |
| verify | Boolean | all | True | True | Read after operation to verify success. | verify=true | false |
| update | Boolean | all | True | True | Edit user's description if set to true. | update=true | false |
| sleep | Integer | all | True | True | Sleep this many milliseconds after each op. | sleep=30 | none (no sleep) |
| hostname | String | all | False | True | Useful for distributing the load in a multi-master env. Will override what's in fortress.properties. | hostname=foo | none |
| name | String | assignGroup | True | True | The group name used | name=localhost-A1-1 | none |
| name | String | deAssignGroup | True | True | The group name used | name=localhost-A1-1 | none |
| size | Integer | checkUser | True | True | Specifies the number of members in a particular group during checkUser | size=1000 | none |
| password | String | addUser | False | True | Use this value for the user's password | password=changeit | 'password' |
| password | String | checkUser | True | True | Use this value for the user's password | password=changeit | 'password' |
| newpassword | String | changePw | True | True | New password used in changePw tests | newpassword=changeitagain | 'newpassword' |
| newrdn | String | modUser | False | True | Set the new rdn for userId | newrdn=newUserId | none |
| newdn | String | modUser | False | True | Set the new dn for user entry. Param contains the parent rdn for target container. | newdn=ou=People2 | none |
| start | Integer | all | False | True | Set the start value for sequence counter | start=10000 | 0 |
* The Java system properties take precedence over jmeter params.