]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-selftest: test creation of msdos partition
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 30 Mar 2017 15:14:12 +0000 (18:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:12:24 +0000 (12:12 +0100)
Added msdos partition to the .wks file in test_fs_types
wic test case.

[YOCTO #11137]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/lib/oeqa/selftest/wic.py

index ff13eb8a1da266b9ce788aa7dd25cbbdb9ec9fc8..c160f5f62d3ff51ec36780e4f491fcb4611cab08 100644 (file)
@@ -727,6 +727,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r
                             'part squash --fstype squashfs --source rootfs\n',
                             'part swap   --fstype swap --size 1M\n',
                             'part emptyvfat   --fstype vfat   --size 1M\n',
+                            'part emptymsdos  --fstype msdos  --size 1M\n',
                             'part emptyext2   --fstype ext2   --size 1M\n',
                             'part emptybtrfs  --fstype btrfs  --size 100M\n',
                             'part emptysquash --fstype squashfs --size 1M\n'])