diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-08 15:20:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 15:20:35 +0100 |
commit | ada2cac0324dd3fa668b9af58f119b8a64b4e9e1 (patch) | |
tree | 9bdae16f08381545c81e762578ff7820a1a2b618 /smoketest/scripts/cli/test_interfaces_virtual-ethernet.py | |
parent | 6522dcdc8a07f15ceb504f29bf190a36d3d6ae82 (diff) | |
parent | 3f0f7f3c0998e677747a398527ab2f78ad45a604 (diff) | |
download | vyos-1x-ada2cac0324dd3fa668b9af58f119b8a64b4e9e1.tar.gz vyos-1x-ada2cac0324dd3fa668b9af58f119b8a64b4e9e1.zip |
Merge pull request #4439 from c-po/wifi-smoketest
T7325: wifi: mac80211_hwsim kernel module no longer supports VLAN interfaces in smoketests
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_virtual-ethernet.py')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_virtual-ethernet.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_virtual-ethernet.py b/smoketest/scripts/cli/test_interfaces_virtual-ethernet.py index c6a4613a7..b2af86139 100755 --- a/smoketest/scripts/cli/test_interfaces_virtual-ethernet.py +++ b/smoketest/scripts/cli/test_interfaces_virtual-ethernet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2023-2024 VyOS maintainers and contributors +# Copyright (C) 2023-2025 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -34,9 +34,6 @@ class VEthInterfaceTest(BasicInterfaceTest.TestCase): # call base-classes classmethod super(VEthInterfaceTest, cls).setUpClass() - def test_vif_8021q_mtu_limits(self): - self.skipTest('not supported') - # As we always need a pair of veth interfaces, we can not rely on the base # class check to determine if there is a dhcp6c or dhclient instance running. # This test will always fail as there is an instance running on the peer |