aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_disconnect_nat.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-30 16:42:37 +0200
committerChristian Grothoff <christian@grothoff.org>2018-03-30 16:42:37 +0200
commite7676dee608ad5140513c05911645a0d6abf9b16 (patch)
tree3cb84e7ccdc87b223b5eaa71c82d3d25e9e86d8b /src/integration-tests/test_integration_disconnect_nat.py.in
parenta2ce1993fb0875955ab5e49f5fd81ec1c4bf5b19 (diff)
downloadgnunet-e7676dee608ad5140513c05911645a0d6abf9b16.tar.gz
gnunet-e7676dee608ad5140513c05911645a0d6abf9b16.zip
few more obsolete lines to remove (statistic tested is gone)
Diffstat (limited to 'src/integration-tests/test_integration_disconnect_nat.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect_nat.py.in3
1 files changed, 0 insertions, 3 deletions
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 ():
88 nat_client.stop () 88 nat_client.stop ()
89 check = Check (test) 89 check = Check (test)
90 check.add (StatisticsCondition (server, 'transport', '# peers connected',0)) 90 check.add (StatisticsCondition (server, 'transport', '# peers connected',0))
91 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',0))
92 check.add (StatisticsCondition (server, 'core', '# peers connected',0)) 91 check.add (StatisticsCondition (server, 'core', '# peers connected',0))
93 check.add (StatisticsCondition (server, 'topology', '# peers connected',0)) 92 check.add (StatisticsCondition (server, 'topology', '# peers connected',0))
94 check.add (StatisticsCondition (server, 'dht', '# peers connected',0)) 93 check.add (StatisticsCondition (server, 'dht', '# peers connected',0))
@@ -113,14 +112,12 @@ def check_connect ():
113 global nat_client 112 global nat_client
114 check = Check (test) 113 check = Check (test)
115 check.add (StatisticsCondition (nat_client, 'transport', '# peers connected',1)) 114 check.add (StatisticsCondition (nat_client, 'transport', '# peers connected',1))
116 check.add (StatisticsCondition (nat_client, 'core', '# neighbour entries allocated',1))
117 check.add (StatisticsCondition (nat_client, 'core', '# peers connected',1)) 115 check.add (StatisticsCondition (nat_client, 'core', '# peers connected',1))
118 check.add (StatisticsCondition (nat_client, 'topology', '# peers connected',1)) 116 check.add (StatisticsCondition (nat_client, 'topology', '# peers connected',1))
119 check.add (StatisticsCondition (nat_client, 'dht', '# peers connected',1)) 117 check.add (StatisticsCondition (nat_client, 'dht', '# peers connected',1))
120 check.add (StatisticsCondition (nat_client, 'fs', '# peers connected',1)) 118 check.add (StatisticsCondition (nat_client, 'fs', '# peers connected',1))
121 119
122 check.add (StatisticsCondition (server, 'transport', '# peers connected',1)) 120 check.add (StatisticsCondition (server, 'transport', '# peers connected',1))
123 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',1))
124 check.add (StatisticsCondition (server, 'core', '# peers connected',1)) 121 check.add (StatisticsCondition (server, 'core', '# peers connected',1))
125 check.add (StatisticsCondition (server, 'topology', '# peers connected',1)) 122 check.add (StatisticsCondition (server, 'topology', '# peers connected',1))
126 check.add (StatisticsCondition (server, 'dht', '# peers connected',1)) 123 check.add (StatisticsCondition (server, 'dht', '# peers connected',1))