diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/loader.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/loader.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/loader.py b/meta/lib/oeqa/runtime/loader.py index 041ef976eb..7041ddfde8 100644 --- a/meta/lib/oeqa/runtime/loader.py +++ b/meta/lib/oeqa/runtime/loader.py | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | # | ||
| 1 | # Copyright (C) 2016 Intel Corporation | 2 | # Copyright (C) 2016 Intel Corporation |
| 2 | # Released under the MIT license (see COPYING.MIT) | 3 | # |
| 4 | # SPDX-License-Identifier: MIT | ||
| 5 | # | ||
| 3 | 6 | ||
| 4 | from oeqa.core.loader import OETestLoader | 7 | from oeqa.core.loader import OETestLoader |
| 5 | from oeqa.runtime.case import OERuntimeTestCase | 8 | from oeqa.runtime.case import OERuntimeTestCase |
