diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-05-12 12:36:40 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2021-05-12 12:36:40 +0000 |
commit | af1cd53dec3178b2b19fa67b547a13abbe696fdf (patch) | |
tree | 20c5a9be402a9a86bb8f8807f697e3242792d99b | |
parent | 95be453d0fe7120e1da29d702eea25d9d74dc6ee (diff) |
SPEC-3904: Prevent bbe to ran screenshooterlamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.011.92.011.91.0
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.py | 2 |
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')) |