spiegel_podman/test/utils
Miloslav Trmač 0c18beaea7 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>
2025-01-09 18:47:26 +01:00
..
common_function_test.go test/e2e: remove kernel version check 2024-08-19 11:41:29 +02:00
matchers.go Introduce PodmanTestIntegration.PodmanExitCleanly 2025-01-09 18:47:26 +01:00
podmansession_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
podmantest_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
utils.go chore: fix some function names in comment 2024-10-29 17:57:31 +08:00
utils_suite_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00