]> err.no Git - varnish/commitdiff
Polishing
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 20:37:52 +0000 (20:37 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 15 Jun 2008 20:37:52 +0000 (20:37 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2691 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/README [new file with mode: 0644]

diff --git a/varnish-cache/bin/varnishtest/tests/README b/varnish-cache/bin/varnishtest/tests/README
new file mode 100644 (file)
index 0000000..c318a1b
--- /dev/null
@@ -0,0 +1,23 @@
+# $Id$
+
+Test-scripts for varnishtest
+============================
+
+Naming scheme
+-------------
+
+       The intent is to be able to run all script sin lexicographic
+       order and get a sensible failure mode.
+
+       This requires more basic tests to be earlier and more complex
+       tests to be later in the test sequence, we do this with the
+       prefix/id letter:
+
+               [id]%05d.vtc
+
+       id ~ [a] --> varnishtester(1) tests
+       id ~ [b] --> Basic functionality tests
+       id ~ [c] --> Complex functionality tests
+       id ~ [e] --> ESI tests
+       id ~ [r] --> Regression tests.
+       id ~ [t] --> Ticket regression tests, number same as ticket.