summaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_clique.py.in
diff options
context:
space:
mode:
authorBertrand Marc <beberking@gmail.com>2012-06-06 20:47:48 +0200
committerBertrand Marc <beberking@gmail.com>2012-06-06 20:47:48 +0200
commit740b30688bd745a527f96f9116c19acb3480971a (patch)
tree2709a3f4dba11c174aa9e1ba3612e30c578e76a9 /src/integration-tests/test_integration_clique.py.in
parent2b81464a43485fcc8ce079fafdee7b7a171835f4 (diff)
Imported Upstream version 0.9.3upstream/0.9.3
Diffstat (limited to 'src/integration-tests/test_integration_clique.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in
index 49a2c59..65c9341 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -42,7 +42,7 @@ from gnunet_testing import *
testname = "test_integration_clique"
verbose = True
-check_timeout = 30
+check_timeout = 180
def cleanup ():
@@ -73,7 +73,7 @@ def check_disconnect_client ():
check.add (StatisticsCondition (client2, 'transport', '# peers connected',0))
check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',0))
- check.add (StatisticsCondition (client2, 'core', '# entries in session map',0))
+ check.add (StatisticsCondition (client2, 'core', '# peers connected',0))
check.add (StatisticsCondition (client2, 'topology', '# peers connected',0))
check.add (StatisticsCondition (client2, 'fs', '# peers connected',0))
@@ -96,13 +96,13 @@ def check_disconnect_server ():
check = Check (test)
check.add (StatisticsCondition (client, 'transport', '# peers connected',1))
check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',1))
- check.add (StatisticsCondition (client, 'core', '# entries in session map',1))
+ check.add (StatisticsCondition (client, 'core', '# peers connected',1))
check.add (StatisticsCondition (client, 'topology', '# peers connected',1))
check.add (StatisticsCondition (client, 'fs', '# peers connected',1))
check.add (StatisticsCondition (client2, 'transport', '# peers connected',1))
check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',1))
- check.add (StatisticsCondition (client2, 'core', '# entries in session map',1))
+ check.add (StatisticsCondition (client2, 'core', '# peers connected',1))
check.add (StatisticsCondition (client2, 'topology', '# peers connected',1))
check.add (StatisticsCondition (client2, 'fs', '# peers connected',1))
@@ -123,19 +123,19 @@ def check_connect ():
check = Check (test)
check.add (StatisticsCondition (client, 'transport', '# peers connected',2))
check.add (StatisticsCondition (client, 'core', '# neighbour entries allocated',2))
- check.add (StatisticsCondition (client, 'core', '# entries in session map',2))
+ check.add (StatisticsCondition (client, 'core', '# peers connected',2))
check.add (StatisticsCondition (client, 'topology', '# peers connected',2))
check.add (StatisticsCondition (client, 'fs', '# peers connected',2))
check.add (StatisticsCondition (client2, 'transport', '# peers connected',2))
check.add (StatisticsCondition (client2, 'core', '# neighbour entries allocated',2))
- check.add (StatisticsCondition (client2, 'core', '# entries in session map',2))
+ check.add (StatisticsCondition (client2, 'core', '# peers connected',2))
check.add (StatisticsCondition (client2, 'topology', '# peers connected',2))
check.add (StatisticsCondition (client2, 'fs', '# peers connected',2))
check.add (StatisticsCondition (server, 'transport', '# peers connected',2))
check.add (StatisticsCondition (server, 'core', '# neighbour entries allocated',2))
- check.add (StatisticsCondition (server, 'core', '# entries in session map',2))
+ check.add (StatisticsCondition (server, 'core', '# peers connected',2))
check.add (StatisticsCondition (server, 'topology', '# peers connected',2))
check.add (StatisticsCondition (server, 'fs', '# peers connected',2))