Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-10 | make the multi-node vm tests a bit more reliable | eldritch horrors | |
without these changes the tests will very repeatably (although not very reliably) wedge in our runs. the ssh command starts, opens a sessions, does something, the session closes again, but the test does not move on. adding *just* the redirect and not the unit waits is not sufficient either, it needs both. this feels like a bug in the nixos testing framework somewhere, but digging that far is not in the cards right now. Change-Id: Idab577b83a36cc4899bb5ffbb3d9adc04e83e51c | |||
2023-01-20 | Use the official, documented NixOS runTest interface | Robert Hensing | |
2023-01-20 | tests: Move NixOS tests to tests/nixos | Robert Hensing | |
This will allow contributors to find them more easily. |