disabling consumption test and verbose
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 14 Oct 2011 16:16:34 +0000 (16:16 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 14 Oct 2011 16:16:34 +0000 (16:16 +0000)
src/ats/Makefile.am
src/ats/test_ats_api.conf
src/ats/test_ats_api_scheduling.c

index 74f8abcb8448ade1a98e79a21be150e210606a30..6d945dd5125742a899c393090664fb5f9c863fee 100644 (file)
@@ -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
index 79e92af49655a713357e55a5e38b3e0d213f12d1..4d4682c938d4d3393d61dbe37e93aeb2e6ca5bf2 100644 (file)
@@ -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
index efc2523805136b1ce8f1ee69c445687824ced090..dd4718c12ca34b8c8ed78e2dd09a9d623466b882 100644 (file)
@@ -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