Skip to content

Commit e027558

Browse files
committed
Merge branch 'master' of github.com:kanishkarj/learn-layer5
2 parents eceef89 + c2bdc16 commit e027558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# To check for smi conformance of a deployed service mesh
22
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:-
3+
Execute the following command in `./smi-conformance` to run the smi-conformace tests:-
44

55
```shell
6-
kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
6+
go run main.go
77
```
88

99
<p style="text-align:center;" align="center">

0 commit comments

Comments
 (0)