mirror of https://github.com/grpc/grpc-go.git
|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| controlplane.go | ||
| e2e.go | ||
| e2e_test.go | ||
| e2e_utils.go | ||
| run.sh | ||
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.