Skip to content

Commit

Permalink
README: fix heading formatting
Browse files Browse the repository at this point in the history
An additional # was missing for both AuthenticationTest and APITest
sections, resulting in a malformed README.

Signed-off-by: Antonio Torres <[email protected]>
  • Loading branch information
antoniotorresm authored and rcritten committed Jan 20, 2022
1 parent 2640195 commit bd074db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ compared against the output of `ipa host-find` on the server.

If using replicas, the distribution of enrollments between servers will be shown after the test.

## AuthenticationTest
### AuthenticationTest

Perform authentication attempts against the server. The number of clients deployed is set using the `amount` option,
and the amount of authentication threads per client is defined using the `threads` option, so the total amount of
Expand All @@ -107,7 +107,7 @@ using the `pamtest` tool. A file named `pamtest.log` will be created for each cl

After the test execution, percentage of succeeded attempts will be shown, both per client and in total.

## APITest
### APITest

This tests runs the same command n times simultaneously. The command is specified using the `command` option. The
wildcard `{id}` is permitted for commands that required variability to run properly (for example, it can be used
Expand Down

0 comments on commit bd074db

Please sign in to comment.