Skip to content

Commit 29e0afb

Browse files
committed
T7636: Fix Makefile target for test-no-interfaces
The target is calling tests for VPP, which require huge page support, thus always making the target fail.
1 parent d59967a commit 29e0afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test: checkiso
2626
.PHONY: test-no-interfaces
2727
.ONESHELL:
2828
test-no-interfaces: checkiso
29-
scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --cpu 4 --memory 8 build/live-image-amd64.hybrid.iso
29+
scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --cpu 4 --memory 8 --huge-page-size 2M --huge-page-count 1800 build/live-image-amd64.hybrid.iso
3030

3131
.PHONY: test-no-interfaces-no-vpp
3232
.ONESHELL:

0 commit comments

Comments
 (0)