From 6622cb05d9f5c93b22d94f29122a63a2af84012f Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Fri, 11 Oct 2019 12:49:57 +0200 Subject: releng-scripts: split can tests to avoid failures Split the can tests in two, one for basic tests that doesn't need the two can interfaces to be related, and the other one is for a board with two related interfaces. Added a tag for Baylibre board "can_if_hw_connection" to notice the difference. AGL-bug: SPEC-2878 Signed-off-by: Khouloud Touil Change-Id: I1350098709de05ba50faf719bbb13f9a59f7eac0 --- templates/tests/ci.jinja2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/tests/ci.jinja2') diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 8408057..996fdcb 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -23,7 +23,11 @@ DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}" {% if "can" in DEVICE_TAGS|lower %} -{% include 'tests/can.jinja2' %} +{% include 'tests/test_can_loopback.jinja2' %} +{% endif %} + +{% if "can_if_hw_connection" in DEVICE_TAGS|lower %} +{% include 'tests/can_if_hw_connection.jinja2' %} {% endif %} - test: -- cgit 1.2.3-korg