aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-08-28 09:47:15 +0200
committerSiri Hansen <[email protected]>2012-08-28 09:47:15 +0200
commite34d97ce624b368365f8bee3f34de9f5c834edfb (patch)
treea6d75bdd9737a63f32a8754003e4d59f162d8746 /lib/common_test
parent440eb959f75e180b6cc660359581d84acc61136a (diff)
downloadotp-e34d97ce624b368365f8bee3f34de9f5c834edfb.tar.gz
otp-e34d97ce624b368365f8bee3f34de9f5c834edfb.tar.bz2
otp-e34d97ce624b368365f8bee3f34de9f5c834edfb.zip
[common_test] Change server address from localhost to 127.0.0.1 in netconf config
Tests failed with ehostunreach on some hosts since localhost could not be resolved. CT configuration file for tests of ct_netconfc is now changed to use 127.0.0.1 instead.
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg
index 6466571623..b431301df6 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg
@@ -1,5 +1,5 @@
%% -*- erlang -*-
-{netconf1,[{ssh,"localhost"},
+{netconf1,[{ssh,"127.0.0.1"},
{port,2060},
{user,"xxx"},
{password,"xxx"}]}.