aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2021-05-12 12:36:40 +0000
committerCorentin LABBE <clabbe@baylibre.com>2021-05-12 12:36:40 +0000
commitaf1cd53dec3178b2b19fa67b547a13abbe696fdf (patch)
tree20c5a9be402a9a86bb8f8807f697e3242792d99b
parent95be453d0fe7120e1da29d702eea25d9d74dc6ee (diff)
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 <clabbe@baylibre.com>
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
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'))