summaryrefslogtreecommitdiffstats
path: root/tests/vm/Makefile.include
diff options
context:
space:
mode:
authorFam Zheng2018-07-12 03:28:29 +0200
committerFam Zheng2018-08-15 04:12:35 +0200
commit1bd26988087c9fb5db17bb1ab6950a8a1d647e24 (patch)
tree758914fabd276dee1db39e04f7767aad239e5b3b /tests/vm/Makefile.include
parenttests: Allow overriding archive path with SRC_ARCHIVE (diff)
downloadqemu-1bd26988087c9fb5db17bb1ab6950a8a1d647e24.tar.gz
qemu-1bd26988087c9fb5db17bb1ab6950a8a1d647e24.tar.xz
qemu-1bd26988087c9fb5db17bb1ab6950a8a1d647e24.zip
tests: Add centos VM testing
This one does docker testing in the VM. It is intended to replace the native docker testing on patchew testers. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20180712012829.20231-5-famz@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/vm/Makefile.include')
-rw-r--r--tests/vm/Makefile.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 5daa2a3b73..af19b7a4e6 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -2,7 +2,7 @@
.PHONY: vm-build-all
-IMAGES := ubuntu.i386 freebsd netbsd openbsd
+IMAGES := ubuntu.i386 freebsd netbsd openbsd centos
IMAGE_FILES := $(patsubst %, tests/vm/%.img, $(IMAGES))
.PRECIOUS: $(IMAGE_FILES)
@@ -14,6 +14,7 @@ vm-test:
@echo " vm-build-freebsd - Build QEMU in FreeBSD VM"
@echo " vm-build-netbsd - Build QEMU in NetBSD VM"
@echo " vm-build-openbsd - Build QEMU in OpenBSD VM"
+ @echo " vm-build-centos - Build QEMU in CentOS VM, with Docker"
vm-build-all: $(addprefix vm-build-, $(IMAGES))