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