Skip to content

Commit

Permalink
Merge pull request #24314 from mtrmac/composefs-enforcing-vfs
Browse files Browse the repository at this point in the history
Update 330-corrupt-images.bats for composefs behavior change
  • Loading branch information
openshift-merge-bot[bot] authored Oct 21, 2024
2 parents 290d94d + fdc9fee commit 1ca42f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/system/330-corrupt-images.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ function setup() {
# DANGER! This completely changes the behavior of run_podman,
# forcing it to use a quarantined directory. Make certain that
# it gets unset in teardown.
_PODMAN_TEST_OPTS="--storage-driver=vfs $(podman_isolation_opts ${PODMAN_CORRUPT_TEST_WORKDIR})"
#
# --pull-option=convert_images=true is incompatible with VFS, and can be set when testing composefs.
_PODMAN_TEST_OPTS="--storage-driver=vfs --pull-option=convert_images=false $(podman_isolation_opts ${PODMAN_CORRUPT_TEST_WORKDIR})"
}

function teardown() {
Expand Down

2 comments on commit 1ca42f0

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.