Skip to content

Commit 7c7b47b

Browse files
authored
Update README.md
1 parent d508715 commit 7c7b47b

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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:-
4-
5-
```shell
6-
kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
7-
```
81

92
<p style="text-align:center;" align="center">
103
<img align="center" src="https://raw.githubusercontent.com/layer5io/layer5/master/assets/images/layer5/layer5-tag-white-bg.png" width="45%" /></p>
@@ -116,6 +109,20 @@ curl --location --request DELETE 'http://34.68.35.174:9091/metrics'
116109

117110
> Note: metrics are collected only for `/call` and `/echo`.
118111
112+
# Service Mesh Interface (SMI) Conformance
113+
The `learn-layer5` application serves as a sample application to validate the conformance of any service mesh with the SMI specifications. To verfiy SMI conformance, run Meshery and invoke the suite of SMI tests specific to the service mesh you would like to validate.
114+
115+
## Testing with Meshery
116+
Meshery allows you to sechedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
117+
118+
## Testing Manually
119+
120+
To manually invoke SMI Conformance test for a deployed service mesh, you can apply tests from the `smi-test` directory of this repository. Execute the following command to run the smi-conformace tests:
121+
122+
```shell
123+
kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
124+
```
125+
119126
<br /><br /><p align="center"><i>If you’re using Learn Layer5 or if you like the project, please <a href="https://github.com/layer5io/meshery/stargazers">★</a> star this repository to show your support! 🤩</i></p>
120127
</p>
121128

0 commit comments

Comments
 (0)