summaryrefslogtreecommitdiff
path: root/test/e2e/pull_test.go
Commit message (Expand)AuthorAge
* e2e tests: cleanup: capitalize CONSTANTSEd Santiago2022-07-05
* e2e: pull_test: speed up --all-tagsValentin Rothberg2022-05-05
* e2e: pull_test: squash --quiet testValentin Rothberg2022-05-05
* e2e: pull_test: move tests aroundValentin Rothberg2022-05-05
* e2e: pull_test: remove redundant testsValentin Rothberg2022-05-05
* enable errcheck linterPaul Holzinger2022-04-29
* Ginkgo: use HaveField() for better error checkingEd Santiago2022-04-28
* bump go module to version 4Valentin Rothberg2022-01-18
* vendor c/commonValentin Rothberg2022-01-10
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* Use BeEmpty() instead of len(x).To(Equal(0))Ed Santiago2021-12-02
* e2e tests: enable golintEd Santiago2021-11-29
* image lookup: do not match *any* tagsValentin Rothberg2021-11-23
* Bump github.com/containers/image/v5 from 5.13.2 to 5.14.0dependabot[bot]2021-07-25
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* multiple image pull supportMehul Arora2021-07-05
* migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* bump go module to v3Valentin Rothberg2021-02-22
* Cleanup bindings for image pullDaniel J Walsh2021-01-27
* Fix --arch and --os flags to work correctlyDaniel J Walsh2021-01-25
* SpellingJosh Soref2020-12-22
* Merge pull request #8542 from rhatdan/testOpenShift Merge Robot2020-12-01
|\
| * Fix typo in testsDaniel J Walsh2020-12-01
* | Add support for --platformDaniel J Walsh2020-11-26
|/
* 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
* image look up: consult registries.confValentin Rothberg2020-09-30
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* support multi-image (docker) archivesValentin Rothberg2020-09-08
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Enable a bunch of remote testsDaniel J Walsh2020-07-21
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Add more Remote testsDaniel J Walsh2020-06-03
* Fix podman push and podman pull to check for authfileDaniel J Walsh2020-04-22
* Force integration tests to passBrent Baude2020-04-21
* use pause image for check allbaude2019-11-14
* fix bug check nonexist authfileQi Wang2019-11-05
* Add e2e tests for manifest list supportNalin Dahyabhai2019-10-29
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* Fix directory pull image name for OCI imagesSascha Grunert2019-08-19
* use imagecaches for local testsbaude2019-05-29
* pull: exit with error if the image is not foundGiuseppe Scrivano2019-04-12
* ginkgo status improvementsbaude2019-03-08
* Fix SystemExec completion raceChris Evich2019-03-01
* Add --all-tags to pull commandTomSweeneyRedHat2019-02-09
* Run integrations test with remote-clientbaude2019-01-14
* Separate common used test functions and structs to test/utilsYiqiao Pu2018-11-16