From 4a918fb57eca1b5c107954f4ef8424568b6dfa18 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 14 Oct 2011 16:16:34 +0000 Subject: [PATCH] disabling consumption test and verbose --- src/ats/Makefile.am | 14 +++++++------- src/ats/test_ats_api.conf | 2 +- src/ats/test_ats_api_scheduling.c | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 74f8abcb8..6d945dd51 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -33,8 +33,8 @@ gnunet_service_ats_LDADD = \ check_PROGRAMS = \ - test_ats_api_scheduling \ - test_ats_api_bandwidth_consumption + test_ats_api_scheduling +# test_ats_api_bandwidth_consumption if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) @@ -46,11 +46,11 @@ test_ats_api_scheduling_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/ats/libgnunetats.la -test_ats_api_bandwidth_consumption_SOURCES = \ - test_ats_api_bandwidth_consumption.c -test_ats_api_bandwidth_consumption_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/ats/libgnunetats.la +#test_ats_api_bandwidth_consumption_SOURCES = \ +# test_ats_api_bandwidth_consumption.c +#test_ats_api_bandwidth_consumption_LDADD = \ +# $(top_builddir)/src/util/libgnunetutil.la \ +# $(top_builddir)/src/ats/libgnunetats.la #test_ats_api_update_address_SOURCES = \ # test_ats_api_update_address.c diff --git a/src/ats/test_ats_api.conf b/src/ats/test_ats_api.conf index 79e92af49..4d4682c93 100644 --- a/src/ats/test_ats_api.conf +++ b/src/ats/test_ats_api.conf @@ -7,7 +7,7 @@ DEFAULTSERVICES = ats UNIXPATH = /tmp/test-ats-scheduling-arm.sock [ats] -DEBUG = YES +#DEBUG = YES #PREFIX = valgrind --leak-check=full AUTOSTART = YES PORT = 12002 diff --git a/src/ats/test_ats_api_scheduling.c b/src/ats/test_ats_api_scheduling.c index efc252380..dd4718c12 100644 --- a/src/ats/test_ats_api_scheduling.c +++ b/src/ats/test_ats_api_scheduling.c @@ -34,7 +34,7 @@ #include "gnunet_ats_service.h" #include "ats.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_EXTRA_LOGGING #define VERBOSE_ARM GNUNET_EXTRA_LOGGING -- 2.25.1