summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/oelib/elf.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/oelib/elf.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/oelib/elf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/oelib/elf.py b/meta/lib/oeqa/selftest/cases/oelib/elf.py
index 0451ebaffb..74ee6a11cc 100644
--- a/meta/lib/oeqa/selftest/cases/oelib/elf.py
+++ b/meta/lib/oeqa/selftest/cases/oelib/elf.py
@@ -1,7 +1,7 @@
1from oeqa.selftest.case import OESelftestTestCase 1from unittest.case import TestCase
2import oe.qa 2import oe.qa
3 3
4class TestElf(OESelftestTestCase): 4class TestElf(TestCase):
5 def test_machine_name(self): 5 def test_machine_name(self):
6 """ 6 """
7 Test elf_machine_to_string() 7 Test elf_machine_to_string()