summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/buildoptions.py2
-rw-r--r--meta/lib/oeqa/selftest/oescripts.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index d155f64978..a6e0203f5a 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -163,7 +163,6 @@ class BuildhistoryTests(BuildhistoryBase):
163 163
164 @testcase(294) 164 @testcase(294)
165 def test_buildhistory_buildtime_pr_backwards(self): 165 def test_buildhistory_buildtime_pr_backwards(self):
166 self.add_command_to_tearDown('cleanup-workdir')
167 target = 'xcursor-transparent-theme' 166 target = 'xcursor-transparent-theme'
168 error = "ERROR:.*QA Issue: Package version for package %s went backwards which would break package feeds from (.*-r1.* to .*-r0.*)" % target 167 error = "ERROR:.*QA Issue: Package version for package %s went backwards which would break package feeds from (.*-r1.* to .*-r0.*)" % target
169 self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True) 168 self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
@@ -175,7 +174,6 @@ class ArchiverTest(oeSelfTest):
175 """ 174 """
176 Test for archiving the work directory and exporting the source files. 175 Test for archiving the work directory and exporting the source files.
177 """ 176 """
178 self.add_command_to_tearDown('cleanup-workdir')
179 self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"") 177 self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
180 res = bitbake("xcursor-transparent-theme", ignore_status=True) 178 res = bitbake("xcursor-transparent-theme", ignore_status=True)
181 self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output) 179 self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
diff --git a/meta/lib/oeqa/selftest/oescripts.py b/meta/lib/oeqa/selftest/oescripts.py
index baf3b6ab2c..c2e2b45fba 100644
--- a/meta/lib/oeqa/selftest/oescripts.py
+++ b/meta/lib/oeqa/selftest/oescripts.py
@@ -41,7 +41,6 @@ class BuildhistoryDiffTests(BuildhistoryBase):
41 41
42 @testcase(295) 42 @testcase(295)
43 def test_buildhistory_diff(self): 43 def test_buildhistory_diff(self):
44 self.add_command_to_tearDown('cleanup-workdir')
45 target = 'xcursor-transparent-theme' 44 target = 'xcursor-transparent-theme'
46 self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True) 45 self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
47 self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True) 46 self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True)