summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_vpp.py
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-02-01 13:04:14 +0200
committerGitHub <noreply@github.com>2025-02-01 13:04:14 +0200
commit3703c5452020823f71a7f551cb8defbdd86eb0ae (patch)
tree8e7aa9f968f00e66981e10100922704a68dfe00c /smoketest/scripts/cli/test_vpp.py
parentae9431c62a4e93ac9db498c0d83b2a443eac3e84 (diff)
downloadvyos-1x-3703c5452020823f71a7f551cb8defbdd86eb0ae.tar.gz
vyos-1x-3703c5452020823f71a7f551cb8defbdd86eb0ae.zip
smoketest: temporary skip bonding tests
Skip bonding test to check the building, from time to time tests (bond) got recursion as in https://vyos.dev/T7117
Diffstat (limited to 'smoketest/scripts/cli/test_vpp.py')
-rwxr-xr-xsmoketest/scripts/cli/test_vpp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_vpp.py b/smoketest/scripts/cli/test_vpp.py
index b1ea66bea..2ca02646a 100755
--- a/smoketest/scripts/cli/test_vpp.py
+++ b/smoketest/scripts/cli/test_vpp.py
@@ -522,6 +522,7 @@ class TestVPP(VyOSUnitTestSHIM.TestCase):
self.cli_set(base_path + ['interfaces', 'loopback', interface_loopback])
self.cli_commit()
+ @unittest.skip("Skipping temporary bonding, sometimes get recursion T7117")
def test_06_vpp_bonding(self):
interface_bond = 'bond23'
interface_kernel = 'vpptun23'