summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py
blob: 905f397846b0a628e3ccaa565fd79661d2997931 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2017 Intel Corporation
# Released under the MIT license (see COPYING.MIT)

from oeqa.core.case import OETestCase

class ThreadedTestAlone(OETestCase):
    def test_threaded_alone(self):
        self.assertTrue(True, msg='How is this possible?')