Skip to content

Commit

Permalink
Merge pull request #10985 from etcd-io/wenjiaswe-update-functional-re…
Browse files Browse the repository at this point in the history
…adme

functional test: Update functional README.md
  • Loading branch information
gyuho authored Aug 6, 2019
2 parents a494e06 + 0a0b2be commit bcaaeeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions functional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcaaeeb

Please sign in to comment.