From: Nathan S. Evans Date: Tue, 11 May 2010 16:12:21 +0000 (+0000) Subject: config for blacklist testcase X-Git-Tag: initial-import-from-subversion-38251~21758 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ea4a30accbfc016f1348839ca893173a0ab9734;p=oweals%2Fgnunet.git config for blacklist testcase --- diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf new file mode 100644 index 000000000..07efe2bbc --- /dev/null +++ b/src/testing/test_testing_data_topology_blacklist.conf @@ -0,0 +1,49 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunet-testing/ +DEFAULTCONFIG = test_testing_data_topology_clique.conf + +[resolver] +PORT = 2564 + +[transport] +PORT = 2565 +PLUGINS = tcp +BLACKLIST_FILE = $SERVICEHOME/blacklist +#PREFIX = xterm -e xterm -T transport -e gdb --args +#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport +#PREFIX = valgrind --tool=memcheck --log-file=logs%p +#DEBUG = YES + +[arm] +PORT = 2566 +DEFAULTSERVICES = peerinfo transport core + +[statistics] +PORT = 2567 + +[transport-tcp] +PORT = 2568 + +[transport-udp] +PORT = 2568 + +[peerinfo] +PORT = 2569 +#DEBUG = YES +#PREFIX = xterm -e xterm -T peerinfo -e gdb --args +#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/peerinfo/.libs/gnunet-service-peerinfo +#PREFIX = valgrind --tool=memcheck --log-file=peerinfo%p + +[core] +PORT = 2570 +#PREFIX = xterm -e xterm -T CORE -e gdb --args +#PREFIX = valgrind --tool=memcheck --log-file=logs%p +#DEBUG = YES + +[testing] +NUM_PEERS = 4 +WEAKRANDOM = YES +TOPOLOGY = 0 +BLACKLIST_TOPOLOGY = 3 +BLACKLIST_TRANSPORTS = tcp udp http +F2F = YES