Skip to content

Commit

Permalink
Merge pull request #15 from raeburn/deps
Browse files Browse the repository at this point in the history
Update VDO test dependencies
  • Loading branch information
raeburn authored Sep 9, 2024
2 parents 0570fad + 195173a commit 73722ea
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions test_dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,21 +275,41 @@ executables = [ "blockdev", "dd", "dmsetup", "thin_migrate",]
targets = [ "thin", "thin-pool",]

["/vdo/creation/create01"]
executables = [ "blockdev", "dmsetup", "echo", "vdoformat",]
executables = [ "blockdev", "dmsetup", "vdoformat",]
targets = [ "vdo",]

["/vdo/dedupe/dedupe0"]
executables = [ "blockdev", "dmsetup", "echo", "vdoformat", "fsck.ext4", "mkfs.ext4", "mount", "umount",]
executables = [ "blockdev", "dmsetup", "udevadm", "vdoformat",]
targets = [ "vdo",]

["/vdo/dedupe/dedupe50"]
executables = [ "blockdev", "dmsetup", "echo", "vdoformat", "fsck.ext4", "mkfs.ext4", "mount", "umount",]
executables = [ "blockdev", "dmsetup", "udevadm", "vdoformat",]
targets = [ "vdo",]

["/vdo/dedupe/dedupe75"]
executables = [ "blockdev", "dmsetup", "echo", "vdoformat", "fsck.ext4", "mkfs.ext4", "mount", "umount",]
executables = [ "blockdev", "dmsetup", "udevadm", "vdoformat",]
targets = [ "vdo",]

["/vdo/compress/compress"]
executables = [ "blkdiscard", "blockdev", "dmsetup", "udevadm", "vdoformat",]
targets = [ "vdo",]

["/vdo/dedupe/dedupeWithOffsetAndRestart"]
executables = [ "blockdev", "dmsetup", "udevadm", "vdoformat",]
targets = [ "vdo",]

["/vdo/dedupe/dedupeWithOverwrite"]
executables = [ "blockdev", "dmsetup", "vdoformat",]
targets = [ "vdo",]

["/vdo/full"]
executables = [ "blkdiscard", "blockdev", "dmsetup", "fio", "udevadm", "vdoformat",]
targets = [ "linear", "vdo",]

["/vdo/load_failure/bad_values"]
executables = [ "blockdev", "dmsetup", "vdoformat",]
targets = [ "vdo",]

["/vdo/load_failure/corrupt_geometry"]
executables = [ "blockdev", "dd", "dmsetup", "vdoformat",]
targets = [ "vdo",]

0 comments on commit 73722ea

Please sign in to comment.