aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
index 5fc8cf364..499889cf4 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
@@ -128,6 +128,7 @@ def run ():
128 128
129 success = False 129 success = False
130 test = Test ('test_integration_bootstrap_and_connect.py', verbose) 130 test = Test ('test_integration_bootstrap_and_connect.py', verbose)
131 cleanup ()
131 132
132 server = Peer(test, './confs/c_bootstrap_server.conf'); 133 server = Peer(test, './confs/c_bootstrap_server.conf');
133 client = Peer(test, './confs/c_nat_client.conf'); 134 client = Peer(test, './confs/c_nat_client.conf');