aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-19 12:32:31 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-19 12:32:31 +0100
commitb9e95f034c7d2e059340c5d282933c102e834c71 (patch)
tree19491ee9b5b977118f42ad88063595ee6d4f8950
parentb221e4da1eb8d030fc9d25c6dd7ae1643d151491 (diff)
downloadgnunet-b9e95f034c7d2e059340c5d282933c102e834c71.tar.gz
gnunet-b9e95f034c7d2e059340c5d282933c102e834c71.zip
disable rps in unrelated tests
-rw-r--r--src/secretsharing/test_secretsharing.conf4
-rw-r--r--src/testbed/test_testbed_api_template.conf4
-rw-r--r--src/testing/test_testing_defaults.conf4
-rw-r--r--src/topology/test_gnunet_daemon_topology_data.conf4
4 files changed, 16 insertions, 0 deletions
diff --git a/src/secretsharing/test_secretsharing.conf b/src/secretsharing/test_secretsharing.conf
index 3391c88db..7c8e45480 100644
--- a/src/secretsharing/test_secretsharing.conf
+++ b/src/secretsharing/test_secretsharing.conf
@@ -34,3 +34,7 @@ RETURN_LOCAL_ADDRESSES = YES
34[nse] 34[nse]
35START_ON_DEMAND = NO 35START_ON_DEMAND = NO
36 36
37
38[rps]
39START_ON_DEMAND = NO
40IMMEDIATE_START = NO
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index 381c1bd85..43ae06f81 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -43,3 +43,7 @@ RETURN_LOCAL_ADDRESSES = YES
43 43
44[peerinfo] 44[peerinfo]
45NO_IO = YES 45NO_IO = YES
46
47[rps]
48START_ON_DEMAND = NO
49IMMEDIATE_START = NO
diff --git a/src/testing/test_testing_defaults.conf b/src/testing/test_testing_defaults.conf
index e6a18bc86..2e7c39113 100644
--- a/src/testing/test_testing_defaults.conf
+++ b/src/testing/test_testing_defaults.conf
@@ -19,3 +19,7 @@ INTERNAL_ADDRESS = 127.0.0.1
19EXTERNAL_ADDRESS = 127.0.0.1 19EXTERNAL_ADDRESS = 127.0.0.1
20USE_LOCALADDR = NO 20USE_LOCALADDR = NO
21 21
22
23[rps]
24START_ON_DEMAND = NO
25IMMEDIATE_START = NO
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf
index 43d3da375..8d8636bff 100644
--- a/src/topology/test_gnunet_daemon_topology_data.conf
+++ b/src/topology/test_gnunet_daemon_topology_data.conf
@@ -24,3 +24,7 @@ USE_HOSTNAME = NO
24 24
25[nse] 25[nse]
26WORKBITS = 0 26WORKBITS = 0
27
28[rps]
29START_ON_DEMAND = NO
30IMMEDIATE_START = NO