aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/rmi_test.go
Commit message (Expand)AuthorAge
* e2e tests: cleanup: capitalize CONSTANTSEd Santiago2022-07-05
* bump go module to version 4Valentin Rothberg2022-01-18
* Manual fixesEd Santiago2021-12-02
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* e2e: yet more cleanup of BeTrue/BeFalseEd Santiago2021-11-30
* e2e tests: enable golintEd Santiago2021-11-29
* e2e tests: clean up antihelpful BeTrue()sEd Santiago2021-11-22
* speed up CI handling of imagesbaude2021-04-07
* Fix podman build --pull-neverDaniel J Walsh2021-03-27
* bump go module to v3Valentin Rothberg2021-02-22
* make `podman rmi` more robustValentin Rothberg2021-02-08
* Turn on some remote testDaniel J Walsh2021-01-22
* SpellingJosh Soref2020-12-22
* use lookaside storage for remote testsbaude2020-11-16
* move from docker.ioEd Santiago2020-10-28
* Attempt to turn on some more remote testsDaniel J Walsh2020-10-07
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* unflake rmi testsValentin Rothberg2020-06-18
* Enable rmi testSujil022020-05-21
* v2 enable remote integration testsBrent Baude2020-05-19
* V2 Restore images list testsJhon Honce2020-04-29
* V2 Restore rmi testsJhon Honce2020-04-22
* Force integration tests to passBrent Baude2020-04-21
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* Fix unit tests missing comparative for 'Expect'gabi beyer2019-09-04
* Add new exit codes to rm & rmi for running containers & dependenciesDaniel J Walsh2019-08-01
* speed up rootless testsbaude2019-07-08
* use imagecaches for local testsbaude2019-05-29
* Print header for 'podman images' even with no imagesMatthew Heon2019-04-10
* ginkgo status improvementsbaude2019-03-08
* Fix usage messages for podman image list, rmEd Santiago2019-02-28
* Change exit code to 1 on podman rmi nosuch imageDaniel J Walsh2019-02-25
* podman remote integrations testsbaude2019-01-15
* Run integrations test with remote-clientbaude2019-01-14
* test for rmi with childrenbaude2018-12-04
* Separate common used test functions and structs to test/utilsYiqiao Pu2018-11-16
* allow ppc64le to pass libpod integration testsbaude2018-10-31
* rmi remove all not error when no images are presentbaude2018-09-05
* Integration Test Improvements #3baude2018-08-01
* Show duration for each ginkgo test and test speed improvementsbaude2018-07-28
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* podman rmi should only untag image if parent of anotherumohnani82018-07-12
* Spell check strings and commentsJhon Honce2018-05-25
* Fix a typoYiqiao Pu2018-04-19
* Removing tagged images change in behaviorbaude2018-03-22
* Ginkgo Tests: ps, pull, push and rmbaude2018-01-31
* Initial gingko workbaude2018-01-29