aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:05:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:05:11 +0000
commit7713b5873a9d9cb36f19901aab2b9d0a412cfb42 (patch)
tree6199163a1256c781c1d6a48dc98726ab9c7161a6 /src/integration-tests
parent414d5e246154c82272e36a76d224661cf8e0428f (diff)
downloadgnunet-7713b5873a9d9cb36f19901aab2b9d0a412cfb42.tar.gz
gnunet-7713b5873a9d9cb36f19901aab2b9d0a412cfb42.zip
fix second peer for clique test
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/c_no_nat_client_2.conf3
-rw-r--r--src/integration-tests/hostkeys/c_no_nat_client_2bin827 -> 32 bytes
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in2
3 files changed, 1 insertions, 4 deletions
diff --git a/src/integration-tests/confs/c_no_nat_client_2.conf b/src/integration-tests/confs/c_no_nat_client_2.conf
index b8aa7b191..744493870 100644
--- a/src/integration-tests/confs/c_no_nat_client_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_2.conf
@@ -287,9 +287,6 @@ ENABLE_ICMP_CLIENT = NO
287ENABLE_ICMP_SERVER = NO 287ENABLE_ICMP_SERVER = NO
288DISABLEV6 = YES 288DISABLEV6 = YES
289RETURN_LOCAL_ADDRESSES = NO 289RETURN_LOCAL_ADDRESSES = NO
290HOSTNAME_DNS_FREQUENCY = 1200000
291IFC_SCAN_FREQUENCY = 3000000
292DYNDNS_FREQUENCY = 140000
293EXTERNAL_ADDRESS = 127.0.0.1 290EXTERNAL_ADDRESS = 127.0.0.1
294INTERNAL_ADDRESS = 127.0.0.1 291INTERNAL_ADDRESS = 127.0.0.1
295BINDTO = 127.0.0.1 292BINDTO = 127.0.0.1
diff --git a/src/integration-tests/hostkeys/c_no_nat_client_2 b/src/integration-tests/hostkeys/c_no_nat_client_2
index 05339c47c..78924c3b8 100644
--- a/src/integration-tests/hostkeys/c_no_nat_client_2
+++ b/src/integration-tests/hostkeys/c_no_nat_client_2
Binary files differ
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in
index eb606c5d9..17bd60776 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -174,8 +174,8 @@ def run ():
174 global client2 174 global client2
175 175
176 success = False 176 success = False
177
178 test = Test ('test_integration_disconnect', verbose) 177 test = Test ('test_integration_disconnect', verbose)
178 cleanup ()
179 179
180 server = Peer(test, './confs/c_bootstrap_server.conf'); 180 server = Peer(test, './confs/c_bootstrap_server.conf');
181 server.start(); 181 server.start();