summaryrefslogtreecommitdiffstats
path: root/scripts/lib/checklayer/case.py
blob: 9dd00412e522dd3ff2a0bc82872c210cc53b2c47 (plain)
1
2
3
4
5
6
7
# Copyright (C) 2017 Intel Corporation
# Released under the MIT license (see COPYING.MIT)

from oeqa.core.case import OETestCase

class OECheckLayerTestCase(OETestCase):
    pass