summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/recipetool.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/recipetool.py')
-rw-r--r--meta/lib/oeqa/selftest/recipetool.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/recipetool.py b/meta/lib/oeqa/selftest/recipetool.py
index db1f8deeb0..93e75a588e 100644
--- a/meta/lib/oeqa/selftest/recipetool.py
+++ b/meta/lib/oeqa/selftest/recipetool.py
@@ -71,11 +71,6 @@ class RecipetoolTests(RecipetoolBase):
71 logger.info('Running bitbake to generate pkgdata') 71 logger.info('Running bitbake to generate pkgdata')
72 bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile') 72 bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')
73 73
74 @classmethod
75 def tearDownClass(cls):
76 # Shouldn't leave any traces of this artificial recipe behind
77 bitbake('-c cleansstate selftest-recipetool-appendfile')
78
79 def _try_recipetool_appendfile(self, testrecipe, destfile, newfile, options, expectedlines, expectedfiles): 74 def _try_recipetool_appendfile(self, testrecipe, destfile, newfile, options, expectedlines, expectedfiles):
80 cmd = 'recipetool appendfile %s %s %s %s' % (self.templayerdir, destfile, newfile, options) 75 cmd = 'recipetool appendfile %s %s %s %s' % (self.templayerdir, destfile, newfile, options)
81 return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines) 76 return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)