[oe-commits] [openembedded-core] 13/38: oe-selftest: wic: change mkfs.btrfs options

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 08:31:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 663289218b74e15b2fa4a59bdaa3b521fd16ea1e
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Wed Jul 26 19:22:29 2017 +0300

    oe-selftest: wic: change mkfs.btrfs options
    
    test_mkfs_extraopts test case fails on ab with error caused
    by using -K --mixed options:
     output: extent-tree.c:2696: btrfs_reserve_extent: BUG_ON `ret` triggered, value -28
    
    For this test case it's not important to use particular options,
    so changing options to anything less influential is OK.
    
    Changed extra options for mkfs.btrfs to '--quiet' to fix the failure.
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/wic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py
index df205e8..7c2c877 100644
--- a/meta/lib/oeqa/selftest/cases/wic.py
+++ b/meta/lib/oeqa/selftest/cases/wic.py
@@ -926,7 +926,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r
         with NamedTemporaryFile("w", suffix=".wks") as wks:
             wks.writelines(
                 ['part ext2   --fstype ext2     --source rootfs --mkfs-extraopts "-D -F -i 8192"\n',
-                 'part btrfs  --fstype btrfs    --source rootfs --size 40M --mkfs-extraopts "--mixed -K"\n',
+                 "part btrfs  --fstype btrfs    --source rootfs --size 40M --mkfs-extraopts='--quiet'\n",
                  'part squash --fstype squashfs --source rootfs --mkfs-extraopts "-no-sparse -b 4096"\n',
                  'part emptyvfat   --fstype vfat   --size 1M --mkfs-extraopts "-S 1024 -s 64"\n',
                  'part emptymsdos  --fstype msdos  --size 1M --mkfs-extraopts "-S 1024 -s 64"\n',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list