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`.
111
111
112
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.
113
+
The `learn-layer5` application serves as a sample application to validate the conformance of any service mesh with the SMI specifications. To verify SMI conformance, run Meshery and invoke the suite of SMI tests specific to the service mesh you would like to validate.
114
114
115
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.
116
+
Meshery allows you to schedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
117
117
118
118
## Testing Manually
119
119
120
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
121
122
122
# To check for smi conformance of a deployed service mesh
123
-
We use kuttl to check for SMI conformance. All the tests are writtten in smi-test directory of this repository.
123
+
We use kuttl to check for SMI conformance. All the tests are written in smi-test directory of this repository.
124
124
Execute the following command in `./smi-conformance` to run the smi-conformace tests:-
0 commit comments