summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/recipetool.py
diff options
context:
space:
mode:
authorDaniel Istrate <daniel.alexandrux.istrate@intel.com>2016-03-30 18:07:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-31 09:15:05 +0100
commitede11b6b4249282f034da589f419f851a209220f (patch)
tree09517a529e93d8815cb6709e34649943415629f7 /meta/lib/oeqa/selftest/recipetool.py
parentccfe48cea2059569af62c43eef1412c2e7a5cbfd (diff)
downloadpoky-ede11b6b4249282f034da589f419f851a209220f.tar.gz
selftest: Added testcase decorator to tests
1418 test_recipetool_create_cmake 1422 test_qemu 1423 test_devtool_add_git_local 1433 test_devtool_upgrade_git 1434 test_sanity_unsafe_binary_references 1435 test_read_only_image (From OE-Core rev: f3b46fe73b68db96ba245fcead74dc070ab10518) Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/recipetool.py')
-rw-r--r--meta/lib/oeqa/selftest/recipetool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/recipetool.py b/meta/lib/oeqa/selftest/recipetool.py
index a04ee87db2..e72911b0aa 100644
--- a/meta/lib/oeqa/selftest/recipetool.py
+++ b/meta/lib/oeqa/selftest/recipetool.py
@@ -424,6 +424,7 @@ class RecipetoolTests(RecipetoolBase):
424 inherits = ['autotools'] 424 inherits = ['autotools']
425 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits) 425 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits)
426 426
427 @testcase(1418)
427 def test_recipetool_create_cmake(self): 428 def test_recipetool_create_cmake(self):
428 # Try adding a recipe 429 # Try adding a recipe
429 temprecipe = os.path.join(self.tempdir, 'recipe') 430 temprecipe = os.path.join(self.tempdir, 'recipe')