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-04-01 08:14:58 +0100 |
commit | 5efb8e039bf89858e81d75a4bde033efc3350a67 (patch) | |
tree | eacb57ab4a67e5d9cc0ab58e32c8392c2613329b | |
parent | d62a97ec540641c971c4f140c7f61eacab3f70c7 (diff) | |
download | poky-5efb8e039bf89858e81d75a4bde033efc3350a67.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]
(From OE-Core rev: 044dd146d39542d0e6b598ee1dcadc49e0db3de9)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | |||
727 | 'part squash --fstype squashfs --source rootfs\n', | 727 | 'part squash --fstype squashfs --source rootfs\n', |
728 | 'part swap --fstype swap --size 1M\n', | 728 | 'part swap --fstype swap --size 1M\n', |
729 | 'part emptyvfat --fstype vfat --size 1M\n', | 729 | 'part emptyvfat --fstype vfat --size 1M\n', |
730 | 'part emptymsdos --fstype msdos --size 1M\n', | ||
730 | 'part emptyext2 --fstype ext2 --size 1M\n', | 731 | 'part emptyext2 --fstype ext2 --size 1M\n', |
731 | 'part emptybtrfs --fstype btrfs --size 100M\n', | 732 | 'part emptybtrfs --fstype btrfs --size 100M\n', |
732 | 'part emptysquash --fstype squashfs --size 1M\n']) | 733 | 'part emptysquash --fstype squashfs --size 1M\n']) |