summaryrefslogtreecommitdiff
path: root/test/apiv2/35-networks.at
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-04 15:01:38 -0400
committerGitHub <noreply@github.com>2021-10-04 15:01:38 -0400
commit2f72f17a114f4e20b56deb2c21908d1d4610919c (patch)
tree27d03a819da8a21414a7a312b5d9d3b8c319ba42 /test/apiv2/35-networks.at
parent800e91dafd47c284489be586bd18c3cdf7dc5737 (diff)
parenta726043d0b5c4ff9e59b01f2a48c575d53d67ed0 (diff)
downloadpodman-2f72f17a114f4e20b56deb2c21908d1d4610919c.tar.gz
podman-2f72f17a114f4e20b56deb2c21908d1d4610919c.tar.bz2
podman-2f72f17a114f4e20b56deb2c21908d1d4610919c.zip
Merge pull request #11846 from Luap99/network-reload
CNI networks: reload networks if needed
Diffstat (limited to 'test/apiv2/35-networks.at')
-rw-r--r--test/apiv2/35-networks.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/apiv2/35-networks.at b/test/apiv2/35-networks.at
index a4cb5a480..fd8dfd32b 100644
--- a/test/apiv2/35-networks.at
+++ b/test/apiv2/35-networks.at
@@ -131,8 +131,8 @@ t DELETE libpod/networks/network2 200 \
.[0].Err=null
# test until filter - libpod api
-t POST libpod/networks/create name='"network5"' labels='{"xyz":""}' 200 \
- .name=network5
+# create network via cli to test that the server can use it
+podman network create --label xyz network5
# with date way back in the past, network should not be deleted
t POST libpod/networks/prune?filters='{"until":["500000"]}' 200