Documentation: Fix e2e tests Input section's nits

Fix minor typos and formatting issues.

Change-Id: I7c9ef683055a0d61d74a8fd383df8e1eaaf78985
This commit is contained in:
Marco Miller 2020-01-29 17:56:05 -05:00
parent ccd78553bb
commit c00b0189e5

View File

@ -45,9 +45,9 @@ ssh-keygen -m PEM -t rsa -C "test@mail.com" -f /tmp/ssh-keys/id_rsa
==== Input file ==== Input file
The ReplayRecordsScenario is fed by the data coming from the [src/test/resources/data/requests.json](/src/test/resources/data/requests.json) file. The `ReplayRecordsFromFeederScenario` is fed with the data coming from the
Such file contains the commands and repo used during the load test. `src/test/resources/data/requests.json` file. Such a file contains the commands and repo used
Below an example: during the load test. Example below:
---- ----
[ [
@ -63,10 +63,11 @@ Below an example:
---- ----
Valid commands are: Valid commands are:
* fetch
* pull * `fetch`
* push * `pull`
* clone * `push`
* `clone`
==== How to use the framework ==== How to use the framework