spiegel_podman/test/e2e
baude b351b12e27 Tagging an image alias by shortname
When trying to tag an alias (tag) of an image using only the shortname
and no tag, we were unable to find the image in storage.  This corrects
that issue and adds an integration test to protect against regression. I
also updated the man page per the filed issue.

While writing the integration test, I discovered that inspect could also
not find a tagged image without its :tag.

Resolves Issue #385
Resolves Issue #384

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

Closes: #398
Approved by: mheon
2018-02-26 18:28:54 +00:00
..
attach_test.go More ginkgo migration 2018-02-07 14:55:20 -06:00
commit_test.go Inspect output should be in array form 2018-02-21 14:22:36 +00:00
create_test.go Inspect output should be in array form 2018-02-21 14:22:36 +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 Inspect output should be in array form 2018-02-21 14:22:36 +00:00
info_test.go Initial gingko work 2018-01-29 19:12:20 +00:00
inspect_test.go Inspect output should be in array form 2018-02-21 14:22:36 +00:00
kill_test.go Migrate kill tests to ginkgo 2018-02-01 19:04:00 +00:00
libpod_suite_test.go Address review comments 2018-02-24 09:15:47 +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_cgroup_parent_test.go Add tests and cleanup 2018-02-22 12:39:08 +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 Correct exit code 126 and 127 2018-02-21 16:49:00 +00: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 Address review comments 2018-02-24 09:15:47 +00:00
run_test.go CreateContainerStorage by image id 2018-02-23 17:44:28 +00: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 Tagging an image alias by shortname 2018-02-26 18:28:54 +00: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