From c00b0189e5121979ba844a299fff6a91611d6016 Mon Sep 17 00:00:00 2001 From: Marco Miller Date: Wed, 29 Jan 2020 17:56:05 -0500 Subject: [PATCH] Documentation: Fix e2e tests Input section's nits Fix minor typos and formatting issues. Change-Id: I7c9ef683055a0d61d74a8fd383df8e1eaaf78985 --- Documentation/dev-e2e-tests.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/dev-e2e-tests.txt b/Documentation/dev-e2e-tests.txt index 3605134610..93bb816164 100644 --- a/Documentation/dev-e2e-tests.txt +++ b/Documentation/dev-e2e-tests.txt @@ -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