T6964: Add PHONY to make VPP smoketests

Add PHONY to make smoketests for VPP.

sudo make test-vpp
This commit is contained in:
Viacheslav Hletenko 2024-12-20 14:48:30 +00:00
parent 1ee43221f2
commit a66b32eff5

View File

@ -33,6 +33,11 @@ test-no-interfaces: checkiso
test-interfaces: checkiso
scripts/check-qemu-install --debug --configd --match="interfaces_" --smoketest --uefi build/live-image-amd64.hybrid.iso
.PHONY: test-vpp
.ONESHELL:
test-vpp: checkiso
scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi build/live-image-amd64.hybrid.iso
.PHONY: testc
.ONESHELL:
testc: checkiso