Skip to content

Commit

Permalink
Merge pull request #887 from sever-sever/T7043-cpu-mem
Browse files Browse the repository at this point in the history
T7043: increase smoketest memory to 8G for vpp
  • Loading branch information
dmbaturin authored Jan 14, 2025
2 parents 1e6cdf7 + c691f4b commit 7c7dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test-interfaces: checkiso
.PHONY: test-vpp
.ONESHELL:
test-vpp: checkiso
scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi build/live-image-amd64.hybrid.iso
scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi --cpu 2 --memory 8 build/live-image-amd64.hybrid.iso

.PHONY: testc
.ONESHELL:
Expand Down

0 comments on commit 7c7dbad

Please sign in to comment.