[master] db6276d Update the naming scheme for tests

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


commit db6276da3f75e996a21308a1ade7cc82da1cc927
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 5 07:36:31 2016 +0000

    Update the naming scheme for tests

diff --git a/bin/varnishtest/tests/README b/bin/varnishtest/tests/README
index 80075ea..3fefab8 100644
--- a/bin/varnishtest/tests/README
+++ b/bin/varnishtest/tests/README
@@ -13,18 +13,21 @@ Naming scheme
 
 		[id]%05d.vtc
 
-	id ~ ^a --> varnishtest(1) tests
-	id ~ ^b --> Basic functionality tests
-	id ~ ^c --> Complex functionality tests
-	id ~ ^d --> Director VMOD tests
-	id ~ ^e --> ESI tests
-	id ~ ^g --> GZIP tests
-	id ~ ^j --> JAIL tests
-	id ~ ^l --> VSL tests
-	id ~ ^m --> VMOD tests excluding director
-	id ~ ^o --> prOxy protocol
-	id ~ ^p --> Persistent tests
-	id ~ ^r --> Regression tests, same number as ticket
-	id ~ ^s --> Slow tests, expiry, grace etc.
-	id ~ ^u --> Unusual background processes
-	id ~ ^v --> VCL tests: execute VRT functions
+	id ~ ^a		--> varnishtest(1) tests
+	id ~ ^a02	--> HTTP2 
+	id ~ ^b		--> Basic functionality tests
+	id ~ ^c		--> Complex functionality tests
+	id ~ ^d		--> Director VMOD tests
+	id ~ ^e		--> ESI tests
+	id ~ ^g		--> GZIP tests
+	id ~ ^j		--> JAIL tests
+	id ~ ^l		--> VSL tests
+	id ~ ^m		--> VMOD tests excluding director
+	id ~ ^o		--> prOxy protocol
+	id ~ ^p		--> Persistent tests
+	id ~ ^r		--> Regression tests, same number as ticket
+	id ~ ^s		--> Slow tests, expiry, grace etc.
+	id ~ ^t		--> Transport protocol tests
+	id ~ ^t02	--> HTTP2
+	id ~ ^u		--> Unusual background processes
+	id ~ ^v		--> VCL tests: execute VRT functions



More information about the varnish-commit mailing list