This PR adds two new flags: --server and --client. Both take a comma-separated list of implementation names that will be used for interop tests. If the flag is absent, all available implementations are used.
For example, if you want to test a quic-go server with both both quic-go and quicly as a client, you would use --server=quicgo --client=quicgo,quicly.
This PR adds two new flags:
--server
and--client
. Both take a comma-separated list of implementation names that will be used for interop tests. If the flag is absent, all available implementations are used. For example, if you want to test a quic-go server with both both quic-go and quicly as a client, you would use--server=quicgo --client=quicgo,quicly
.