Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge pull request #2184 from baude/remotemaskcommands | OpenShift Merge Robot | 2019-01-20 | |
|\ | | | | | Mask unimplemeted commands for remote client | |||
| * | Mask unimplemeted commands for remote client | baude | 2019-01-19 | |
| | | | | | | | | | | | | | | | | | | | | | | Masking main level, image, and container commands that are not yet implemented for the remote client. As each command is completed, be sure to unmask it. Also, masking podman command line switches that are not applicable to the remote client. Signed-off-by: baude <bbaude@redhat.com> | |||
* | | podman-remote inspect | baude | 2019-01-18 | |
|/ | | | | | | base enablement of the inspect command. 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> |