From 409d7f35287404b24115603228f52c9ddd6f2ace Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Thu, 7 Feb 2019 12:51:28 +0100 Subject: Update CI test plan Update the CI test plan to add the CAN tests for devices with tag "can". Change-Id: I8f0a583787b60d9f3f2a4c21848da43f1891f612 Signed-off-by: Khouloud Touil --- templates/tests/ci.jinja2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/tests/ci.jinja2') diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 965af1a..9245255 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -20,6 +20,9 @@ name: service-check parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" +{% if "can" in DEVICE_TAGS %} +{% include 'tests/can.jinja2' %} +{% endif %} - test: timeout: -- cgit 1.2.3-korg