We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eceef89 + c2bdc16 commit e027558Copy full SHA for e027558
1 file changed
README.md
@@ -1,9 +1,9 @@
1
# To check for smi conformance of a deployed service mesh
2
We use kuttl to check for SMI conformance. All the tests are writtten in smi-test directory of this repository.
3
-Execute the following command to run the smi-conformace tests:-
+Execute the following command in `./smi-conformance` to run the smi-conformace tests:-
4
5
```shell
6
-kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
+go run main.go
7
```
8
9
<p style="text-align:center;" align="center">
0 commit comments