aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/http2_interop/README.md
diff options
context:
space:
mode:
authorGravatar Carl Mastrangelo <notcarl@google.com>2015-10-05 16:17:47 -0700
committerGravatar Carl Mastrangelo <notcarl@google.com>2015-10-05 16:17:47 -0700
commit4aca796ca291e7b0ef4fe2f4aa1c722fad642871 (patch)
tree2aa42b9c2523fd4362b2194cb24ae97a94c0996c /tools/http2_interop/README.md
parentd48c5a5b9feb9cfacde4741e92d6dfcdae632416 (diff)
Add initial interop tests
Diffstat (limited to 'tools/http2_interop/README.md')
-rw-r--r--tools/http2_interop/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/http2_interop/README.md b/tools/http2_interop/README.md
new file mode 100644
index 0000000000..21688f0980
--- /dev/null
+++ b/tools/http2_interop/README.md
@@ -0,0 +1,9 @@
+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.
+