podman/test/e2e
baude 4929e37507 Performance enhancement for podman images
Previous code was using slow routines to collect some of the information
needed to output images.  Specifically size was being calculated instead
of using the cached, already known size already available.  Also, straight-
lined several of the code paths.  Overall assessment is that these
improvements cut the time for images in half.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #365
Approved by: mheon
2018-02-20 21:54:32 +00:00
..
attach_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
commit_test.go More ginkgo migration 2018-02-07 14:55:20 -06: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 Performance enhancement for podman images 2018-02-20 21:54:32 +00:00
import_test.go Change json to match docker inspect 2018-02-11 11:50:34 +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 Run podman inside a podman container 2018-02-16 18:35:54 +00:00
load_test.go Final ginkgo migration 2018-02-08 12:37:07 -06:00
logs_test.go podman logs: fix tailing 2018-02-09 15:27:52 +00:00
mount_test.go Final ginkgo migration 2018-02-08 12:37:07 -06:00
pause_test.go Update pause tests per QE suggestions and move to gingko 2018-02-08 22:14:36 +00:00
port_test.go Final ginkgo migration 2018-02-08 12:37:07 -06:00
ps_test.go Fix when the --format flag prints a new line at the end 2018-02-07 10:43:16 -05:00
pull_test.go Return imageid from podman pull 2018-02-15 17:18:08 +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_entrypoint_test.go No entrpoint, cmd, or command 2018-02-15 00:48:13 +00:00
run_exit_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
run_memory_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
run_networking_test.go Rework port code 2018-02-09 16:13:20 +00:00
run_ns_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
run_privileged_test.go Run podman inside a podman container 2018-02-16 18:35:54 +00:00
run_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
save_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
search_test.go Final ginkgo migration 2018-02-08 12:37:07 -06: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
tag_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
top_test.go Deprecate --format for podman top 2018-02-05 15:41:06 +00:00
version_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
wait_test.go Initial gingko work 2018-01-29 19:12:20 +00:00