diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-09-21 14:48:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-22 07:45:17 +0100 |
| commit | c105791979cb210ebe31d98f561fa4bac79d3849 (patch) | |
| tree | f1038424a0507bb0d24e8bc51eedf028dcec43d9 /meta/lib | |
| parent | 3c8cfbfc045fdf78382812c13a32dae2799c2898 (diff) | |
| download | poky-c105791979cb210ebe31d98f561fa4bac79d3849.tar.gz | |
oeqa/runtime/parselogs: remove unused imports
(From OE-Core rev: 5c2b6ce30b3cbec6236b99ce4019dbd443ccccae)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index e67d3750da..8fd5a86e14 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -10,8 +10,6 @@ from subprocess import check_output | |||
| 10 | from shutil import rmtree | 10 | from shutil import rmtree |
| 11 | from oeqa.runtime.case import OERuntimeTestCase | 11 | from oeqa.runtime.case import OERuntimeTestCase |
| 12 | from oeqa.core.decorator.depends import OETestDepends | 12 | from oeqa.core.decorator.depends import OETestDepends |
| 13 | from oeqa.core.decorator.data import skipIfDataVar | ||
| 14 | from oeqa.runtime.decorator.package import OEHasPackage | ||
| 15 | 13 | ||
| 16 | #in the future these lists could be moved outside of module | 14 | #in the future these lists could be moved outside of module |
| 17 | errors = ["error", "cannot", "can\'t", "failed"] | 15 | errors = ["error", "cannot", "can\'t", "failed"] |
