diff options
Diffstat (limited to 'test/kpod_logs.bats')
-rw-r--r-- | test/kpod_logs.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_logs.bats b/test/kpod_logs.bats index bf15db380..54b1d15c1 100644 --- a/test/kpod_logs.bats +++ b/test/kpod_logs.bats @@ -8,6 +8,10 @@ function teardown() { cleanup_test } +function setup() { + copy_images +} + @test "display logs for container" { skip "Test needs to be converted to kpod run" start_crio |