Smoke tests failing VPP

Hey! After changing the resource allocation for the global test target VPP tests were able to run, but at least one still fails on me. I’m not sure if this is actually due to the current state being bad, or if there is still some shenanigan to sort out and get the tests fully running. I’ll post the log, hope someone can help me on this.

EDIT: This is indeed a bug, see the related ticket here.

DEBUG - OK
DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_vpp.py
DEBUG - test_01_vpp_basic (__main__.TestVPP.test_01_vpp_basic) ... ok
DEBUG - test_02_vpp_vxlan (__main__.TestVPP.test_02_vpp_vxlan) ... ok
DEBUG - test_03_vpp_gre (__main__.TestVPP.test_03_vpp_gre) ... ok
DEBUG - test_04_vpp_geneve (__main__.TestVPP.test_04_vpp_geneve) ... skipped 'Skipping this test geneve index always is 0'
DEBUG - test_05_vpp_loopback (__main__.TestVPP.test_05_vpp_loopback) ... ok
DEBUG - test_06_vpp_bonding (__main__.TestVPP.test_06_vpp_bonding) ... skipped 'Skipping temporary bonding, sometimes get recursion T7117'
DEBUG - test_07_vpp_bridge (__main__.TestVPP.test_07_vpp_bridge) ... ok
DEBUG - test_08_vpp_ipip (__main__.TestVPP.test_08_vpp_ipip) ... ok
DEBUG - test_09_vpp_xconnect (__main__.TestVPP.test_09_vpp_xconnect) ... ok
DEBUG - test_10_vpp_driver_options (__main__.TestVPP.test_10_vpp_driver_options) ... ok
DEBUG - test_11_vpp_cpu_settings (__main__.TestVPP.test_11_vpp_cpu_settings) ... ok
DEBUG - test_12_vpp_cpu_corelist_workers (__main__.TestVPP.test_12_vpp_cpu_corelist_workers) ... ok
DEBUG - test_13_mem_page_size (__main__.TestVPP.test_13_mem_page_size) ... ERROR
DEBUG - test_13_mem_page_size (__main__.TestVPP.test_13_mem_page_size) ... FAIL
DEBUG - test_14_mem_default_hugepage (__main__.TestVPP.test_14_mem_default_hugepage) ... ok
DEBUG - test_15_vpp_ipsec_xfrm_nl (__main__.TestVPP.test_15_vpp_ipsec_xfrm_nl) ... ok
DEBUG - 
DEBUG - ======================================================================
DEBUG - ERROR: test_13_mem_page_size (__main__.TestVPP.test_13_mem_page_size)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_vpp.py", line 1117, in test_13_mem_page_size
DEBUG -     self.cli_commit()
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/base_vyostest_shim.py", line 97, in cli_commit
DEBUG -     self._session.commit()
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 264, in commit
DEBUG -     out = self.__run_command([COMMIT])
DEBUG -           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 201, in __run_command
DEBUG -     raise ConfigSessionError(output)
DEBUG - vyos.configsession.ConfigSessionError: [ vpp ]
DEBUG - WARNING: offload option in eth1 settings is not supported by VPP interfaces. It will be ignored.
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/services/vyos-configd", line 146, in run_script
DEBUG -     script.apply(c)
DEBUG -   File "/usr/libexec/vyos//conf_mode/vpp.py", line 626, in apply
DEBUG -     vpp_control = VPPControl(attempts=20, interval=500)
DEBUG -                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/vpp/control_vpp.py", line 109, in __init__
DEBUG -     raise VPPIOError(2, 'Cannot connect to VPP API')
DEBUG - vpp_papi.vpp_papi.VPPIOError: [Errno 2] Cannot connect to VPP API
DEBUG - 
DEBUG - [[vpp]] failed
DEBUG - Commit failed

Best regards!

Got the same here ⚓ T7080 VPP statseg page-size verify

Either I was to dumb to use the search properly or I simply overlooked the bugreport :person_facepalming: Thx for the info! Posted on the Ticket.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.