summaryrefslogtreecommitdiff
path: root/test/utils/utils.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-22 19:32:58 +0200
committerGitHub <noreply@github.com>2022-07-22 19:32:58 +0200
commit935c150ee214e689b8f25c195ecc22af12d1ddc7 (patch)
tree8f14d8538042cd744a72417074b01d6358c7d10f /test/utils/utils.go
parent94e97df47b576f14757e94a45199c220335bc3e9 (diff)
parent290116bf81a0ef68d1fcfe39ea3c3aeb2b3de008 (diff)
downloadpodman-935c150ee214e689b8f25c195ecc22af12d1ddc7.tar.gz
podman-935c150ee214e689b8f25c195ecc22af12d1ddc7.tar.bz2
podman-935c150ee214e689b8f25c195ecc22af12d1ddc7.zip
Merge pull request #15042 from Luap99/int-remote-netbackend
integration test: fix network backend option with remote
Diffstat (limited to 'test/utils/utils.go')
-rw-r--r--test/utils/utils.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/utils/utils.go b/test/utils/utils.go
index e84b57cc6..9c2a63c81 100644
--- a/test/utils/utils.go
+++ b/test/utils/utils.go
@@ -110,9 +110,6 @@ func (p *PodmanTest) PodmanAsUserBase(args []string, uid, gid uint32, cwd string
}
runCmd := wrapper
runCmd = append(runCmd, podmanBinary)
- if !p.RemoteTest && p.NetworkBackend == Netavark {
- runCmd = append(runCmd, []string{"--network-backend", "netavark"}...)
- }
if env == nil {
fmt.Printf("Running: %s %s\n", strings.Join(runCmd, " "), strings.Join(podmanOptions, " "))