[master] 3ad994a Add our first H2 varnishd test

Poul-Henning Kamp phk at FreeBSD.org
Mon Sep 5 09:09:09 CEST 2016


commit 3ad994a810ac95cb077e732ea6b78b638e651962
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 5 07:08:09 2016 +0000

    Add our first H2 varnishd test

diff --git a/bin/varnishtest/tests/t02000.vtc b/bin/varnishtest/tests/t02000.vtc
new file mode 100644
index 0000000..0833ca9
--- /dev/null
+++ b/bin/varnishtest/tests/t02000.vtc
@@ -0,0 +1,17 @@
+varnishtest	"simple H2 get"
+
+server s1 {
+	rxreq
+	txresp -bodylen 10
+} -start
+
+varnish v1 -vcl+backend {} -start
+
+varnish v1 -cliok "param.set debug +syncvsl"
+
+client c1 {
+	stream 1 {
+		txreq
+		rxresp
+	} -run
+} -run



More information about the varnish-commit mailing list