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/wic.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/selftest/cases/wic.py') diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index aa73ba4f7e..fc19a3f211 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py @@ -920,6 +920,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r self.assertNotIn('\nBZIMAGE ', result.output) self.assertNotIn('\nEFI ', result.output) + @OETestID(1922) def test_mkfs_extraopts(self): """Test wks option --mkfs-extraopts for empty and not empty partitions""" img = 'core-image-minimal' -- cgit v1.2.3-54-g00ecf