aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test_server
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-11-18 12:31:22 +0100
committerSverker Eriksson <[email protected]>2016-04-07 18:41:47 +0200
commitbd6a725af02724ca783d7026e650cd380cc1c68c (patch)
tree9e82ff323de45bca86fd4c70f8141e3d303129bc /lib/common_test/test_server
parent995f81ed452f95c065bd94d62cb69dbf5289be76 (diff)
downloadotp-bd6a725af02724ca783d7026e650cd380cc1c68c.tar.gz
otp-bd6a725af02724ca783d7026e650cd380cc1c68c.tar.bz2
otp-bd6a725af02724ca783d7026e650cd380cc1c68c.zip
test_server,erl_interface: Add test_host_not_reachable config
Diffstat (limited to 'lib/common_test/test_server')
-rw-r--r--lib/common_test/test_server/ts.config4
1 files changed, 4 insertions, 0 deletions
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"}.