spiegel_podman/pkg/bindings/test
Paul Holzinger 85e8fbf7f3
Wire network interface into libpod
Make use of the new network interface in libpod.

This commit contains several breaking changes:
- podman network create only outputs the new network name and not file
  path.
- podman network ls shows the network driver instead of the cni version
  and plugins.
- podman network inspect outputs the new network struct and not the cni
  conflist.
- The bindings and libpod api endpoints have been changed to use the new
  network structure.

The container network status is stored in a new field in the state. The
status should be received with the new `c.getNetworkStatus`. This will
migrate the old status to the new format. Therefore old containers should
contine to work correctly in all cases even when network connect/
disconnect is used.

New features:
- podman network reload keeps the ip and mac for more than one network.
- podman container restore keeps the ip and mac for more than one
  network.
- The network create compat endpoint can now use more than one ipam
  config.

The man pages and the swagger doc are updated to reflect the latest
changes.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2021-09-15 20:00:20 +02:00
..
attach_test.go Fix file descriptor leaks and add test 2021-08-24 16:36:10 -07:00
auth_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
common_test.go Fix file descriptor leaks and add test 2021-08-24 16:36:10 -07:00
containers_test.go Stop outputting 'healthy' on healthcheck 2021-09-10 11:20:01 -04:00
create_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
exec_test.go Use version package to track all versions 2021-03-03 17:03:19 -07:00
generator_test.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
images_test.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
info_test.go Use version package to track all versions 2021-03-03 17:03:19 -07:00
manifests_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
networks_test.go Wire network interface into libpod 2021-09-15 20:00:20 +02:00
pods_test.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
resource_test.go Fix file descriptor leaks and add test 2021-08-24 16:36:10 -07:00
secrets_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
system_test.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
test_suite_test.go WIP V2 attach bindings and test 2020-05-13 11:49:17 -07:00
volumes_test.go Add network bindings tests: remove and list 2021-04-15 22:41:06 +02:00