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.in2
1 files changed, 0 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 0a16237c0..01e36f81c 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -106,14 +106,12 @@ def fail_cont (check):
106def check (): 106def check ():
107 check = Check (test) 107 check = Check (test)
108 check.add (StatisticsCondition (client, 'transport', '# peers connected',1)) 108 check.add (StatisticsCondition (client, 'transport', '# peers connected',1))
109 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1))
110 check.add (StatisticsCondition (client, 'core', '# peers connected',1)) 109 check.add (StatisticsCondition (client, 'core', '# peers connected',1))
111 check.add (StatisticsCondition (client, 'topology', '# peers connected',1)) 110 check.add (StatisticsCondition (client, 'topology', '# peers connected',1))
112 check.add (StatisticsCondition (client, 'dht', '# peers connected',1)) 111 check.add (StatisticsCondition (client, 'dht', '# peers connected',1))
113 check.add (StatisticsCondition (client, 'fs', '# peers connected',1)) 112 check.add (StatisticsCondition (client, 'fs', '# peers connected',1))
114 113
115 check.add (StatisticsCondition (server, 'transport', '# peers connected',1)) 114 check.add (StatisticsCondition (server, 'transport', '# peers connected',1))
116 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1))
117 check.add (StatisticsCondition (server, 'core', '# peers connected',1)) 115 check.add (StatisticsCondition (server, 'core', '# peers connected',1))
118 check.add (StatisticsCondition (server, 'topology', '# peers connected',1)) 116 check.add (StatisticsCondition (server, 'topology', '# peers connected',1))
119 check.add (StatisticsCondition (server, 'dht', '# peers connected',1)) 117 check.add (StatisticsCondition (server, 'dht', '# peers connected',1))