Page MenuHomeVyOS Platform

VPP config_load test fails
Closed, ResolvedPublicBUG

Description

https://github.com/VyOS-Networks/vyos-nightly-build/actions/runs/15993681135/job/45113334159#step:5:1681

DEBUG - ======================================================================
DEBUG - FAIL: test_vpp (__main__.TestConfigVpp.test_vpp)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/bin/vyos-configtest", line 51, in test_config_load
DEBUG -     self.session.commit()
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 304, in commit
DEBUG -     out = self.__run_command([COMMIT])
DEBUG -           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 234, in __run_command
DEBUG -     raise ConfigSessionError(output)
DEBUG - vyos.configsession.ConfigSessionError: [ vpp ]
DEBUG - An error occurred: [Errno 2] Cannot connect to VPP API. VPP service will
DEBUG - be restarted with the previous configuration
DEBUG - [[vpp]] failed
DEBUG - [[vpp interfaces]] failed
DEBUG - [[vpp interfaces bonding bond0]] failed
DEBUG - [[vpp interfaces gre gre11]] failed
DEBUG - [[vpp interfaces vxlan vxlan10]] failed
DEBUG - [[vpp interfaces gre gre10]] failed
DEBUG - [[vpp interfaces ipip ipip20]] failed
DEBUG - [[vpp interfaces gre gre12]] failed
DEBUG - [[vpp interfaces loopback lo12]] failed
DEBUG - Commit failed
DEBUG - 
DEBUG - 
DEBUG - During handling of the above exception, another exception occurred:
DEBUG - 
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/bin/vyos-configtest", line 54, in test_config_load
DEBUG -     self.fail()
DEBUG - AssertionError: None

It depends on the runners

vpp runners FAIL https://github.com/VyOS-Networks/vyos-nightly-build/actions/runs/15993681135/job/45113334159#step:5:1681
azure runners OK https://github.com/VyOS-Networks/vyos-nightly-build/actions/runs/15993681135/job/45113392547#step:5:1651

Details

Version
Latest in current branch
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)