test_gnunet_fs_ns_data.conf \
test_gnunet_fs_psd_data.conf \
test_gnunet_fs_rec_data.conf \
+ perf_gnunet_service_fs_p2p.conf \
test_gnunet_fs_rec_data.tgz \
test_gnunet_fs_psd.py.in \
test_gnunet_fs_rec.py.in \
run (void *cls, char *const *args, const char *cfgfile,
const struct GNUNET_CONFIGURATION_Handle *cfg)
{
- GNUNET_FS_TEST_daemons_start ("fs_test_lib_data.conf", TIMEOUT, NUM_DAEMONS,
+ GNUNET_FS_TEST_daemons_start ("perf_gnunet_service_fs_p2p.conf", TIMEOUT, NUM_DAEMONS,
daemons, &do_connect, NULL);
}
char *const argvx[] = {
"perf-gnunet-service-fs-p2p",
"-c",
- "fs_test_lib_data.conf",
-#if VERBOSE
- "-L", "DEBUG",
-#endif
+ "perf_gnunet_service_fs_p2p.conf",
NULL
};
struct GNUNET_GETOPT_CommandLineOption options[] = {
progname = argv[0];
GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/");
GNUNET_log_setup ("perf_gnunet_service_fs_p2p_index",
-#if VERBOSE
- "DEBUG",
-#else
"WARNING",
-#endif
NULL);
GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
"perf-gnunet-service-fs-p2p-index", "nohelp", options,