summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-02-24 12:59:53 +0200
committerGitHub <noreply@github.com>2025-02-24 12:59:53 +0200
commitecb36ae2d4254acf6c5f7d396895b1bb912cf23a (patch)
treec208e4ca1920ba05bbec9e55796f637f129917fd
parentede290180a385482806072bc5002ee73c44ea66c (diff)
downloadvyos-1x-ecb36ae2d4254acf6c5f7d396895b1bb912cf23a.tar.gz
vyos-1x-ecb36ae2d4254acf6c5f7d396895b1bb912cf23a.zip
skip bonding smoketest as ci stucks on it
Skip the bonding test as CI stucks on it But this test works fine in the local VM
-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 c6fd0320d..69f1410ab 100755
--- a/smoketest/scripts/cli/test_vpp.py
+++ b/smoketest/scripts/cli/test_vpp.py
@@ -568,6 +568,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'