aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/run_test.go
Commit message (Expand)AuthorAge
* Replace deprecated ioutilChris Evich2022-09-20
* all: stop using deprecated GenerateNonCryptoIDKir Kolyshkin2022-09-13
* Add container GID to additional groupsMatthew Heon2022-09-02
* test: use private instead of slave for the mountGiuseppe Scrivano2022-08-24
* test: fix commentGiuseppe Scrivano2022-08-24
* Semiperiodoc cleanup of obsolete FIXMEsEd Santiago2022-07-25
* fix container create/run throttle devicesCharlie Doern2022-07-22
* Bump VMs, to Ubuntu 2204 with cgroups v1Ed Santiago2022-07-21
* e2e tests: cleanup: capitalize CONSTANTSEd Santiago2022-07-05
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* specgen,run: support running container from valid manifest listAditya R2022-07-05
* Fix spelling "read only" -> "read-only"Erik Sjölund2022-07-02
* fix --init with /dev bind mountValentin Rothberg2022-05-23
* fix broken hooks-dir testPaul Holzinger2022-04-29
* enable errcheck linterPaul Holzinger2022-04-29
* Ginkgo: use HaveField() for better error checkingEd Santiago2022-04-28
* Merge pull request #13765 from giuseppe/do-not-set-oom-score-adjOpenShift Merge Robot2022-04-04
|\
| * specgen: do not set OOMScoreAdj by defaultGiuseppe Scrivano2022-04-04
* | specgen: permit --privileged and --cap-addGiuseppe Scrivano2022-04-01
|/
* Remove error stutterDaniel J Walsh2022-03-25
* test: fix podman run test as rootlessGiuseppe Scrivano2022-03-25
* do not set the inheritable capabilitiesGiuseppe Scrivano2022-03-23
* libpod: enforce noexec,nosuid,nodev for /dev/shmGiuseppe Scrivano2022-02-02
* bump go module to version 4Valentin Rothberg2022-01-18
* Standardize on capatalized CgroupsDaniel J Walsh2022-01-14
* test/e2e/run: don't use date +%N on AlpineKir Kolyshkin2022-01-04
* Update vendor or containers/common moving pkg/cgroups thereDaniel J Walsh2021-12-07
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* e2e tests: a little more minor cleanupEd Santiago2021-12-02
* e2e: yet more cleanup of BeTrue/BeFalseEd Santiago2021-11-30
* Convert strings.Contains() to Expect(ContainSubstring)Ed Santiago2021-11-30
* e2e tests: enable golintEd Santiago2021-11-29
* Merge pull request #12361 from rhatdan/remoteDaniel J Walsh2021-11-23
|\
| * podman-remote does not support signature-policyDaniel J Walsh2021-11-19
* | e2e tests: clean up antihelpful BeTrue()sEd Santiago2021-11-22
* | Semiperiodic cleanup of obsolete Skip()sEd Santiago2021-11-19
|/
* fix CIValentin Rothberg2021-11-18
* secret: honor custom target for secrets with runAditya Rajan2021-11-15
* test: run --cgroups=split in new cgroupGiuseppe Scrivano2021-11-04
* volumes: allow more options for devptsGiuseppe Scrivano2021-10-28
* container create: fix --tls-verify parsingValentin Rothberg2021-10-27
* libpod: change mountpoint ownership c.Root when using overlay on top of exter...Aditya Rajan2021-10-19
* rootfs-overlay: fix overlaybase path for cleanupsAditya Rajan2021-10-18
* Eighty-six eighty-eightyEd Santiago2021-09-22
* Merge pull request #11567 from giuseppe/cgroups-split-with-podsOpenShift Merge Robot2021-09-15
|\
| * libpod: honor --cgroups=split also with podsGiuseppe Scrivano2021-09-14
* | tests: enable --cgroups=disabled test for rootlessGiuseppe Scrivano2021-09-14
* | tests: simplify --cgroups=disabled testGiuseppe Scrivano2021-09-14
|/
* Fix file descriptor leaks and add testJhon Honce2021-08-24
* Merge pull request #11205 from Shivkumar13/shivkumar-tls-fixOpenShift Merge Robot2021-08-23
|\