summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/case.py
blob: 43f1b2f425639c046a26e65c7cd3e3152c2c6a00 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2016 Intel Corporation
# Released under the MIT license (see COPYING.MIT)

from oeqa.core.case import OETestCase

class OERuntimeTestCase(OETestCase):
    # target instance set by OERuntimeTestLoader.
    target = None