Skip to content

Commit 25177f0

Browse files
committed
updated doc
1 parent 7146995 commit 25177f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,11 @@ To manually invoke SMI Conformance test for a deployed service mesh, you can app
121121

122122
# To check for smi conformance of a deployed service mesh
123123
We use kuttl to check for SMI conformance. All the tests are written in smi-test directory of this repository.
124-
Execute the following command in `./smi-conformance` to run the smi-conformace tests:-
124+
Build and run with the below commands to create a container for running the smi-conformace tests:-
125125

126126
```shell
127-
go run main.go
127+
docker build . -t meshery-smi-conformance:latest
128+
docker run -p 10008:10008 meshery-smi-conformance:latest
128129
```
129130

130131
<!--

0 commit comments

Comments
 (0)