Skip to content

Commit

Permalink
test: Drop dummy interface
Browse files Browse the repository at this point in the history
passt got fixed in [1] to get along with multiple network interfaces and
no default routes.

[1] https://bodhi.fedoraproject.org/updates/FEDORA-2024-4632bfa865
[2] https://bugzilla.redhat.com/show_bug.cgi?id=2277954
  • Loading branch information
martinpitt authored and jelly committed Aug 2, 2024
1 parent 00113cf commit abcb4b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ TAR_ARGS = --sort=name --mtime "@$(shell git show --no-patch --format='%at')" --

VM_CUSTOMIZE_FLAGS =

# HACK: https://github.com/containers/podman/issues/21896 and https://bugzilla.redhat.com/show_bug.cgi?id=2277954
VM_CUSTOMIZE_FLAGS += --run-command 'nmcli con add type dummy con-name fake ifname fake0 ip4 1.2.3.4/24 gw4 1.2.3.1 >&2'

# the following scenarios need network access
ifeq ("$(TEST_SCENARIO)","updates-testing")
VM_CUSTOMIZE_FLAGS += --run-command 'dnf -y update --setopt=install_weak_deps=False --enablerepo=updates-testing >&2'
Expand Down

0 comments on commit abcb4b1

Please sign in to comment.