Skip to content

Commit 66e79a0

Browse files
authored
Update README.md
1 parent 44993b6 commit 66e79a0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,16 @@ curl --location --request DELETE 'http://34.68.35.174:9091/metrics'
110110
> Note: metrics are collected only for `/call` and `/echo`.
111111
112112
# 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 verify 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 the Meshery adapter for the specific service mesh you wish to test. Invoke the suite of SMI conformance tests on the specific service mesh you would like to validate.
114114

115-
## Testing with Meshery
116-
Meshery allows you to schedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
115+
## Invoking conformance tests
117116

117+
**As a Service Mesh user**
118+
Meshery allows you to schedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
119+
120+
**As a Service Mesh maker**
121+
Meshery guarantees provenance of these tests and facilitates the public publicing of this suite of tests results into a versioned, public matrix of conformance status (consisting of both supported capabilities and test compliance).
122+
<!--
118123
## Testing Manually
119124
120125
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:
@@ -128,7 +133,7 @@ docker build . -t meshery-smi-conformance:latest
128133
docker run -p 10008:10008 meshery-smi-conformance:latest
129134
```
130135
131-
<!--
136+
132137
```shell
133138
kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
134139
```

0 commit comments

Comments
 (0)