Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
262e3ef40f6ba2b3620bd07cfc319b4d9d53490c
/
.
/
poky
/
scripts
/
lib
/
checklayer
/
case.py
blob: 9dd00412e522dd3ff2a0bc82872c210cc53b2c47 [
file
] [
log
] [
blame
]
Brad Bishop
d7bf8c1
2018-02-25 22:55:05 -0500
[
diff
] [
blame
]
1
# Copyright (C) 2017 Intel Corporation
2
# Released under the MIT license (see COPYING.MIT)
3
4
from
oeqa
.
core
.
case
import
OETestCase
5
6
class
OECheckLayerTestCase
(
OETestCase
):
7
pass