summaryrefslogtreecommitdiff
path: root/tests.txt
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2016-01-13 15:06:26 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-15 01:28:35 +0000
commita32fcd2598661ca720906449c5dc6776495d85ce (patch)
tree3b6764fa679fb18bb9151c06f8da5a95df6f8805 /tests.txt
parentfa434ead7d32edd086753fc6838b22e0d15bfffa (diff)
downloadbrillo-a32fcd2598661ca720906449c5dc6776495d85ce.tar.gz
Unit tests whitelist: allow running the tests as shell.
This CL updates the unit tests whitelist to also specify whether or not the tests should be run as root. Bug: 25186790 Test: run brillo_WhitelistedGtests. libbrillo_test succeeds. Change-Id: I00ac45309b3d063b0d30e58e0c48a2d3542bc00c
Diffstat (limited to 'tests.txt')
-rw-r--r--tests.txt29
1 files changed, 18 insertions, 11 deletions
diff --git a/tests.txt b/tests.txt
index fff7337..4c15eea 100644
--- a/tests.txt
+++ b/tests.txt
@@ -1,11 +1,18 @@
-apmanager_test
-bluetoothtbd_test
-libbrillo_test
-libchrome_test
-libminijail_unittest
-libnativepower_tests
-libweave_test
-nativepowerman_tests
-shill_test
-syscall_filter_unittest
-weaved_test
+# List of whitelisted unit tests to run for Brillo.
+# The format is two column CSV with:
+# * first column is the binary name (the binary path is
+# /data/nativetest/<name>/<name>
+# * second column is "yes" or "no" whether we want to run the test as root or
+# not.
+# Everything after a # is ignored.
+apmanager_test, no
+bluetoothtbd_test, no
+libbrillo_test, no
+libchrome_test, yes
+libminijail_unittest, no
+libnativepower_tests, no
+libweave_test, no
+nativepowerman_tests, no
+shill_test, no
+syscall_filter_unittest, no
+weaved_test, no