spiegel_podman/test/utils
Miloslav Trmač 2a3418c72e [v4.4.1-rhel] Introduce PodmanTestIntegration.PodmanExitCleanly
This significantly simplifies the ceromony of running a Podman command
in integration tests, from

> session := p.Podman([]string{"stop", id})
> session.WaitWithDefaultTimeout()
> Expect(session).Should(ExitCleanly())

to
> p.PodmanExitCleanly("stop", id)

There are >4650 instances of ExitCleanly() in the tests,
and many could be migrated; this does not do that.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
(cherry picked from commit 0c18beaea7)
Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
2026-04-14 19:16:29 -04:00
..
common_function_test.go ginkgo tests: apply ginkgolinter fixes 2022-12-20 16:47:17 +01:00
matchers.go [v4.4.1-rhel] Introduce PodmanTestIntegration.PodmanExitCleanly 2026-04-14 19:16:29 -04:00
podmansession_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
podmantest_test.go fix broken hooks-dir test 2022-04-29 14:06:54 +02:00
utils.go Adding encryption decryption feature 2022-11-24 04:53:59 -05:00
utils_suite_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00