diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-03-30 18:14:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 12:12:24 +0100 |
commit | 044dd146d39542d0e6b598ee1dcadc49e0db3de9 (patch) | |
tree | 190f1299ed7d7a0b7ae4219797b8986ee4f38e73 /meta/lib | |
parent | ab7f2a77e124d8859002619e7ba3117e8a165df7 (diff) | |
download | openembedded-core-044dd146d39542d0e6b598ee1dcadc49e0db3de9.tar.gz openembedded-core-044dd146d39542d0e6b598ee1dcadc49e0db3de9.tar.bz2 openembedded-core-044dd146d39542d0e6b598ee1dcadc49e0db3de9.zip |
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.py | 1 |
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']) |