summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-12-20 14:48:30 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2024-12-20 14:54:59 +0000
commita66b32eff5b2eb72008c41e9e158d8cf49501d33 (patch)
tree82fb48c3ddb7527c6d8ccc5bc7959a6f691508bb /Makefile
parent1ee43221f25e0dcf583a8ceb02e2d6ac3ab59ebd (diff)
downloadvyos-build-a66b32eff5b2eb72008c41e9e158d8cf49501d33.tar.gz
vyos-build-a66b32eff5b2eb72008c41e9e158d8cf49501d33.zip
T6964: Add PHONY to make VPP smoketests
Add PHONY to make smoketests for VPP. sudo make test-vpp
Diffstat (limited to 'Makefile')
-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