[Refactor/TRA-3692] rename test rules to traffic validation (#281)

This commit is contained in:
Selton Fiuza
2021-09-19 08:47:19 -03:00
committed by GitHub
parent 5392475486
commit b50eced489
4 changed files with 21 additions and 6 deletions

View File

@@ -24,14 +24,14 @@ To use this feature - create simple rules file (see details below) and pass this
```shell
mizu tap --test-rules rules.yaml PODNAME
mizu tap --traffic-validation rules.yaml PODNAME
```
## Rules file structure
The structure of the test-rules-file is:
The structure of the traffic-validation-file is:
* `name`: string, name of the rule
* `type`: string, type of the rule, must be `json` or `header` or `latency`