diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-02-01 13:04:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-01 13:04:14 +0200 |
| commit | 3703c5452020823f71a7f551cb8defbdd86eb0ae (patch) | |
| tree | 8e7aa9f968f00e66981e10100922704a68dfe00c /smoketest/scripts/cli | |
| parent | ae9431c62a4e93ac9db498c0d83b2a443eac3e84 (diff) | |
| download | vyos-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')
| -rwxr-xr-x | smoketest/scripts/cli/test_vpp.py | 1 |
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' |
