From 3268968cccb5caa91849089a5ad3d15bbec59580 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 14 Jul 2017 17:32:53 +0200 Subject: [PATCH] support/tests: fix ext4 runtime test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The current test fails because of a legacy option, renamed during the recent ext overhaul. Signed-off-by: "Yann E. MORIN" Cc: Sébastien Szymanski Cc: Samuel Martin Cc: Thomas Petazzoni Cc: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- support/testing/tests/fs/test_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/fs/test_ext.py b/support/testing/tests/fs/test_ext.py index 34321a3995..0832ba4ce2 100644 --- a/support/testing/tests/fs/test_ext.py +++ b/support/testing/tests/fs/test_ext.py @@ -97,7 +97,7 @@ class TestExt4(infra.basetest.BRTest): """ BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y -BR2_TARGET_ROOTFS_EXT2_BLOCKS=16384 +BR2_TARGET_ROOTFS_EXT2_SIZE="16384" BR2_TARGET_ROOTFS_EXT2_INODES=3000 BR2_TARGET_ROOTFS_EXT2_RESBLKS=10 # BR2_TARGET_ROOTFS_TAR is not set -- 2.30.2