Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | enable podman-remote volume prune | baude | 2019-02-14 |
| | | | | | | | | | | | | | allow users to remotely prune volumes. this is the last volume command for remote enablement. as such, the volume commands are being folded back into main because they are supported for both local and remote clients. also, enable all volume tests that do not use containers as containers are not enabled for the remote client yet. Signed-off-by: baude <bbaude@redhat.com> | ||
* | Run integrations test with remote-client | baude | 2019-01-14 |
| | | | | | | | | | | | | Add the ability to run the integration (ginkgo) suite using the remote client. Only the images_test.go file is run right now; all the rest are isolated with a // +build !remotelinux. As more content is developed for the remote client, we can unblock the files and just block single tests as needed. Signed-off-by: baude <bbaude@redhat.com> | ||
* | Tests for podman volume commands | Urvashi Mohnani | 2018-12-06 |
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com> |