about summary refs log tree commit diff
path: root/nixos/tests/udisks2.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12nixos: remove historical maintainership of modules by eelcoJade Lovelace1-1/+2
Eelco has made several early contributions to NixOS including writing the samba module among other things, but is more or less inactive these days. By my brief inspection, he has not committed to the nixos/ tree since releasing Nix 2.13 in early 2023 and merging a PR to networking tests slightly before that. A lot of these tests/modules are actually unmaintained in practice, so we should update the code to reflect the practical reality so someone can consider picking them up.
2023-11-12nixos/tests/udisks2: actually start udisksK9001-0/+3
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-10-05nixos.tests.udisks2: state_dir is now of type pathlib.PathAntoine Eiche1-1/+1
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-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak1-1/+1
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-06nixosTests.udisks2: port to pythonworldofpeace1-18/+26
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-04-30nixos/tests/udisks2: Fix USB device hotplugaszlig1-2/+3
The usb_add and usb_del monitor commands have been removed in QEMU version 2.12 (introduced in 3e3b39f173f9abc99da84084a1f4657c9de885bd). Quote from https://wiki.qemu.org/ChangeLog/2.12#Incompatible_changes: > The deprecated HMP commands "usb_add" and "usb_del" have been removed. > Use "device_add" and "device_del" as replacement instead. So we're doing exactly that and the udisks2 test now works again. Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-0/+3
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-19Add a test for udisks2Eelco Dolstra1-0/+56