Seems to be related to T6847. Smoketest fails due to kernel modules not being found:
DEBUG - Running Testcase (95/95): /usr/libexec/vyos/tests/smoke/system/test_module_load.py DEBUG - test_load_modules (__main__.TestKernelModules.test_load_modules) ... FAIL DEBUG - DEBUG - ====================================================================== DEBUG - FAIL: test_load_modules (__main__.TestKernelModules.test_load_modules) DEBUG - ---------------------------------------------------------------------- DEBUG - Traceback (most recent call last): DEBUG - File "/usr/libexec/vyos/tests/smoke/system/test_module_load.py", line 45, in test_load_modules DEBUG - self.assertTrue(success, 'One or more modules not found: ' + ', '.join(not_found)) DEBUG - AssertionError: False is not true : One or more modules not found: i40e, iavf, ice DEBUG - DEBUG - ---------------------------------------------------------------------- DEBUG - Ran 1 test in 2.403s DEBUG - DEBUG - FAILED (failures=1)