summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
-rw-r--r--meta/lib/oeqa/selftest/cases/oelib/buildhistory.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index e2f91bcb6c..5886862d6c 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -1741,7 +1741,7 @@ class DevtoolUpgradeTests(DevtoolBase):
1741 when building the kernel. 1741 when building the kernel.
1742 """ 1742 """
1743 kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel') 1743 kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel')
1744 # Clean up the enviroment 1744 # Clean up the environment
1745 bitbake('%s -c clean' % kernel_provider) 1745 bitbake('%s -c clean' % kernel_provider)
1746 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 1746 tempdir = tempfile.mkdtemp(prefix='devtoolqa')
1747 tempdir_cfg = tempfile.mkdtemp(prefix='config_qa') 1747 tempdir_cfg = tempfile.mkdtemp(prefix='config_qa')
diff --git a/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py b/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
index 6d80827652..d4664bd0df 100644
--- a/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
+++ b/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
@@ -45,7 +45,7 @@ class TestBlobParsing(OESelftestTestCase):
45 45
46 def test_blob_to_dict(self): 46 def test_blob_to_dict(self):
47 """ 47 """
48 Test convertion of git blobs to dictionary 48 Test conversion of git blobs to dictionary
49 """ 49 """
50 from oe.buildhistory_analysis import blob_to_dict 50 from oe.buildhistory_analysis import blob_to_dict
51 valuesmap = { "foo" : "1", "bar" : "2" } 51 valuesmap = { "foo" : "1", "bar" : "2" }