aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2017-03-30 18:14:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-31 12:12:24 +0100
commit044dd146d39542d0e6b598ee1dcadc49e0db3de9 (patch)
tree190f1299ed7d7a0b7ae4219797b8986ee4f38e73 /meta/lib
parentab7f2a77e124d8859002619e7ba3117e8a165df7 (diff)
downloadopenembedded-core-contrib-044dd146d39542d0e6b598ee1dcadc49e0db3de9.tar.gz
oe-selftest: test creation of msdos partition
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>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/wic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index ff13eb8a1d..c160f5f62d 100644
--- a/meta/lib/oeqa/selftest/wic.py
+++ b/meta/lib/oeqa/selftest/wic.py
@@ -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'])