Is there a way to kick off the tests `raw’ in nixos/tests/ without firing up the kvm/qemu isolation (as this is 90+ second affair from the docker containers that I use) ?
Or is this documented somewhere (including cleanly just running one or passing (valgrind/electric-fence params) ?
if you need “two+ machines” to talk to each other, then I don’t think so.
Or is this documented somewhere (including cleanly just running one or passing (valgrind/electric-fence params) ?
This sounds like you just want to test a package with more utilities instead of service to service communication which is the goal of nixos tests. You can always do an override and add additional steps to the checkphase of a derivation.