[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5438/8267] oe-selftest: test creation of msdos partition



commit 5efb8e039bf89858e81d75a4bde033efc3350a67
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Thu Mar 30 18:14:12 2017 +0300

    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>

 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 ff13eb8..c160f5f 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'])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]