aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_connect_on_restart.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_connect_on_restart.py.in
parentf472d7ba8cddab2559d1de2a68e8fbc4e26649da (diff)
downloadgnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.tar.gz
gnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.zip
-more uniform naming of statisitcs
Diffstat (limited to 'src/integration-tests/test_integration_connect_on_restart.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_connect_on_restart.py.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/integration-tests/test_integration_connect_on_restart.py.in b/src/integration-tests/test_integration_connect_on_restart.py.in
index 536ffd886..f77fd1c32 100755
--- a/src/integration-tests/test_integration_connect_on_restart.py.in
+++ b/src/integration-tests/test_integration_connect_on_restart.py.in
@@ -82,13 +82,13 @@ def success_connect_cont (check):
82 check = Check (test) 82 check = Check (test)
83 check.add (StatisticsCondition (client, 'transport', '# peers connected',1)) 83 check.add (StatisticsCondition (client, 'transport', '# peers connected',1))
84 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1)) 84 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1))
85 check.add (StatisticsCondition (client, 'core', '# entries in session map',1)) 85 check.add (StatisticsCondition (client, 'core', '# peers connected',1))
86 check.add (StatisticsCondition (client, 'topology', '# peers connected',1)) 86 check.add (StatisticsCondition (client, 'topology', '# peers connected',1))
87 check.add (StatisticsCondition (client, 'fs', '# peers connected',1)) 87 check.add (StatisticsCondition (client, 'fs', '# peers connected',1))
88 88
89 check.add (StatisticsCondition (client2, 'transport', '# peers connected',1)) 89 check.add (StatisticsCondition (client2, 'transport', '# peers connected',1))
90 check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',1)) 90 check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',1))
91 check.add (StatisticsCondition (client2, 'core', '# entries in session map',1)) 91 check.add (StatisticsCondition (client2, 'core', '# peers connected',1))
92 check.add (StatisticsCondition (client2, 'topology', '# peers connected',1)) 92 check.add (StatisticsCondition (client2, 'topology', '# peers connected',1))
93 check.add (StatisticsCondition (client2, 'fs', '# peers connected',1)) 93 check.add (StatisticsCondition (client2, 'fs', '# peers connected',1))
94 94
@@ -106,19 +106,19 @@ def check_connect ():
106 check = Check (test) 106 check = Check (test)
107 check.add (StatisticsCondition (client, 'transport', '# peers connected',2)) 107 check.add (StatisticsCondition (client, 'transport', '# peers connected',2))
108 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',2)) 108 check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',2))
109 check.add (StatisticsCondition (client, 'core', '# entries in session map',2)) 109 check.add (StatisticsCondition (client, 'core', '# peers connected',2))
110 check.add (StatisticsCondition (client, 'topology', '# peers connected',2)) 110 check.add (StatisticsCondition (client, 'topology', '# peers connected',2))
111 check.add (StatisticsCondition (client, 'fs', '# peers connected',2)) 111 check.add (StatisticsCondition (client, 'fs', '# peers connected',2))
112 112
113 check.add (StatisticsCondition (client2, 'transport', '# peers connected',2)) 113 check.add (StatisticsCondition (client2, 'transport', '# peers connected',2))
114 check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',2)) 114 check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',2))
115 check.add (StatisticsCondition (client2, 'core', '# entries in session map',2)) 115 check.add (StatisticsCondition (client2, 'core', '# peers connected',2))
116 check.add (StatisticsCondition (client2, 'topology', '# peers connected',2)) 116 check.add (StatisticsCondition (client2, 'topology', '# peers connected',2))
117 check.add (StatisticsCondition (client2, 'fs', '# peers connected',2)) 117 check.add (StatisticsCondition (client2, 'fs', '# peers connected',2))
118 118
119 check.add (StatisticsCondition (server, 'transport', '# peers connected',2)) 119 check.add (StatisticsCondition (server, 'transport', '# peers connected',2))
120 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',2)) 120 check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',2))
121 check.add (StatisticsCondition (server, 'core', '# entries in session map',2)) 121 check.add (StatisticsCondition (server, 'core', '# peers connected',2))
122 check.add (StatisticsCondition (server, 'topology', '# peers connected',2)) 122 check.add (StatisticsCondition (server, 'topology', '# peers connected',2))
123 check.add (StatisticsCondition (server, 'fs', '# peers connected',2)) 123 check.add (StatisticsCondition (server, 'fs', '# peers connected',2))
124 124