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.in6
1 files changed, 3 insertions, 3 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 6b720cbb1..88327bfa1 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
@@ -71,7 +71,7 @@ def success_cont (check):
71 check = Check (test) 71 check = Check (test)
72 check.add (StatisticsCondition (client, 'transport', '# peers connected',0)) 72 check.add (StatisticsCondition (client, 'transport', '# peers connected',0))
73 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',0)) 73 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',0))
74 check.add (StatisticsCondition (client, 'core', '# entries in session map',0)) 74 check.add (StatisticsCondition (client, 'core', '# peers connected',0))
75 check.add (StatisticsCondition (client, 'topology', '# peers connected',0)) 75 check.add (StatisticsCondition (client, 'topology', '# peers connected',0))
76 check.add (StatisticsCondition (client, 'fs', '# peers connected',0)) 76 check.add (StatisticsCondition (client, 'fs', '# peers connected',0))
77 77
@@ -86,14 +86,14 @@ def check ():
86 check = Check (test) 86 check = Check (test)
87 check.add (StatisticsCondition (client, 'transport', '# peers connected',1)) 87 check.add (StatisticsCondition (client, 'transport', '# peers connected',1))
88 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1)) 88 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1))
89 check.add (StatisticsCondition (client, 'core', '# entries in session map',1)) 89 check.add (StatisticsCondition (client, 'core', '# peers connected',1))
90 check.add (StatisticsCondition (client, 'topology', '# peers connected',1)) 90 check.add (StatisticsCondition (client, 'topology', '# peers connected',1))
91 check.add (StatisticsCondition (client, 'fs', '# peers connected',1)) 91 check.add (StatisticsCondition (client, 'fs', '# peers connected',1))
92 92
93 93
94 check.add (StatisticsCondition (server, 'transport', '# peers connected',1)) 94 check.add (StatisticsCondition (server, 'transport', '# peers connected',1))
95 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1)) 95 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1))
96 check.add (StatisticsCondition (server, 'core', '# entries in session map',1)) 96 check.add (StatisticsCondition (server, 'core', '# peers connected',1))
97 check.add (StatisticsCondition (server, 'topology', '# peers connected',1)) 97 check.add (StatisticsCondition (server, 'topology', '# peers connected',1))
98 check.add (StatisticsCondition (server, 'fs', '# peers connected',1)) 98 check.add (StatisticsCondition (server, 'fs', '# peers connected',1))
99 99