Ideally, a project provides one command that runs all of its checks.
Or, perhaps one command that runs pure checks and another that runs impure ones (interaction with real cloud services, whatever).
I haven't been able to find such a thing in this project.
I did find std //tests/nixos-tests/nixos-tests:run and its friends with the suffix :run-vm and :run-vm+.
On master it seems to fail, timing out after attempting this a few times:
runnerA: Guest root shell did not produce any data yet...
Ideally, a project provides one command that runs all of its checks.
Or, perhaps one command that runs pure checks and another that runs impure ones (interaction with real cloud services, whatever).
I haven't been able to find such a thing in this project.
I did find
std //tests/nixos-tests/nixos-tests:runand its friends with the suffix:run-vmand:run-vm+.On master it seems to fail, timing out after attempting this a few times: