History log of /openbsd/regress/usr.sbin/vmd/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 2b71afaf 13-Jun-2021 dv <dv@openbsd.org>

fix and enable diskfmt regress test for vmd(8)

Clean the rot in the diskfmt test, updating it to work with current
vmd(8) and vmctl(8). Remove the needs to qemu since vmctl can create
qcow2 images n

fix and enable diskfmt regress test for vmd(8)

Clean the rot in the diskfmt test, updating it to work with current
vmd(8) and vmctl(8). Remove the needs to qemu since vmctl can create
qcow2 images now.

Now that it's a test that doesn't need a port, enable it in the
parent Makefile.

There's still some work needed to get "make clean" properly cleaning
up after the tests.

OK ori@

show more ...


# 906b732f 29-Jan-2019 bluhm <bluhm@openbsd.org>

Skip vmd(8) tests on non amd64 machines.


# 74d0ffd4 11-Oct-2017 bluhm <bluhm@openbsd.org>

Add regression tests for vmd(8) config parsing.
from Carlos Cardenas; OK mlarkin@