diff options
Diffstat (limited to 'test/kpod_stats.bats')
-rw-r--r-- | test/kpod_stats.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_stats.bats b/test/kpod_stats.bats index 930d2f006..b98c83c90 100644 --- a/test/kpod_stats.bats +++ b/test/kpod_stats.bats @@ -6,6 +6,10 @@ function teardown() { cleanup_test } +function setup() { + copy_images +} + @test "stats single output" { skip "Test needs to be converted to kpod run" start_crio |