You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: metrics are collected only for `/call` and `/echo`.
118
111
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
+
119
126
<br /><br /><palign="center"><i>If you’re using Learn Layer5 or if you like the project, please <ahref="https://github.com/layer5io/meshery/stargazers">★</a> star this repository to show your support! 🤩</i></p>
0 commit comments