aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_connection_values_tcp_udp_http.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_connection_values_tcp_udp_http.py.in
parentf472d7ba8cddab2559d1de2a68e8fbc4e26649da (diff)
downloadgnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.tar.gz
gnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.zip
-more uniform naming of statisitcs
Diffstat (limited to 'src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_connection_values_tcp_udp_http.py.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in b/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
index cd4cc9d2e..69184a2e9 100755
--- a/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
+++ b/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
@@ -65,10 +65,10 @@ def fail_cont (check):
65def check_connect (): 65def check_connect ():
66 check = Check (test) 66 check = Check (test)
67 check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# neighbour entries allocated')) 67 check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# neighbour entries allocated'))
68 check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# entries in session map')) 68 check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# peers connected'))
69 check.add (EqualStatisticsCondition (client, 'core', '# neighbour entries allocated', client, 'core', '# entries in session map')) 69 check.add (EqualStatisticsCondition (client, 'core', '# neighbour entries allocated', client, 'core', '# peers connected'))
70 check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'topology', '# peers connected')) 70 check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'topology', '# peers connected'))
71 check.add (EqualStatisticsCondition (client, 'topology', '# peers connected', client, 'core', '# entries in session map')) 71 check.add (EqualStatisticsCondition (client, 'topology', '# peers connected', client, 'core', '# peers connected'))
72 72
73 while True: 73 while True:
74 check.reset() 74 check.reset()