summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2015-12-21 11:39:16 +0900
committerLorenzo Colitti <lorenzo@google.com>2015-12-21 11:39:26 +0900
commita5f7e58861cef7672474e10a14fee7ee7e3b3154 (patch)
tree66507a7d942a403b91d09a8353613e4b6c194374
parent24ee3f9da155c52ece136e7687a12b3ccfd11e91 (diff)
downloadextras-a5f7e58861cef7672474e10a14fee7ee7e3b3154.tar.gz
Enable various lock debugging options.
Change-Id: If6613ec15ba54388fd87ff9271ba51b554960484
-rwxr-xr-xtests/net_test/run_net_test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/net_test/run_net_test.sh b/tests/net_test/run_net_test.sh
index 85dc1222..d745ec31 100755
--- a/tests/net_test/run_net_test.sh
+++ b/tests/net_test/run_net_test.sh
@@ -1,7 +1,8 @@
#!/bin/bash
# Kernel configuration options.
-OPTIONS=" IPV6 IPV6_ROUTER_PREF IPV6_MULTIPLE_TABLES IPV6_ROUTE_INFO"
+OPTIONS=" DEBUG_SPINLOCK DEBUG_ATOMIC_SLEEP DEBUG_MUTEXES DEBUG_RT_MUTEXES"
+OPTIONS="$OPTIONS IPV6 IPV6_ROUTER_PREF IPV6_MULTIPLE_TABLES IPV6_ROUTE_INFO"
OPTIONS="$OPTIONS TUN SYN_COOKIES IP_ADVANCED_ROUTER IP_MULTIPLE_TABLES"
OPTIONS="$OPTIONS NETFILTER NETFILTER_ADVANCED NETFILTER_XTABLES"
OPTIONS="$OPTIONS NETFILTER_XT_MARK NETFILTER_XT_TARGET_MARK"