Skip to content

Commit ea2cf3e

Browse files
Johan-Liebert1cgwalters
authored andcommitted
tmt/tests: Don't pass allow-missing-verity to bcvk
Now that we automatically handle enabling/disabling fsverity depending upon filesystem support, we don't need this anymore Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent aa5bfb0 commit ea2cf3e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

crates/xtask/src/tmt.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,6 @@ pub(crate) fn run_tmt(sh: &Shell, args: &RunTmtArgs) -> Result<()> {
488488
let filesystem = args.filesystem.as_deref().unwrap_or("ext4");
489489
opts.push(format!("--filesystem={}", filesystem));
490490
opts.push("--composefs-backend".into());
491-
492-
if filesystem == "xfs" {
493-
// As xfs doesn't support fsverity
494-
opts.push("--allow-missing-verity".into());
495-
}
496-
497491
opts.extend(COMPOSEFS_KERNEL_ARGS.map(|x| x.into()));
498492
}
499493

0 commit comments

Comments
 (0)