Merge pull request #10985 from etcd-io/wenjiaswe-update-functional-readme

functional test: Update functional README.md
This commit is contained in:
Gyuho Lee 2019-08-05 21:45:09 -07:00 committed by GitHub
commit bcaaeebc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,12 @@ And run [example scripts](./scripts).
```bash
# run 3 agents for 3-node local etcd cluster
./scripts/docker-local-agent.sh 1
./scripts/docker-local-agent.sh 2
./scripts/docker-local-agent.sh 3
./functional/scripts/docker-local-agent.sh 1
./functional/scripts/docker-local-agent.sh 2
./functional/scripts/docker-local-agent.sh 3
# to run only 1 tester round
./scripts/docker-local-tester.sh
./functional/scripts/docker-local-tester.sh
```
## etcd Proxy