Commit 21cd8eed authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a basic test case for unix jails

parent 4777ff30
......@@ -19,6 +19,7 @@ Naming scheme
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 ~ [p] --> Persistent tests
......
varnishtest "Code coverage basic UNIX jail"
feature user_varnish
feature group_varnish
feature root
server s1 {
rxreq
txresp
} -start
varnish v1 \
-jail "-junix,user=varnish,ccgroup=varnish" \
-vcl+backend {
} -start
client c1 {
txreq
rxresp
expect resp.status == 200
} -run
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment