about summary refs log tree commit diff
path: root/nixos/tests/cloud-init.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27nixos/cloud-init: fix hostname and resolvconf configurationillustris1-8/+12
- Fix hostname configuration on proxmox, which uses "hostname" in user-data instead of "local-hostname" in meta-data. - Allow setting resolv.conf through cloud-init - Add tests for new changes - Add timeouts to make tests fail faster
2022-10-15nixosTests.cloud-init: broken = true;Vladimír Čunát1-0/+1
https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.cloud-init.x86_64-linux/all
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-01-31nixos/cloud-init: add support for network configurationillustris1-1/+26
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-12-03nixos/tests/cloud-init: fix the erroring outVika1-9/+11
The test was broken for a 1.5 months apparently? Well, now it passes. Also apparently it's not flaky anymore.
2020-10-15nixosTests.cloud-init: test changing hostname actually worksFlorian Klink1-1/+9
2020-10-15nixos/cloud-init: actually test ssh'ing, also, with cloud-init-created userFlorian Klink1-12/+35
2020-08-18cloud-init: 0.7.9 -> 20.2Jörg Thalheim1-4/+3
2019-11-07nixos/cloud-init: port test to pythonMarijan1-5/+8
2018-11-11tests: refactor to carry the package set as an argumentLéo Gaspard1-2/+5
This way, the package set will be possible to pass without re-importing all the time
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-01-30nixos/tests: Drop unnecessary qemu-flags.nix includeTuomas Tynkkynen1-1/+0
None of these files are using anything from there.
2017-05-23nixos/cloudinit: add cloudinit testAntoine Eiche1-0/+47
An iso containing metadatas is created and attached as a cdrom to the qemu VM used for this test. The cloudinit service is enabled. The test case ensures the root authorized_keys file is populated and the cloudinit write_file module is working well.