From e34d97ce624b368365f8bee3f34de9f5c834edfb Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Tue, 28 Aug 2012 09:47:15 +0200 Subject: [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. --- lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}]}. -- cgit v1.2.3