Files
OpenBMC/poky/scripts/lib/checklayer/case.py
T

10 lines
163 B
Python
Raw Normal View History

2026-04-23 17:07:55 +08:00
# Copyright (C) 2017 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
from oeqa.core.case import OETestCase
class OECheckLayerTestCase(OETestCase):
pass