summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-12-20 18:19:44 +0000
committerGitHub <noreply@github.com>2024-12-20 18:19:44 +0000
commit77f3471680653cc04ddd863c8c4a35fe496ab6a5 (patch)
tree82fb48c3ddb7527c6d8ccc5bc7959a6f691508bb
parent1ee43221f25e0dcf583a8ceb02e2d6ac3ab59ebd (diff)
parenta66b32eff5b2eb72008c41e9e158d8cf49501d33 (diff)
downloadvyos-build-77f3471680653cc04ddd863c8c4a35fe496ab6a5.tar.gz
vyos-build-77f3471680653cc04ddd863c8c4a35fe496ab6a5.zip
Merge pull request #866 from sever-sever/T6964
T6964: Add PHONY to make VPP smoketests
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5a31bb3..4e211efd 100644
--- a/Makefile
+++ b/Makefile
@@ -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