[skip ci]Update readme for chaos test (#13454)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/13302/head
zhuwenxing 2021-12-15 20:51:10 +08:00 committed by GitHub
parent 25022fa800
commit 541b7d169a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ Run test scenario automatically:
```bash
cd /milvus/tests/python_client/chaos
# in this step, script will install milvus and run testcase
bash chaos_test.sh
bash chaos_test.sh ${pod} ${chaos_type} ${chaos_task}
# example: bash chaos_test.sh querynode pod_kill chaos-test
```
### Github Action
* [Pod Kill Chaos Test](https://github.com/milvus-io/milvus/actions/workflows/pod-kill-chaos-test.yaml)