podman/test/e2e
umohnani8 367213a394 Match podman inspect output to docker inspect
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
2018-02-06 19:31:55 +00:00
..
commit_test.go Migrate Create|Commit to ginkgo 2018-02-02 22:44:40 +00:00
create_test.go Match podman inspect output to docker inspect 2018-02-06 19:31:55 +00:00
diff_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
exec_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
export_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
history_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
images_test.go Migrate more tests to ginkgo 2018-02-06 15:55:50 +00:00
import_test.go Migrate more tests to ginkgo 2018-02-06 15:55:50 +00:00
info_test.go Initial gingko work 2018-01-29 19:12:20 +00:00
inspect_test.go Match podman inspect output to docker inspect 2018-02-06 19:31:55 +00:00
kill_test.go Migrate kill tests to ginkgo 2018-02-01 19:04:00 +00:00
libpod_suite_test.go Migrate more tests to ginkgo 2018-02-06 15:55:50 +00:00
logs_test.go Migrate more tests to ginkgo 2018-02-06 15:55:50 +00:00
privileged_test.go sysfs should be mounted rw for privileged 2018-02-06 01:17:54 +00:00
ps_test.go Migrate kill tests to ginkgo 2018-02-01 19:04:00 +00:00
pull_test.go Ginkgo Tests: ps, pull, push and rm 2018-01-31 20:23:31 +00:00
push_test.go Ginkgo Tests: ps, pull, push and rm 2018-01-31 20:23:31 +00:00
rm_test.go sysfs should be mounted rw for privileged 2018-02-06 01:17:54 +00:00
rmi_test.go Ginkgo Tests: ps, pull, push and rm 2018-01-31 20:23:31 +00:00
run_cpu_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
run_device_test.go Migrate diff, exec, export, and history to ginkgo 2018-02-05 20:17:37 +00:00
run_dns_test.go Migrate more tests to ginkgo 2018-02-06 15:55:50 +00:00
run_networking_test.go Implment network == none 2018-01-31 21:47:07 +00:00
run_test.go Pass NOTIFY_SOCKET and LISTEN_FDS env to OCI RUntime if set 2018-02-05 15:39:40 +00:00
start_test.go Migrate start, stats, stop to Ginkgo 2018-01-30 10:40:00 +00:00
stats_test.go Migrate start, stats, stop to Ginkgo 2018-01-30 10:40:00 +00:00
stop_test.go Migrate start, stats, stop to Ginkgo 2018-01-30 10:40:00 +00:00
top_test.go Deprecate --format for podman top 2018-02-05 15:41:06 +00:00
wait_test.go Initial gingko work 2018-01-29 19:12:20 +00:00