mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
selftest/wic: adding Testopia ID numbers to test cases missing it
The following test cases were assigned an ID number on Testopia: 1496 Test generation of .bmap file 1560 Test creation of systemd-bootdisk image 1561 Test creation of sdimage-bootpart image (From OE-Core rev: b53e432206eaba7c6c67e4689c25b5e62d7ee9b2) Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
de807c7820
commit
c48c0f38b1
@@ -278,6 +278,7 @@ class Wic(oeSelfTest):
|
||||
self.assertEqual(1, status, 'Failed to run command "%s": %s' % (command, output))
|
||||
self.assertEqual(output, '/dev/root /\r\n/dev/vda3 /mnt')
|
||||
|
||||
@testcase(1496)
|
||||
def test_bmap(self):
|
||||
"""Test generation of .bmap file"""
|
||||
image = "directdisk"
|
||||
@@ -286,6 +287,7 @@ class Wic(oeSelfTest):
|
||||
self.assertEqual(1, len(glob(self.resultdir + "%s-*direct" % image)))
|
||||
self.assertEqual(1, len(glob(self.resultdir + "%s-*direct.bmap" % image)))
|
||||
|
||||
@testcase(1560)
|
||||
def test_systemd_bootdisk(self):
|
||||
"""Test creation of systemd-bootdisk image"""
|
||||
image = "systemd-bootdisk"
|
||||
@@ -293,6 +295,7 @@ class Wic(oeSelfTest):
|
||||
% image).status)
|
||||
self.assertEqual(1, len(glob(self.resultdir + "%s-*direct" % image)))
|
||||
|
||||
@testcase(1561)
|
||||
def test_sdimage_bootpart(self):
|
||||
"""Test creation of sdimage-bootpart image"""
|
||||
image = "sdimage-bootpart"
|
||||
|
||||
Reference in New Issue
Block a user