diff options
author | Sverker Eriksson <[email protected]> | 2015-11-18 12:31:22 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-04-07 18:41:47 +0200 |
commit | bd6a725af02724ca783d7026e650cd380cc1c68c (patch) | |
tree | 9e82ff323de45bca86fd4c70f8141e3d303129bc /lib/common_test | |
parent | 995f81ed452f95c065bd94d62cb69dbf5289be76 (diff) | |
download | otp-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')
-rw-r--r-- | lib/common_test/test_server/ts.config | 4 |
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"}. |