Page MenuHomeVyOS Platform

Fix vyos-build makefile target test-no-interfaces
Closed, ResolvedPublic

Description

The makefile target test-no-interfaces does currently fail all VPP related tests, as QEMU is started without hugepages configured. I'll open a simple PR, adding args to set huge page size and count to the same value they are for the actual VPP test target. The PR can be found here: https://github.com/vyos/vyos-build/pull/990

What is still open for debate is what should be done for the general test target, as that might or might not fail, depending on the given MATCH parameter. Enabling huge pages for that target as well might have implications on systems that are unable to provide huge page support. Though that might be negligible, I'll leave that up to you and adjust my PR if necessary.

Details

Version
current
Is it a breaking change?
Perfectly compatible
Issue type
Infrastructure issue or change