Commit b7d54808 authored by Geoff Simmons's avatar Geoff Simmons

VMOD blob: increase workspace for a couple of vtc tests

parent 5adb58cb
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