From b214a337906e38aef96a343fae8d49b5c3eb9c4a Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Fri, 18 Jan 2019 11:59:08 +0100 Subject: templates/tests: add DEVICE_TAGS parameter Insert the board tags dynamically as parameters in the release.jinja2 and the ci.jinja2 files while generating the test template. Change-Id: Ic89323b673fa99a28266a2ac89382fd3f7d9899f Signed-off-by: Khouloud Touil --- templates/tests/ci.jinja2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/tests/ci.jinja2') diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 7d980ce..0f1b8e1 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -18,6 +18,8 @@ history: False path: test-suites/short-smoke/service-check.yaml name: service-check + parameters: + DEVICE_TAGS: "{{ DEVICE_TAGS }}" - test: timeout: -- cgit 1.2.3-korg