summaryrefslogtreecommitdiff
path: root/test/e2e/run_volume_test.go
Commit message (Expand)AuthorAge
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Add support for `readonly` option to --mountMatthew Heon2020-05-26
* Turn off 'noexec' option by default for named volumesMatthew Heon2020-05-20
* enable volume integration testsBrent Baude2020-04-27
* Add support for volumes-from, image volumes, initMatthew Heon2020-04-27
* Force integration tests to passBrent Baude2020-04-21
* test/e2e/run_volume_test: use unique mount pointKir Kolyshkin2020-04-02
* test/e2e/run_volume_test.go: mv dockerfile declKir Kolyshkin2020-04-02
* test/e2e/run_volume_test: only create dir onceKir Kolyshkin2020-04-02
* Switch to using --time as opposed to --timeout to better match Docker.Daniel J Walsh2020-03-31
* Use cleaned destination path for indexing image volumesMatthew Heon2020-02-17
* Do not copy up when volume is not emptyMatthew Heon2020-02-12
* mount: add new options nocopyup|copyup for tmpfsGiuseppe Scrivano2019-11-07
* Wait for `mount` command to finish when mounting volumeMatthew Heon2019-10-30
* Image volumes should not be mounted noexecMatthew Heon2019-10-23
* Add support for anonymous volumes to `podman run -v`Matthew Heon2019-10-17
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* Handle conflict between volumes and --read-only-tmpfsMatthew Heon2019-09-24
* When first mounting any named volume, copy upMatthew Heon2019-09-09
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
* Add test to verify noexec works with volume mountsMatthew Heon2019-09-04
* Add a test for the new suid/exec/dev optionsMatthew Heon2019-08-28
* Re-add locks to volumes.Matthew Heon2019-08-28
* Allow --ro=[true|false] with mount flagMatthew Heon2019-08-07
* Add tests for cached and delegated mountsMatthew Heon2019-06-19
* use imagecaches for local testsbaude2019-05-29
* Add test for image volume conflict with user volumeMatthew Heon2019-05-21
* Fix podman-in-podman volume testMatthew Heon2019-05-02
* Begin adding volume testsMatthew Heon2019-05-01