diff options
Diffstat (limited to 'test/kpod_rm.bats')
-rw-r--r-- | test/kpod_rm.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_rm.bats b/test/kpod_rm.bats index 54448d924..6794f3eb4 100644 --- a/test/kpod_rm.bats +++ b/test/kpod_rm.bats @@ -8,6 +8,10 @@ function teardown() { cleanup_test } +function setup() { + copy_images +} + @test "remove a stopped container" { skip "Test needs to be converted to kpod run" start_crio |