From 1af3053a62c11f8455fddb99ba56def91589d663 Mon Sep 17 00:00:00 2001
From: Corentin LABBE <clabbe@baylibre.com>
Date: Wed, 16 Sep 2020 15:52:52 +0200
Subject: SPEC-3572: Enable pyagl test

This patch enable pyagl tests for all CI jobs (ci/daily/release/tc...)
Bug-AGL: SPEC-3572

Change-Id: I26900a81c04731b02ab7b07aeb8fe2b36c6c1aad
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
---
 templates/config/default.cfg | 8 ++++----
 templates/tests/pyagl.jinja2 | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/config/default.cfg b/templates/config/default.cfg
index af2340b..5e160fe 100644
--- a/templates/config/default.cfg
+++ b/templates/config/default.cfg
@@ -4,19 +4,19 @@ style = AGL
 [default]
 [release]
 urlbase = http://download.automotivelinux.org/AGL/release/
-test_plan = ["release"]
+test_plan = ["release", "pyagl"]
 
 [prerelease]
 urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["release"]
+test_plan = ["release", "pyagl"]
 
 [weekly]
 [daily]
 [snapshot]
 urlbase = http://download.automotivelinux.org/AGL/snapshots/
-test_plan = ["release"]
+test_plan = ["release", "pyagl"]
 
 [ci]
 urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["ci"]
+test_plan = ["ci", "pyagl"]
 
diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2
index 121301e..410241a 100644
--- a/templates/tests/pyagl.jinja2
+++ b/templates/tests/pyagl.jinja2
@@ -5,4 +5,4 @@
     - repository: https://git.automotivelinux.org/src/qa-testdefinitions
       from: git
       path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml
-      name: pyagl tests
+      name: pyagl-tests
-- 
cgit