aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
index b1743774e..1e71488dc 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -74,14 +74,14 @@ def check ():
74 check = Check (test) 74 check = Check (test)
75 check.add (StatisticsCondition (client, 'transport', '# peers connected',1)) 75 check.add (StatisticsCondition (client, 'transport', '# peers connected',1))
76 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1)) 76 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1))
77 check.add (StatisticsCondition (client, 'core', '# entries in session map',1)) 77 check.add (StatisticsCondition (client, 'core', '# peers connected',1))
78 check.add (StatisticsCondition (client, 'topology', '# peers connected',1)) 78 check.add (StatisticsCondition (client, 'topology', '# peers connected',1))
79 check.add (StatisticsCondition (client, 'fs', '# peers connected',1)) 79 check.add (StatisticsCondition (client, 'fs', '# peers connected',1))
80 80
81 81
82 check.add (StatisticsCondition (server, 'transport', '# peers connected',1)) 82 check.add (StatisticsCondition (server, 'transport', '# peers connected',1))
83 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1)) 83 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1))
84 check.add (StatisticsCondition (server, 'core', '# entries in session map',1)) 84 check.add (StatisticsCondition (server, 'core', '# peers connected',1))
85 check.add (StatisticsCondition (server, 'topology', '# peers connected',1)) 85 check.add (StatisticsCondition (server, 'topology', '# peers connected',1))
86 check.add (StatisticsCondition (server, 'fs', '# peers connected',1)) 86 check.add (StatisticsCondition (server, 'fs', '# peers connected',1))
87 87