Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-20 | Re-enable systemd-nspawn test | Cole Helbling | |
It was disabled in c6953d1ff62fb6dc4fbd89c03e7949c552c19382 because a recent Nixpkgs bump brought in a new systemd which changed how systemd-nspawn worked. As far as I can tell, the issue was caused by this upstream systemd commit: https://github.com/systemd/systemd/commit/b71a0192c040f585397cfc6fc2ca025bf839733d Bind-mounting the host's `/sys` and `/proc` into the container's `/run/host/{sys,proc}` fixes the issue and allows the test to succeed. (cherry picked from commit 883092e3f78d4efb1066a2e24e343b307035a04c) | |||
2023-09-19 | Disable systemd-nspawn test | Eelco Dolstra | |
This is broken because of a change in systemd in NixOS 23.05. It fails with Failed to mount proc (type proc) on /proc (MS_NOSUID|MS_NODEV|MS_NOEXEC ""): Operation not permitted | |||
2023-02-14 | Make /etc writability conditional on uid-range feature | Yorick van Pelt | |
2023-02-14 | container test: make /etc writable | Yorick van Pelt | |
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. |