[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r34669 - gnunet/src/integration-tests/confs
From: |
gnunet |
Subject: |
[GNUnet-SVN] r34669 - gnunet/src/integration-tests/confs |
Date: |
Tue, 16 Dec 2014 23:13:09 +0100 |
Author: grothoff
Date: 2014-12-16 23:13:09 +0100 (Tue, 16 Dec 2014)
New Revision: 34669
Modified:
gnunet/src/integration-tests/confs/c_no_nat_client.conf
gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
gnunet/src/integration-tests/confs/test_defaults.conf
Log:
-disable nse pow
Modified: gnunet/src/integration-tests/confs/c_no_nat_client.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client.conf 2014-12-16
22:07:27 UTC (rev 34668)
+++ gnunet/src/integration-tests/confs/c_no_nat_client.conf 2014-12-16
22:13:09 UTC (rev 34669)
@@ -6,9 +6,8 @@
[PEER]
PRIVATE_KEY = hostkeys/c_no_nat_client
-
[transport]
-PLUGINS = tcp udp http_client https_client
+PLUGINS = tcp udp http_client https_client
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
PORT = 20029
@@ -41,9 +40,6 @@
[consensus]
AUTOSTART = YES
-[lockmanager]
-AUTOSTART = YES
-
[core]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17
PORT = 20021
@@ -95,14 +91,8 @@
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-statistics-16
PORT = 20019
-[template]
-PORT = 20024
-UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-template-21
-
[nse]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-26
-UNIX_MATCH_UID = NO
-WORKBITS = 22
PORT = 20033
[gns]
Modified: gnunet/src/integration-tests/confs/c_no_nat_client_2.conf
===================================================================
--- gnunet/src/integration-tests/confs/c_no_nat_client_2.conf 2014-12-16
22:07:27 UTC (rev 34668)
+++ gnunet/src/integration-tests/confs/c_no_nat_client_2.conf 2014-12-16
22:13:09 UTC (rev 34669)
@@ -8,7 +8,7 @@
[transport]
-PLUGINS = tcp udp http_client https_client
+PLUGINS = tcp udp http_client https_client
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
PORT = 20039
@@ -102,8 +102,6 @@
[nse]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-26
-UNIX_MATCH_UID = NO
-WORKBITS = 22
PORT = 20033
[gns]
Modified: gnunet/src/integration-tests/confs/test_defaults.conf
===================================================================
--- gnunet/src/integration-tests/confs/test_defaults.conf 2014-12-16
22:07:27 UTC (rev 34668)
+++ gnunet/src/integration-tests/confs/test_defaults.conf 2014-12-16
22:13:09 UTC (rev 34669)
@@ -1,6 +1,27 @@
-[arm]
-DEFAULTSERVICES = topology hostlist fs
address@hidden@ ../../contrib/no_forcestart.conf
address@hidden@ ../../contrib/no_autostart_above_core.conf
+[fs]
+FORCESTART = YES
+
+[datastore]
+AUTOSTART = YES
+
+[dht]
+AUTOSTART = YES
+
+[nse]
+AUTOSTART = YES
+
+[cadet]
+AUTOSTART = YES
+
+[hostlist]
+FORCESTART = YES
+
+[topology]
+FORCESTART = YES
+
[peerinfo]
USE_INCLUDED_HELLOS = NO
@@ -24,7 +45,6 @@
[dns]
UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-47
-PORT = 0
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
PROVIDE_EXIT = NO
@@ -44,9 +64,6 @@
DATABASE = sqlite
QUOTA = 1 MB
-[TESTING]
-WEAKRANDOM = NO
-
[fs]
INDEXDB = $GNUNET_TEST_HOME/idxinfo.lst
IDENTITY_DIR = $GNUNET_TEST_HOME/identities/
@@ -54,66 +71,6 @@
UPDATE_DIR = $GNUNET_TEST_HOME/updates/
TRUST = $GNUNET_TEST_HOME/data/credit/
-[cadet]
-AUTOSTART = NO
-
-[consensus]
-AUTOSTART = NO
-
-[lockmanager]
-AUTOSTART = NO
-
-[namestore]
-AUTOSTART = NO
-
-[vpn]
-AUTOSTART = NO
-
-[template]
-AUTOSTART = NO
-
-[nse]
-AUTOSTART = NO
-WORKBITS = 1
-
-[gns]
-AUTOSTART = NO
-
-[regex]
-AUTOSTART = NO
-
-[revocation]
-AUTOSTART = NO
-
-[namecache]
-AUTOSTART = NO
-
-[identity]
-AUTOSTART = NO
-
-[conversation]
-AUTOSTART = NO
-
-[psycstore]
-AUTOSTART = NO
-
-[multicast]
-AUTOSTART = NO
-
-[psyc]
-AUTOSTART = NO
-
-[set]
-AUTOSTART = NO
-
-[dv]
-AUTOSTART = NO
-
-[gns]
-AUTOSTART = NO
-
[datacache-mysql]
DATABASE = gnunet
CONFIG = ~/.my.cnf
-
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r34669 - gnunet/src/integration-tests/confs,
gnunet <=