Skip to content

Commit

Permalink
T6964: Add PHONy to make VPP smoketests
Browse files Browse the repository at this point in the history
Add PHOMY to make smoketests for VPP.

sudo make test-vpp
  • Loading branch information
sever-sever committed Dec 20, 2024
1 parent 1ee4322 commit e24820a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24820a

Please sign in to comment.