diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-07-21 15:37:10 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-07-21 15:37:10 +0200 |
commit | afbfbe18a15092065ba712dd12f3af8f157d513f (patch) | |
tree | 2bb24cccc7c0dbe9807ac348bd578d9f076a77d0 /test/compose | |
parent | 56093a3b4653ce8c93ccaca34f26f9c741658ea3 (diff) | |
download | podman-afbfbe18a15092065ba712dd12f3af8f157d513f.tar.gz podman-afbfbe18a15092065ba712dd12f3af8f157d513f.tar.bz2 podman-afbfbe18a15092065ba712dd12f3af8f157d513f.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/compose')
-rwxr-xr-x | test/compose/test-compose | 1 |
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 \ |