tree: f21242ebd2821eea4af43396abcac7eb9b2ff4ac [path history] [tgz]
  1. controlplane.go
  2. e2e.go
  3. e2e_test.go
  4. e2e_utils.go
  5. README.md
  6. run.sh
xds/internal/test/e2e/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.