diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-09 10:17:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:26:15 +0100 |
commit | eeb90e20d999b396928364231ecb8615ef20e2b2 (patch) | |
tree | efe3eaf95c223ddfe53279a453abd5446b7830aa /Makefile | |
parent | fcf34f734fbd5a955c53649c579da3104f277d3d (diff) | |
download | vyos-build-eeb90e20d999b396928364231ecb8615ef20e2b2.tar.gz vyos-build-eeb90e20d999b396928364231ecb8615ef20e2b2.zip |
Testsuite: add new "make testraid" target for RAID-1 installation testing
(cherry picked from commit 462c5f80e086b1f5f74c564b3cb53df230b06d6b)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -278,6 +278,11 @@ testd: checkiso testc: checkiso scripts/check-qemu-install --debug --configd --configtest build/live-image-amd64.hybrid.iso +.PHONY: testraid +.ONESHELL: +testraid: checkiso + scripts/check-qemu-install --debug --configd --raid --configtest build/live-image-amd64.hybrid.iso + .PHONY: clean .ONESHELL: clean: |