diff options
author | Siri Hansen <[email protected]> | 2012-08-28 09:47:15 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-08-28 09:47:15 +0200 |
commit | e34d97ce624b368365f8bee3f34de9f5c834edfb (patch) | |
tree | a6d75bdd9737a63f32a8754003e4d59f162d8746 | |
parent | 440eb959f75e180b6cc660359581d84acc61136a (diff) | |
download | otp-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.
-rw-r--r-- | lib/common_test/test/ct_netconfc_SUITE_data/netconfc1.cfg | 2 |
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"}]}. |