linuxOS_PX30_CAR/yocto/poky/scripts/lib/checklayer/case.py

10 lines
163 B
Python
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
# Copyright (C) 2017 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
from oeqa.core.case import OETestCase
class OECheckLayerTestCase(OETestCase):
pass