aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 19:50:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 19:50:28 +0000
commitced6bf19685b9c9af19da50a021ca8ff169e7c77 (patch)
treebf0b6e89047ff49ab607c3d94d802f399ebf70f2 /src/integration-tests/test_integration_bootstrap_and_connect.py.in
parentf472d7ba8cddab2559d1de2a68e8fbc4e26649da (diff)
downloadgnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.tar.gz
gnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.zip
-more uniform naming of statisitcs
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