linuxOS_PX30_CAR/yocto/poky/scripts/lib/checklayer/case.py
2026-01-20 14:00:13 +08:00

10 lines
163 B
Python

# Copyright (C) 2017 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
from oeqa.core.case import OETestCase
class OECheckLayerTestCase(OETestCase):
pass