xref: /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/case.py (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2017 Intel Corporation
2#
3# SPDX-License-Identifier: MIT
4#
5
6from oeqa.core.case import OETestCase
7
8class OECheckLayerTestCase(OETestCase):
9    pass
10