From 9af85efb7be828ea239d51731571b25094211cf6 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 13 Aug 2022 20:42:07 +0100 Subject: Testsuite: use more reliable IP for TFO testcases --- test/confs/1090 | 2 +- test/confs/4058 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/confs') diff --git a/test/confs/1090 b/test/confs/1090 index 4a7b25f3c..410fd663c 100644 --- a/test/confs/1090 +++ b/test/confs/1090 @@ -34,7 +34,7 @@ begin transports send_to_server: driver = smtp allow_localhost - hosts = 127.0.0.1 + hosts = HOSTIPV4 port = PORT_D hosts_try_fastopen = * diff --git a/test/confs/4058 b/test/confs/4058 index 0502c55b2..e2f55d1d0 100644 --- a/test/confs/4058 +++ b/test/confs/4058 @@ -40,7 +40,7 @@ server: client: driver = manualroute - route_data = 127.0.0.1::PORT_D + route_data = HOSTIPV4::PORT_D self = send transport = smtp -- cgit v1.2.3