nixpkgs/nixos/lib
David Arnold dc060ff8b2
nixos/testing: fix invalid node names detection
the use of python further restricts possible RFC1035 host labels since
dash is not allowed for use in python identifiers.

The previous implementation of this check was flawed, since it did not
check the `hostName` value that is actually used to construe the
identifier, but the node name, which can be anything, e.g. just `machine`.

The previous implementation, by further restricting RFC1035 labels, only
for the sake of testing seems to be an unacceptable restriction and should
be addressed separately.
2021-07-28 15:37:57 -05:00
..
make-options-doc nixosOptionsDoc: add markdown formatting 2021-04-13 10:10:40 -07:00
test-driver tigervnc, tightvnc: add basic tests 2021-07-20 15:22:31 +02:00
build-vms.nix nixosTest: Force system.nixos.revision constant 2021-06-21 11:08:26 -05:00
eval-config.nix
from-env.nix
make-channel.nix
make-disk-image.nix make-disk-image: Reduce forking 2021-06-21 22:58:07 -04:00
make-ext4-fs.nix nixos/lib/make-ext4-fs: Fix: `resize2fs -M' can leave insufficient slack 2021-05-31 21:35:51 +02:00
make-iso9660-image.nix
make-iso9660-image.sh
make-squashfs.nix squashfs: use -no-hardlinks for reproducible squashfs images (#114454) 2021-02-28 18:03:50 +00:00
make-system-tarball.nix
make-system-tarball.sh
qemu-flags.nix nixos/qemu-flags: add ppc64 2021-03-05 01:57:54 -08:00
testing-python.nix nixos/testing: fix invalid node names detection 2021-07-28 15:37:57 -05:00
utils.nix nixos/lib: Handle null device correctly 2021-06-18 08:32:45 +02:00