From ced6bf19685b9c9af19da50a021ca8ff169e7c77 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 May 2012 19:50:28 +0000 Subject: -more uniform naming of statisitcs --- .../test_integration_connection_values_tcp_udp_http.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in') 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): def check_connect (): check = Check (test) check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# neighbour entries allocated')) - check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# entries in session map')) - check.add (EqualStatisticsCondition (client, 'core', '# neighbour entries allocated', client, 'core', '# entries in session map')) + check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'core', '# peers connected')) + check.add (EqualStatisticsCondition (client, 'core', '# neighbour entries allocated', client, 'core', '# peers connected')) check.add (EqualStatisticsCondition (client, 'transport', '# peers connected', client, 'topology', '# peers connected')) - check.add (EqualStatisticsCondition (client, 'topology', '# peers connected', client, 'core', '# entries in session map')) + check.add (EqualStatisticsCondition (client, 'topology', '# peers connected', client, 'core', '# peers connected')) while True: check.reset() -- cgit v1.2.3