summaryrefslogtreecommitdiff
path: root/test/e2e/prune_test.go
AgeCommit message (Expand)Author
2024-08-19golangci-lint: make windows linting happyPaul Holzinger
2024-05-08ExitWithError() - rest of the p filesEd Santiago
2024-02-15Add a helper for stopping pods and containers in E2EMatt Heon
2024-02-14More test tweaks to avoid "StopSignal ... 10 seconds" warningEd Santiago
2024-02-08Bump Go module to v5Matt Heon
2023-12-14CI: safer podman-stop testsEd Santiago
2023-09-19e2e: ExitCleanly(): low-hanging fruit, part 1Ed Santiago
2023-06-19make lint: re-enable ginkgolinterValentin Rothberg
2023-05-15test/e2e: dedup Before/AfterEach nodesPaul Holzinger
2023-05-02e2e test cleanupEd Santiago
2023-05-02test/e2e: fix CleanupVolume/Secrets()Paul Holzinger
2023-05-02ginkgo v2: remove CurrentGinkgoTestDescription()Paul Holzinger
2023-05-02update to ginkgo v2Paul Holzinger
2023-04-20test/e2e: use custom network config v2Paul Holzinger
2023-04-06test/e2e: use custom network config dir where neededPaul Holzinger
2023-03-15Ensure SQLite places uses the runroot in transient modeMatt Heon
2022-12-20ginkgo tests: apply ginkgolinter fixesPaul Holzinger
2022-12-05Add podman system prune --externalAlexander Larsson
2022-11-25ginkgo tests: apply ginkgolinter fixesPaul Holzinger
2022-11-03test/e2e: do not use apk in buildsPaul Holzinger
2022-09-29fix "podman system prune networks" flakePaul Holzinger
2022-07-25prune filter handlingCharlie Doern
2022-07-08Refactored networkPrune functionToshiki Sonoda
2022-06-14podman system prune support prune unused networksToshiki Sonoda
2022-04-29enable errcheck linterPaul Holzinger
2022-01-18bump go module to version 4Valentin Rothberg
2021-12-02Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago
2021-12-02Use BeEmpty() instead of len(x).To(Equal(0))Ed Santiago
2021-11-30e2e: yet more cleanup of BeTrue/BeFalseEd Santiago
2021-11-22e2e tests: clean up antihelpful BeTrue()sEd Santiago
2021-07-26refine dangling checksValentin Rothberg
2021-07-15e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago
2021-05-17image prune: remove unused images only with `--all`Valentin Rothberg
2021-05-05migrate Podman to containers/common/libimageValentin Rothberg
2021-03-27Fix podman build --pull-neverDaniel J Walsh
2021-02-22Merge pull request #9275 from rhatdan/buildOpenShift Merge Robot
2021-02-22bump go module to v3Valentin Rothberg
2021-02-16Add missing params for podman-remote buildDaniel J Walsh
2021-01-22Turn on some remote testDaniel J Walsh
2020-12-21Add volume filters to system pruneBaron Lenardson
2020-11-16use lookaside storage for remote testsbaude
2020-10-07Attempt to turn on some more remote testsDaniel J Walsh
2020-09-23e2e tests: SkipIfRemote(): add a reasonEd Santiago
2020-09-22Examine all SkipIfRemote functionsDaniel J Walsh
2020-09-11Fix up errors found by codespellDaniel J Walsh
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-06move go module to v2Valentin Rothberg
2020-05-21Enable system prune test remote clientSujil02
2020-05-19v2 enable remote integration testsBrent Baude
2020-05-01And system prune feature for v2.Sujil02