mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
test-network: do not fail if macvlan module is not available
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user