diff options
-rw-r--r-- | meta/lib/oeqa/runtime/cases/ptest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ptest.py b/meta/lib/oeqa/runtime/cases/ptest.py index 5626f707b9..99a44f0767 100644 --- a/meta/lib/oeqa/runtime/cases/ptest.py +++ b/meta/lib/oeqa/runtime/cases/ptest.py | |||
@@ -2,6 +2,7 @@ | |||
2 | # SPDX-License-Identifier: MIT | 2 | # SPDX-License-Identifier: MIT |
3 | # | 3 | # |
4 | 4 | ||
5 | import os | ||
5 | import unittest | 6 | import unittest |
6 | import pprint | 7 | import pprint |
7 | import datetime | 8 | import datetime |