From bd6a725af02724ca783d7026e650cd380cc1c68c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 18 Nov 2015 12:31:22 +0100 Subject: test_server,erl_interface: Add test_host_not_reachable config --- lib/common_test/test_server/ts.config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/common_test') diff --git a/lib/common_test/test_server/ts.config b/lib/common_test/test_server/ts.config index cf3d269616..d05e4885fc 100644 --- a/lib/common_test/test_server/ts.config +++ b/lib/common_test/test_server/ts.config @@ -44,3 +44,7 @@ % {295,0,0,0,0,0,0,1}, % ["dummy6-ip6"] % }}. + +%% Used by erl_interface tests +%% Known hostname with an unreachable ip +%{test_host_not_reachable, "ghost.mydomain.com"}. -- cgit v1.2.3