diff options
author | Christian Breunig <christian@breunig.cc> | 2025-04-06 20:35:59 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-04-06 20:35:59 +0200 |
commit | 4b187186eecb9f0090a813d8389b7599b148ccaa (patch) | |
tree | dce24d8aeb2f75b2db4897c587968849eb61b8f5 /smoketest/scripts | |
parent | d0a36b236cf7cf482415713ac398da88f3b49873 (diff) | |
download | vyos-1x-4b187186eecb9f0090a813d8389b7599b148ccaa.tar.gz vyos-1x-4b187186eecb9f0090a813d8389b7599b148ccaa.zip |
smoketest: T7293: enable virtual-ethernet MTU testcase
Support added in commit 383af2dd4ab ("virtual-ethernet: T7293: add support to
define interface MTU").
Diffstat (limited to 'smoketest/scripts')
-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 |