Skip to content

Commit

Permalink
sasha comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hannon <kehannon@redhat.com>
  • Loading branch information
kannon92 committed Apr 17, 2024
1 parent cf44dd8 commit e387383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/imagefsinfo.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ load helpers

function setup() {
setup_test
start_crio
}

function teardown() {
cleanup_test
}

@test "image fs info with default settings should return matching container_filesystem and image_filesystem" {
start_crio
output=$(crictl imagefsinfo)
[ "$output" != "" ]

Expand All @@ -23,7 +23,6 @@ function teardown() {
}

@test "image fs info with imagestore set should return different filesystems" {
stop_crio
CONTAINER_IMAGESTORE="$TESTDIR/imagestore" start_crio
output=$(crictl imagefsinfo)
[ "$output" != "" ]
Expand Down

0 comments on commit e387383

Please sign in to comment.