summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/wic.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/wic.py')
-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
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'])