From af1cd53dec3178b2b19fa67b547a13abbe696fdf Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 12 May 2021 12:36:40 +0000 Subject: SPEC-3904: Prevent bbe to ran screenshooter The name of the test is badly written, so BBE stil get screenshooter test. Change-Id: If5aaf2a1567eecfe25ea21135a670cb03b4878af Bug-AGL: SPEC-3904 Signed-off-by: Corentin LABBE --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index f9207a3..c25dc9f 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -187,7 +187,7 @@ class Agljobtemplate(object): if 'all' in tests: tests = self.tests for t in tests: - if machine == 'bbe' and t == 'screenshot': + if machine == 'bbe' and t == 'screenshooter': continue if t in self.tests: test_templates.append(os.path.join(self.TESTS_DIR, t + '.jinja2')) -- cgit 1.2.3-korg