Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Match podman inspect output to docker inspect | umohnani8 | 2018-02-06 |
| | | | | | | | | | | | | Made a change to make sure that the output paths of podman inspect matches that of docker inspect. For example to get the stop signal you should be able to do podman inspect ctr --format {{.Config.StopSignal}} and the same thing in docker will give the same results. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #292 Approved by: rhatdan | ||
* | Migrate more tests to ginkgo | baude | 2018-02-06 |
Migrate the following to the ginkgo integration tests: * images * import * inspect * logs * run_dns Signed-off-by: baude <bbaude@redhat.com> Closes: #295 Approved by: mheon |