From 48812485a0fa0191e5ffbf01045c2f377e77f6a0 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 15 Jun 2008 20:37:52 +0000 Subject: [PATCH] Polishing git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2691 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/README | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 varnish-cache/bin/varnishtest/tests/README diff --git a/varnish-cache/bin/varnishtest/tests/README b/varnish-cache/bin/varnishtest/tests/README new file mode 100644 index 00000000..c318a1b5 --- /dev/null +++ b/varnish-cache/bin/varnishtest/tests/README @@ -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. -- 2.39.5