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