Commit 6b9b625e authored by Geoff Simmons's avatar Geoff Simmons Committed by Pål Hermunn Johansen

VMOD blob: increase workspace for a couple of vtc tests

parent 46609bb1
varnishtest "VMOD blob hex encode and decode"
varnish v1 -vcl {
# Some platforms need larger workspaces for this test
varnish v1 -arg "-p workspace_client=256k" -vcl {
import blob;
import std;
backend b { .host = "${bad_ip}"; }
......
varnishtest "VMOD blob test transcode()"
varnish v1 -vcl {
# Some platforms need larger workspaces for this test
varnish v1 -arg "-p workspace_client=256k" -vcl {
import blob;
import std;
backend b { .host = "${bad_ip}"; }
......
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