diff options
| author | Viacheslav <v.gletenko@vyos.io> | 2025-07-02 16:47:02 +0000 |
|---|---|---|
| committer | Viacheslav <v.gletenko@vyos.io> | 2025-07-02 16:47:02 +0000 |
| commit | a245f81e0628e2190e51cb863af5a506a8d1fec7 (patch) | |
| tree | 86b7f6beb902b6a37b6f83176b3186065020a9db /Makefile | |
| parent | 1aceb0371c9d17792066648089ee753008cf2de0 (diff) | |
| download | vyos-build-a245f81e0628e2190e51cb863af5a506a8d1fec7.tar.gz vyos-build-a245f81e0628e2190e51cb863af5a506a8d1fec7.zip | |
T7609: Smoketest add huge-page-size and huge-page-count arguments
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 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 1600 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 --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 1600 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) .PHONY: testraid .ONESHELL: |
