Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | # Copyright (C) 2017 Intel Corporation |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 2 | # |
3 | # SPDX-License-Identifier: MIT | ||||
4 | # | ||||
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | |
6 | from oeqa.core.case import OETestCase | ||||
7 | |||||
8 | class OECheckLayerTestCase(OETestCase): | ||||
9 | pass |