grpc/tools/http2_interop
Craig Tiller 1796f87702 Fix creds path 2016-03-25 19:42:49 -07:00
..
README.md Add initial interop tests 2015-10-05 16:17:47 -07:00
doc.go Add initial interop tests 2015-10-05 16:17:47 -07:00
frame.go Add initial interop tests 2015-10-05 16:17:47 -07:00
frameheader.go Handle goaway and http1 responses 2015-11-24 15:41:54 -08:00
goaway.go Add cipher suite test to http2 interop tests, and honor test_case flag 2015-11-18 16:48:57 -08:00
http1frame.go Handle goaway and http1 responses 2015-11-24 15:41:54 -08:00
http2interop.go Add http2 test for small http max frame size 2015-12-03 12:37:30 -08:00
http2interop_test.go Fix creds path 2016-03-25 19:42:49 -07:00
ping.go Add initial interop tests 2015-10-05 16:17:47 -07:00
s6.5.go Add test to check that all settings frames are acked 2015-12-11 16:43:28 -08:00
s6.5_test.go Add test to check that all settings frames are acked 2015-12-11 16:43:28 -08:00
settings.go Add test to check that all settings frames are acked 2015-12-11 16:43:28 -08:00
testsuite.go Add optional passing more 2015-12-04 16:49:33 -08:00
unknownframe.go Add initial interop tests 2015-10-05 16:17:47 -07:00

README.md

HTTP/2 Interop Tests

This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients. To run, just type:

go test -spec :1234

Where ":1234" is the ip:port of a running server.