-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update the test_inspect_network #888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This PR and moby/moby#18928 depend on each other, so it will block each other. I workaround it that firstly we remove |
6b39800 to
bd192e1
Compare
|
Maybe change the test instead so that it tests a few specific values in the result - I would check for the presence (and validity) of |
bd192e1 to
59e7242
Compare
ae97fab to
c424148
Compare
This is based on moby/moby#18928 Related to moby/moby#18626 Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
|
@shin- good idea, 👍 already updated the PR to cover only a few specific values. |
|
Thanks - LGTM! |
* If user doesn't specify the subnets to create a network, it will pick subnets from inside preferred pool. This PR aims to inspect these subnets info * Add integration tests for docker inspect the subnets. * docker-py project is already synchronized. * jenkins checks depend on docker/docker-py#888 Fixes issue moby#18626 Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
* If user doesn't specify the subnets to create a network, it will pick subnets from inside preferred pool. This PR aims to inspect these subnets info * Add integration tests for docker inspect the subnets. * docker-py project is already synchronized. * jenkins checks depend on docker/docker-py#888 Fixes issue moby#18626 Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
* If user doesn't specify the subnets to create a network, it will pick subnets from inside preferred pool. This PR aims to inspect these subnets info * Add integration tests for docker inspect the subnets. * docker-py project is already synchronized. * jenkins checks depend on docker/docker-py#888 Fixes issue #18626 Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
This is depended by moby/moby#18928
Related to moby/moby#18626
Signed-off-by: Wen Cheng Ma wenchma@cn.ibm.com