Documentation: Fix e2e tests Input section's nits
Fix minor typos and formatting issues. Change-Id: I7c9ef683055a0d61d74a8fd383df8e1eaaf78985
This commit is contained in:
parent
ccd78553bb
commit
c00b0189e5
@ -45,9 +45,9 @@ ssh-keygen -m PEM -t rsa -C "test@mail.com" -f /tmp/ssh-keys/id_rsa
|
||||
|
||||
==== 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.
|
||||
Such file contains the commands and repo used during the load test.
|
||||
Below an example:
|
||||
The `ReplayRecordsFromFeederScenario` is fed with the data coming from the
|
||||
`src/test/resources/data/requests.json` file. Such a file contains the commands and repo used
|
||||
during the load test. Example below:
|
||||
|
||||
----
|
||||
[
|
||||
@ -63,10 +63,11 @@ Below an example:
|
||||
----
|
||||
|
||||
Valid commands are:
|
||||
* fetch
|
||||
* pull
|
||||
* push
|
||||
* clone
|
||||
|
||||
* `fetch`
|
||||
* `pull`
|
||||
* `push`
|
||||
* `clone`
|
||||
|
||||
==== How to use the framework
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user