Add tests for chunked pulls

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2025-01-07 22:34:11 +01:00
parent 27ccfef3a1
commit e5bcd6542e
3 changed files with 445 additions and 8 deletions

View File

@@ -318,6 +318,8 @@ var _ = Describe("Podman pull", func() {
Expect(session).Should(ExitCleanly())
})
pullChunkedTests()
It("podman pull from docker-archive", func() {
SkipIfRemote("podman-remote does not support pulling from docker-archive")