moby--moby/integration/network
Chris Telfer 805b6a7f74 Add test for ingress removal on service removal
The commit https://github.com/moby/moby/pull/35422 had the result of
accidentally causing the removal of the ingress network when the
last member of a service left the network.  This did not appear
in swarm instances because the swarm manager would still maintain
and return cluster state about the network even though it had
removed its sandbox and endpoint.  This test verifies that after a
service gets added and removed that the ingress sandbox remains
in a functional state.

Signed-off-by: Chris Telfer <ctelfer@docker.com>
2018-03-12 15:19:02 -04:00
..
delete_test.go Rename integration/util to integration/internal 2018-02-10 09:16:32 +01:00
inspect_test.go Fix timeout issue of `InspectNetwork` on AArch64 2018-02-09 03:20:14 +00:00
main_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
service_test.go Add test for ingress removal on service removal 2018-03-12 15:19:02 -04:00