diff options
Diffstat (limited to 'test/kpod_mount.bats')
-rw-r--r-- | test/kpod_mount.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_mount.bats b/test/kpod_mount.bats index 62b5f5ecc..48f581505 100644 --- a/test/kpod_mount.bats +++ b/test/kpod_mount.bats @@ -8,6 +8,10 @@ function teardown() { cleanup_test } +function setup() { + copy_images +} + @test "mount" { skip "Test needs to be converted to kpod run" start_crio |