...

Text file src/google.golang.org/grpc/xds/internal/test/e2e/README.md

Documentation: google.golang.org/grpc/xds/internal/test/e2e

     1Build client and server binaries.
     2
     3```sh
     4go build -o ./binaries/client ../../../../interop/xds/client/
     5go build -o ./binaries/server ../../../../interop/xds/server/
     6```
     7
     8Run the test
     9
    10```sh
    11go test . -v
    12```
    13
    14The client/server paths are flags
    15
    16```sh
    17go test . -v -client=$HOME/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client
    18```
    19Note that grpc logs are only turned on for Go.

View as plain text