mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
test-network: add test that vcan device can be configured state
This commit is contained in:
parent
af9ba57aa2
commit
a1b3559088
@ -5,6 +5,7 @@ Name=macvlan99
|
||||
Name=macvtap99
|
||||
Name=veth99
|
||||
Name=veth-peer
|
||||
Name=vcan99
|
||||
|
||||
[Network]
|
||||
LinkLocalAddressing=yes
|
||||
|
@ -634,10 +634,10 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities):
|
||||
|
||||
@expectedFailureIfModuleIsNotAvailable('vcan')
|
||||
def test_vcan(self):
|
||||
self.copy_unit_to_networkd_unit_path('25-vcan.netdev')
|
||||
self.copy_unit_to_networkd_unit_path('25-vcan.netdev', 'netdev-link-local-addressing-yes.network')
|
||||
self.start_networkd(0)
|
||||
|
||||
self.wait_online(['vcan99:off'])
|
||||
self.wait_online(['vcan99:carrier'])
|
||||
|
||||
@expectedFailureIfModuleIsNotAvailable('wireguard')
|
||||
def test_wireguard(self):
|
||||
|
Loading…
Reference in New Issue
Block a user