diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-10-21 10:41:38 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-10-21 10:42:23 +0200 |
commit | 183f1c5ebc9a54213ca070d6fa7bd63345ed326e (patch) | |
tree | 9099721314239e86458e9b0797de9215b89ac54c /templates/tests/can.jinja2 | |
parent | e52669816edfa0ef48c61a5a7650614a58c02a72 (diff) |
SPEC-3597: move can tests at the end
CAN tests can interfere with pyagl, so move them at the end of the run.
Change-Id: Ied6ef3f08a997ca7f06a7f0756041008a7001245
Bug-AGL: SPEC-3597
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/tests/can.jinja2')
-rw-r--r-- | templates/tests/can.jinja2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tests/can.jinja2 b/templates/tests/can.jinja2 new file mode 100644 index 0000000..3d671f8 --- /dev/null +++ b/templates/tests/can.jinja2 @@ -0,0 +1,8 @@ +{% if "can" in DEVICE_TAGS|lower %} +{% include 'tests/test_can_loopback.jinja2' %} +{% endif %} + +{% if "can_if_hw_connection" in DEVICE_TAGS|lower %} +{% include 'tests/can_if_hw_connection.jinja2' %} +{% endif %} + |