spiegel_podman/test/e2e
Paul Holzinger c31a5c0d9c Add support for network ids
The network ID is not stored. It is just the sha256 hash from
the network name. There is a risk of a potential hash collision.
However it's very unlikely and even if we hit this it will
complain that more than network with this ID exists.

The main benefit is that the compat api can have proper
network ID support. Also this adds the support for
`podman network ls --format "{{.ID}}"` and `--filter id=<ID>`.

It also ensures that we can do network rm <ID> and network
inspect <ID>.

Since we use a hash this commit is backwards compatible even for
already existing networks.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2020-12-02 10:27:00 +01:00
..
build fix podman cp can create an extra directory level 2020-06-15 23:56:45 +08:00
config Document containers.conf settings for remote connections 2020-11-19 14:48:10 -05:00
hooks Add hooks support to podman 2018-04-05 14:13:49 +00:00
sign save image remove signatures 2020-10-21 10:00:08 -04:00
testdata support multi-image (docker) archives 2020-09-08 08:47:19 +02:00
attach_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
build_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
checkpoint_test.go Remove build \!remote flags from test 2020-11-18 10:44:35 -05:00
commit_test.go e2e tests: SkipIfRemote(): add a reason 2020-09-23 08:09:31 -06:00
common_test.go Merge pull request #8515 from baude/netconnectstate 2020-12-01 16:15:19 +01:00
config.go move from docker.io 2020-10-28 13:16:37 -06:00
config_amd64.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
config_ppc64le.go use imagecaches for local tests 2019-05-29 15:12:05 -05:00
container_inspect_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
containers_conf_test.go Fix typo in tests 2020-12-01 15:08:26 -05:00
cp_test.go Remove build \!remote flags from test 2020-11-18 10:44:35 -05:00
create_staticip_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
create_staticmac_test.go Fix custom mac address with a custom cni network 2020-11-24 15:16:23 +01:00
create_test.go Add support for --platform 2020-11-26 06:08:11 -05:00
diff_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
events_test.go Restore --format table support 2020-10-13 17:28:45 -07:00
exec_test.go Improve error messages from failing tests 2020-11-03 19:36:44 +01:00
exists_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
export_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
generate_kube_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
generate_systemd_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
healthcheck_run_test.go move from docker.io 2020-10-28 13:16:37 -06:00
history_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
image_sign_test.go Remove build \!remote flags from test 2020-11-18 10:44:35 -05:00
images_test.go Fix typo in tests 2020-12-01 15:08:26 -05:00
import_test.go Fix typo in tests 2020-12-01 15:08:26 -05:00
info_test.go build(deps): bump github.com/containers/common from 0.26.0 to 0.26.3 2020-10-27 07:25:23 -04:00
init_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
inspect_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
kill_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
libpod_suite_remote_test.go Remove varlink support from Podman 2020-11-26 16:50:42 -05:00
libpod_suite_test.go Remove varlink support from Podman 2020-11-26 16:50:42 -05:00
load_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
login_logout_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
logs_test.go Add tests to make sure podman-remote logs works correctly. 2020-11-10 13:40:56 -05:00
manifest_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
mount_rootless_test.go Remove build \!remote flags from test 2020-11-18 10:44:35 -05:00
mount_test.go Remove build \!remote flags from test phase 2 2020-11-18 13:02:44 -05:00
namespace_test.go Attempt to turn on some more remote tests 2020-10-07 10:19:08 -04:00
negative_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
network_connect_disconnect_test.go network connect disconnect on non-running containers 2020-11-30 16:10:01 -06:00
network_create_test.go Validate that the bridge option is supported 2020-12-01 22:33:16 +01:00
network_test.go Add support for network ids 2020-12-02 10:27:00 +01:00
pause_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
play_kube_test.go Add support for persistent volume claims in kube files 2020-11-27 11:38:33 +01:00
pod_create_test.go Revert "Allow multiple --network flags for podman run/create" 2020-11-30 18:10:26 +01:00
pod_infra_container_test.go Use ping from alpine 2020-11-04 09:37:35 -05:00
pod_inspect_test.go Fix podman pod inspect show wrong MAC string 2020-11-18 18:06:06 +08:00
pod_kill_test.go Examine all SkipIfRemote functions 2020-09-22 16:55:37 -04:00
pod_pause_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
pod_pod_namespaces_test.go Rename e2e test files to include _test.go suffix 2020-11-17 21:18:27 +01:00
pod_prune_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pod_ps_test.go Align the podman pod ps --filter behavior with podman ps 2020-11-18 19:31:25 +01:00
pod_restart_test.go Examine all SkipIfRemote functions 2020-09-22 16:55:37 -04:00
pod_rm_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
pod_start_test.go Examine all SkipIfRemote functions 2020-09-22 16:55:37 -04:00
pod_stats_test.go Restore --format table... 2020-10-08 18:19:37 -07:00
pod_stop_test.go Examine all SkipIfRemote functions 2020-09-22 16:55:37 -04:00
pod_top_test.go Examine all SkipIfRemote functions 2020-09-22 16:55:37 -04:00
port_test.go Fix typo in tests 2020-12-01 15:08:26 -05:00
prune_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
ps_test.go Add podman container ps command 2020-11-23 10:49:26 +01:00
pull_test.go Merge pull request #8542 from rhatdan/test 2020-12-01 22:38:58 +01:00
push_test.go Remove build \!remote flags from test phase 2 2020-11-18 13:02:44 -05:00
restart_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
rm_test.go This PR allows users to remove external containers directly 2020-10-09 06:06:08 -04:00
rmi_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
run_apparmor_test.go Properly handle podman run --pull command 2020-09-27 07:25:28 -04:00
run_cgroup_parent_test.go Remove build \!remote flags from test phase 2 2020-11-18 13:02:44 -05:00
run_cleanup_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
run_cpu_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
run_device_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
run_dns_test.go Fix typo in tests 2020-12-01 15:08:26 -05:00
run_entrypoint_test.go Fix typo in tests 2020-12-01 15:08:26 -05:00
run_env_test.go Attempt to turn on some more remote tests 2020-10-07 10:19:08 -04:00
run_exit_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
run_memory_test.go Attempt to test all Broken SkipIfRootless FIXME 2020-09-30 10:01:57 -04:00
run_networking_test.go Revert "Allow multiple --network flags for podman run/create" 2020-11-30 18:10:26 +01:00
run_ns_test.go Specifying --ipc=host --pid=host is broken 2020-07-28 14:53:54 -04:00
run_passwd_test.go Examine all SkipIfRemote functions 2020-09-22 16:55:37 -04:00
run_privileged_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
run_restart_test.go Attempt to turn on some more remote tests 2020-10-07 10:19:08 -04:00
run_seccomp_test.go Rename e2e test files to include _test.go suffix 2020-11-17 21:18:27 +01:00
run_security_labels_test.go Rename e2e test files to include _test.go suffix 2020-11-17 21:18:27 +01:00
run_selinux_test.go Add SELinux support for pods 2020-10-02 15:14:18 -04:00
run_signal_test.go Remove build \!remote flags from test phase 2 2020-11-18 13:02:44 -05:00
run_staticip_test.go Make all Skips specify a reason 2020-09-29 16:01:26 -04:00
run_test.go Allow containers to --restart on-failure with --rm 2020-11-20 13:55:19 -05:00
run_userns_test.go libpod: read mappings when joining a container userns 2020-09-10 19:17:01 +02:00
run_volume_test.go Ensure we do not double-lock the same volume in create 2020-11-11 16:06:03 -05:00
run_working_dir_test.go Rename e2e test files to include _test.go suffix 2020-11-17 21:18:27 +01:00
runlabel_test.go Fix panic when runlabel is missing 2020-10-16 11:09:21 +08:00
save_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
search_test.go remove contrib/gate 2020-11-17 15:21:50 +01:00
start_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
stats_test.go use container cgroups path 2020-11-17 12:29:50 +01:00
stop_test.go podman create doesn't support creating detached containers 2020-10-21 21:00:50 -04:00
system_connection_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
system_df_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
system_reset_test.go Remove varlink support from Podman 2020-11-26 16:50:42 -05:00
systemd_test.go move from docker.io 2020-10-28 13:16:37 -06:00
tag_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
test.yaml Add support for RunAsUser and RunAsGroup 2019-11-06 10:35:37 -05:00
toolbox_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
top_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
tree_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
trust_test.go Remove build \!remote flags from test phase 2 2020-11-18 13:02:44 -05:00
unshare_test.go e2e tests: SkipIfRemote(): add a reason 2020-09-23 08:09:31 -06:00
untag_test.go use lookaside storage for remote tests 2020-11-16 08:15:44 -06:00
version_test.go Restore "table" --format from V1 2020-10-02 06:58:02 -07:00
volume_create_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volume_inspect_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volume_ls_test.go Add support for volume ls --filter label=key=value 2020-11-14 20:18:52 +01:00
volume_prune_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volume_rm_test.go Fix handling of remove of bogus volumes, networks and Pods 2020-09-29 15:52:43 -04:00
wait_test.go Fix handling and documentation of podman wait --interval 2020-10-21 06:25:36 -04:00