-rename
authorChristian Grothoff <christian@grothoff.org>
Wed, 4 Jun 2014 17:49:35 +0000 (17:49 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 4 Jun 2014 17:49:35 +0000 (17:49 +0000)
src/fs/test_gnunet_service_fs_p2p_cadet.conf [new file with mode: 0644]
src/fs/test_gnunet_service_fs_p2p_mesh.conf [deleted file]

diff --git a/src/fs/test_gnunet_service_fs_p2p_cadet.conf b/src/fs/test_gnunet_service_fs_p2p_cadet.conf
new file mode 100644 (file)
index 0000000..12e1069
--- /dev/null
@@ -0,0 +1,20 @@
+@INLINE@ fs_test_lib_data.conf
+
+[fs]
+# FIXME: this option needs to be set for the
+# testcase to truly work; however, as the code
+# is not finished, not setting the option should
+# allow the test to at least pass for now...
+DISABLE_ANON_TRANSFER = YES
+
+# Do we cache content from other nodes? (may improve anonymity)
+CONTENT_CACHING = NO
+
+# Do we send unsolicited data to other nodes if we have excess bandwidth?
+# (may improve anonymity, probably not a good idea if content_caching is NO)
+CONTENT_PUSHING = NO
+
+#PREFIX = valgrind
+
+[cadet]
+#PREFIX = valgrind
diff --git a/src/fs/test_gnunet_service_fs_p2p_mesh.conf b/src/fs/test_gnunet_service_fs_p2p_mesh.conf
deleted file mode 100644 (file)
index 12e1069..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-@INLINE@ fs_test_lib_data.conf
-
-[fs]
-# FIXME: this option needs to be set for the
-# testcase to truly work; however, as the code
-# is not finished, not setting the option should
-# allow the test to at least pass for now...
-DISABLE_ANON_TRANSFER = YES
-
-# Do we cache content from other nodes? (may improve anonymity)
-CONTENT_CACHING = NO
-
-# Do we send unsolicited data to other nodes if we have excess bandwidth?
-# (may improve anonymity, probably not a good idea if content_caching is NO)
-CONTENT_PUSHING = NO
-
-#PREFIX = valgrind
-
-[cadet]
-#PREFIX = valgrind