Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-12 | nixos/cloud-init: fail test faster | illustris | 1 | -0/+1 | |
2022-10-27 | nixos/cloud-init: fix hostname and resolvconf configuration | illustris | 1 | -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-15 | nixosTests.cloud-init: broken = true; | Vladimír Čunát | 1 | -0/+1 | |
https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.cloud-init.x86_64-linux/all | |||||
2022-03-28 | treewide: machine -> nodes.machine | Robert Hensing | 1 | -1/+1 | |
2022-01-31 | nixos/cloud-init: add support for network configuration | illustris | 1 | -1/+26 | |
2021-01-10 | treewide: simplify pkgs.stdenv.lib -> pkgs.lib | Dominik Xaver Hörl | 1 | -1/+1 | |
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs. | |||||
2020-12-03 | nixos/tests/cloud-init: fix the erroring out | Vika | 1 | -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-15 | nixosTests.cloud-init: test changing hostname actually works | Florian Klink | 1 | -1/+9 | |
2020-10-15 | nixos/cloud-init: actually test ssh'ing, also, with cloud-init-created user | Florian Klink | 1 | -12/+35 | |
2020-08-18 | cloud-init: 0.7.9 -> 20.2 | Jörg Thalheim | 1 | -4/+3 | |
2019-11-07 | nixos/cloud-init: port test to python | Marijan | 1 | -5/+8 | |
2018-11-11 | tests: refactor to carry the package set as an argument | Léo Gaspard | 1 | -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 lambdas | volth | 1 | -1/+1 | |
2018-01-30 | nixos/tests: Drop unnecessary qemu-flags.nix include | Tuomas Tynkkynen | 1 | -1/+0 | |
None of these files are using anything from there. | |||||
2017-05-23 | nixos/cloudinit: add cloudinit test | Antoine Eiche | 1 | -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. |