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
--backend NAMEoverride every test's backend (docker or vmlab)
--image IMAGErun every test against this image 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 vmlab guests
--docker-jobs Nmax docker groups running at once (default min(cpu, 8))
--vmlab-jobs Nmax vmlab groups running at once (default 2 — VMs are heavy)