Skip to content

Commit b8bd85e

Browse files
authoredFeb 13, 2025
Updates README about running integration test (#14)
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 4700281 commit b8bd85e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ Then execute, for example, the following command to test the passthrough and acc
5656
curl localhost:1062/uuid
5757
```
5858

59+
### Run integration tests with the built example Envoy + Rust Dynamic Module Docker Image.
60+
61+
The integration tests are in the `integration` directory. Assuming you built the Docker image with the tag `envoy-with-dynamic-modules:latest`, you can run the integration tests with the following command:
62+
```
63+
cd integration
64+
go test . -v -count=1
65+
```
66+
67+
If you want to explicitly specify the docker image, use `ENVOY_IMAGE` environment variable:
68+
```
69+
ENVOY_IMAGE=foo-bar-image:latest go test . -v -count=1
70+
```
5971

6072
## Update Envoy Version
6173

0 commit comments

Comments
 (0)