aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-22 10:22:32 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-22 10:22:32 -0800
commit122e4500d1761d9d233ef2701543b5e11cd6f1d3 (patch)
tree2c30aeda71a1b00f94847bf70a1ff2c2504d774e /templates/tools/run_tests
parentbe521dae2f53c2b151e4620088f32c6aa580aae4 (diff)
Exclude poll, poll-cv for bm_fullstack (its not interesting)
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/generated/tests.json.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tools/run_tests/generated/tests.json.template b/templates/tools/run_tests/generated/tests.json.template
index ca483b30a6..10ab2e445a 100644
--- a/templates/tools/run_tests/generated/tests.json.template
+++ b/templates/tools/run_tests/generated/tests.json.template
@@ -17,6 +17,9 @@
timeout_seconds = tgt.get("timeout_seconds", None)
if timeout_seconds:
out['timeout_seconds'] = timeout_seconds
+ excluded_poll_engines = tgt.get("excluded_poll_engines", None)
+ if excluded_poll_engines:
+ out['excluded_poll_engines'] = excluded_poll_engines
return out
%>