]> git.ipfire.org Git - thirdparty/dracut.git/commit
TEST-{20,50,60,70): set MACAddressPolicy=keep
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 7 Nov 2019 14:15:21 +0000 (15:15 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Mon, 11 Nov 2019 20:17:31 +0000 (21:17 +0100)
commitf3f081e5420f70481aa00772137b10d411364dd2
treeb81c55d0a770c3e92b618af8a40cec7fdf412923
parentc9391e8f6a8dbb99b8d9f5adc7d3ae7fde3915bb
TEST-{20,50,60,70): set MACAddressPolicy=keep

New systemd defaults to generating MAC addresses for software devices (whereas
previously they would inherit them from the first enslaved slave).

Sadly, among the things this breaks is our test fixture, where the dhcp servers
are configured to expect a particular MAC address. Disable this for the
affected tests, which are essentially the ones that use bridges and bonds.
test/TEST-20-NFS/99-default.link [new file with mode: 0644]
test/TEST-20-NFS/test.sh
test/TEST-50-MULTINIC/99-default.link [new file with mode: 0644]
test/TEST-50-MULTINIC/test.sh
test/TEST-60-IFCFG/99-default.link [new file with mode: 0644]
test/TEST-60-IFCFG/test.sh
test/TEST-70-BONDBRIDGETEAMVLAN/99-default.link [new file with mode: 0644]
test/TEST-70-BONDBRIDGETEAMVLAN/test.sh