Browse Source

functional-tester: update README

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
07ca694947
1 changed files with 1 additions and 10 deletions
  1. 1 10
      tools/functional-tester/README.md

+ 1 - 10
tools/functional-tester/README.md

@@ -44,14 +44,5 @@ And run [example scripts](./scripts).
 ./scripts/docker-local-agent.sh 3
 
 # to run only 1 tester round
-LIMIT=1 ./scripts/docker-local-tester.sh
-
-# to run long-running tests with no limit
-LIMIT=1 ./scripts/docker-local-tester.sh
-
-# to run only 1 tester round with election runner and others
-# default is STRESSER="keys,lease"
-LIMIT=1 \
-  STRESSER="keys,lease,election-runner,watch-runner,lock-racer-runner,lease-runner" \
-  ./scripts/docker-local-tester.sh
+./scripts/docker-local-tester.sh
 ```