config-weave test flags

console
config-weave test <playbook-dir>              # everything
config-weave test <dir> core                  # one package
config-weave test <dir> core:file_present_converges   # one test
FlagMeaning
--image IMAGErun every *container* test against this OCI image instead of its own
--template REFrun every *VM* test against this vmlab template instead of its own
--keepleave instances running for post-mortem debugging
--binary PATHstatic linux config-weave binary to copy into instances
--binary-windows PATHwindows config-weave binary for windows guests
--container-jobs Nmax container groups running at once (default min(cpu, 8))
--vm-jobs Nmax VM groups running at once (default 2 — VMs are heavy)

Neither --image nor --template can convert a test between kinds: they replace the reference only for tests that already declare that field.