From 1d5d4165a5bc257650a4c136dfa4a58ade3e404e Mon Sep 17 00:00:00 2001 From: Jose Perez Carranza Date: Fri, 1 Sep 2017 13:30:24 -0700 Subject: oeqa/selftest: Add missing IDs to various test cases Add decorator @OETestID() with Tesopia TC-ID to the test cases that did not have it properly set. [YOCTO #11873] (From OE-Core rev: aa5b9edbd9c4495befe1912a5b401b536be39d5b) Signed-off-by: Jose Perez Carranza Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/imagefeatures.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/lib/oeqa/selftest/cases/imagefeatures.py') diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index bb2e0dba4c..1a850008ef 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py @@ -131,6 +131,7 @@ class ImageFeatures(OESelftestTestCase): # check if the resulting gzip is valid self.assertTrue(runCmd('gzip -t %s' % gzip_path)) + @OETestID(1903) def test_hypervisor_fmts(self): """ Summary: Check various hypervisor formats @@ -165,6 +166,7 @@ class ImageFeatures(OESelftestTestCase): native_sysroot=sysroot) self.assertTrue(json.loads(result.output).get('format') == itype) + @OETestID(1905) def test_long_chain_conversion(self): """ Summary: Check for chaining many CONVERSION_CMDs together @@ -196,6 +198,7 @@ class ImageFeatures(OESelftestTestCase): self.assertTrue(runCmd('cd %s;sha256sum -c %s.%s.sha256sum' % (deploy_dir_image, link_name, conv))) + @OETestID(1904) def test_image_fstypes(self): """ Summary: Check if image of supported image fstypes can be built -- cgit v1.2.3-54-g00ecf