grpc-go/xds/internal/test/e2e
janardhanvissa b0f5027011
cleanup: replace dial with newclient (#7970)
2025-02-28 13:53:16 +05:30
..
README.md xds: local interop tests (#4823) 2021-10-07 11:47:53 -07:00
controlplane.go xds/bootstrap: add testing support to generate config (#7326) 2024-06-21 07:01:24 -07:00
e2e.go cleanup: replace dial with newclient (#7970) 2025-02-28 13:53:16 +05:30
e2e_test.go xds/bootstrap: add testing support to generate config (#7326) 2024-06-21 07:01:24 -07:00
e2e_utils.go xds: local interop tests (#4823) 2021-10-07 11:47:53 -07:00
run.sh vet: add check for trailing spaces (#7576) 2024-09-12 11:40:38 +05:30

README.md

Build client and server binaries.

go build -o ./binaries/client ../../../../interop/xds/client/
go build -o ./binaries/server ../../../../interop/xds/server/

Run the test

go test . -v

The client/server paths are flags

go test . -v -client=$HOME/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client

Note that grpc logs are only turned on for Go.