rk3568_ubuntu_r60_v1.3.2/yocto/poky/scripts/lib/checklayer/case.py

10 lines
163 B
Python
Raw Normal View History

2023-11-03 14:12:44 +08:00
# Copyright (C) 2017 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
from oeqa.core.case import OETestCase
class OECheckLayerTestCase(OETestCase):
pass