aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-30 16:36:51 +0200
committerChristian Grothoff <christian@grothoff.org>2018-03-30 16:36:51 +0200
commit064800aedb6c049a59734222756c0622a02cdc67 (patch)
tree64782c2fbf4b18c0c5fa738c290331f1df211bf3 /src/integration-tests/test_integration_bootstrap_and_connect.py.in
parentb7513a90c350bc3f768c3b1e7a42228f272314dd (diff)
downloadgnunet-064800aedb6c049a59734222756c0622a02cdc67.tar.gz
gnunet-064800aedb6c049a59734222756c0622a02cdc67.zip
eliminate check for dead statistic in integration tests
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))