Skip to content

Commit

Permalink
fixup: reuse existing macros
Browse files Browse the repository at this point in the history
Signed-off-by: Asad Sajjad Ahmed <asadsa@varnish-software.com>
  • Loading branch information
asadsa92 committed Aug 13, 2024
1 parent 6808a19 commit ab9f0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bin/varnishtest/tests/b00085.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ varnishtest "connect: blackhole"
varnish v1 -vcl {
backend default {
# Non-routeable IPv4 address to simulate connect_timeout
# XXX: $\{blackhole_backend}
.host = "10.255.255.1 80";
.host = "${bad_ip}";
.max_connections = 1;
}
} -start
Expand Down
3 changes: 1 addition & 2 deletions bin/varnishtest/tests/b00086.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ varnishtest "connect: blackhole with queueing"
varnish v1 -vcl {
backend default {
# Non-routeable IPv4 address to simulate connect_timeout
# XXX: $\{blackhole_backend}
.host = "10.255.255.1 80";
.host = "${bad_ip}";
.max_connections = 1;
.wait_limit = 1;
.wait_timeout = 0.2s;
Expand Down

0 comments on commit ab9f0af

Please sign in to comment.