From ede11b6b4249282f034da589f419f851a209220f Mon Sep 17 00:00:00 2001 From: Daniel Istrate Date: Wed, 30 Mar 2016 18:07:32 +0300 Subject: 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 Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/recipetool.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/selftest/recipetool.py') 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): inherits = ['autotools'] self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits) + @testcase(1418) def test_recipetool_create_cmake(self): # Try adding a recipe temprecipe = os.path.join(self.tempdir, 'recipe') -- cgit v1.2.3-54-g00ecf