10 lines
163 B
Python
Raw Normal View History

2024-03-01 23:15:01 +01:00
# Copyright (C) 2017 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
from oeqa.core.case import OETestCase
class OECheckLayerTestCase(OETestCase):
pass