mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
test-network: do not fail if macvlan module is not available
This commit is contained in:
parent
41a94ae670
commit
e97bb361a0
@ -1666,6 +1666,7 @@ class NetworkdNetDevTests(unittest.TestCase, Utilities):
|
||||
print(output)
|
||||
self.assertRegex(output, 'macvtap mode ' + mode + ' ')
|
||||
|
||||
@expectedFailureIfModuleIsNotAvailable('macvlan')
|
||||
def test_macvlan(self):
|
||||
first = True
|
||||
for mode in ['private', 'vepa', 'bridge', 'passthru']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user