summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav <v.gletenko@vyos.io>2025-07-03 08:13:48 +0000
committerViacheslav <v.gletenko@vyos.io>2025-07-03 08:13:48 +0000
commitf2ac2fbcd67f65e69e12ca92cac4f00cd43d3174 (patch)
tree49c48f605adad2333b84869bcd7045cd7b6d53fd
parent3d0e999c80a388ea984e7ff08c6ebb6908522230 (diff)
downloadvyos-build-f2ac2fbcd67f65e69e12ca92cac4f00cd43d3174.tar.gz
vyos-build-f2ac2fbcd67f65e69e12ca92cac4f00cd43d3174.zip
T7609: Increase huge-page-count to 1800 for VPP tests
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d9cd6ae..c5444814 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ test-interfaces: checkiso
.PHONY: test-vpp
.ONESHELL:
test-vpp: checkiso
- scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi --cpu 4 --memory 8 --huge-page-size 2M --huge-page-count 1600 build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi --cpu 4 --memory 8 --huge-page-size 2M --huge-page-count 1800 build/live-image-amd64.hybrid.iso
.PHONY: testc
.ONESHELL:
@@ -51,7 +51,7 @@ testc: checkiso
.PHONY: testcvpp
.ONESHELL:
testcvpp: checkiso
- scripts/check-qemu-install --debug --configd --match="vpp" --cpu 4 --memory 8 --huge-page-size 2M --huge-page-count 1600 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
+ scripts/check-qemu-install --debug --configd --match="vpp" --cpu 4 --memory 8 --huge-page-size 2M --huge-page-count 1800 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
.PHONY: testraid
.ONESHELL: