From: Christian Grothoff Date: Fri, 30 Mar 2018 14:42:37 +0000 (+0200) Subject: few more obsolete lines to remove (statistic tested is gone) X-Git-Tag: v0.11.0pre66~132 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e7676dee608ad5140513c05911645a0d6abf9b16;p=oweals%2Fgnunet.git few more obsolete lines to remove (statistic tested is gone) --- diff --git a/src/integration-tests/test_integration_disconnect_nat.py.in b/src/integration-tests/test_integration_disconnect_nat.py.in index 4cbab80dd..611255a09 100755 --- a/src/integration-tests/test_integration_disconnect_nat.py.in +++ b/src/integration-tests/test_integration_disconnect_nat.py.in @@ -88,7 +88,6 @@ def check_disconnect (): nat_client.stop () check = Check (test) check.add (StatisticsCondition (server, 'transport', '# peers connected',0)) - check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',0)) check.add (StatisticsCondition (server, 'core', '# peers connected',0)) check.add (StatisticsCondition (server, 'topology', '# peers connected',0)) check.add (StatisticsCondition (server, 'dht', '# peers connected',0)) @@ -113,14 +112,12 @@ def check_connect (): global nat_client check = Check (test) check.add (StatisticsCondition (nat_client, 'transport', '# peers connected',1)) - check.add (StatisticsCondition (nat_client, 'core', '# neighbour entries allocated',1)) check.add (StatisticsCondition (nat_client, 'core', '# peers connected',1)) check.add (StatisticsCondition (nat_client, 'topology', '# peers connected',1)) check.add (StatisticsCondition (nat_client, 'dht', '# peers connected',1)) check.add (StatisticsCondition (nat_client, 'fs', '# peers connected',1)) check.add (StatisticsCondition (server, 'transport', '# peers connected',1)) - check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1)) check.add (StatisticsCondition (server, 'core', '# peers connected',1)) check.add (StatisticsCondition (server, 'topology', '# peers connected',1)) check.add (StatisticsCondition (server, 'dht', '# peers connected',1))