summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-07-21 15:37:10 +0200
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 14:36:26 -0400
commitce8b6cebdee31536d2f3506876202efac43d1a54 (patch)
tree99a6447db8962adad428152bdac8a5fbfbe44ef7 /test
parent553a700966b6f5ae6dc092a7ad4eece9e2c4b32b (diff)
downloadpodman-ce8b6cebdee31536d2f3506876202efac43d1a54.tar.gz
podman-ce8b6cebdee31536d2f3506876202efac43d1a54.tar.bz2
podman-ce8b6cebdee31536d2f3506876202efac43d1a54.zip
compose test: remove cni config copy
The network backend always has default config in memory so there is no need to copy it. Also netavark cannot use it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/compose/test-compose1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/compose/test-compose b/test/compose/test-compose
index 7c4bf2e91..99d063c25 100755
--- a/test/compose/test-compose
+++ b/test/compose/test-compose
@@ -212,7 +212,6 @@ function start_service() {
rm -f $DOCKER_SOCK
mkdir --mode 0755 $WORKDIR/{root,runroot,cni}
chcon --reference=/var/lib/containers $WORKDIR/root
- cp /etc/cni/net.d/*podman*conflist $WORKDIR/cni/
$PODMAN_BIN \
--log-level debug \