about summary refs log tree commit diff
path: root/nixos/tests/lxd.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03nixos/lxd: improve testsPatryk Wychowaniec1-94/+40
- Make tests/lxd.nix use NixOS's lxdMeta & lxdImage to avoid relying on 3rd party containers such as Alpine Linux for testing purposes. - Merge tests/lxd-image.nix into tests/lxd.nix, since now both have a similar structure. - Extract duplicated inline LXD configuration into a separate file, - Add passthru.lxd-nftables & passthru.lxd-image-server.
2022-04-26lxd: fix nixos tests on aarch64Arnout Engelen1-4/+35
Tested on a RPi3 B+ with a 2g swapfile. On that system the test still sometimes fails, but I suspect this is because it is really just not powerful enough for this task. Fixes #170395
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-11-03nixosTests.lxd: fix test, nftables is now always loadedMaciej Krüger1-4/+0
2021-04-29nixos/lxd: fix race condition in testJörg Thalheim1-0/+4
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-09-09lxd: s/sha256/hashPatryk Wychowaniec1-2/+2
2020-09-09lxd: add `wait_for_file()` to ensure LXD is actually runningPatryk Wychowaniec1-0/+1
2020-09-09lxd: use stable URL for Alpine's imagePatryk Wychowaniec1-6/+7
2020-06-08lxd: Add testsPatryk Wychowaniec1-0/+135