summary refs log tree commit diff
path: root/nixos/tests/installer.nix
Commit message (Collapse)AuthorAge
...
* fix installer testsDomen Kožar2014-12-05
|
* nixos/installer: Fix swap device overrideWilliam A. Kennington III2014-12-04
|
* nixos/installer: Override swap devices so tests don't failWilliam A. Kennington III2014-12-03
| | | | | | | | This patch should be reverted if either: - systemd fixes the multi-swapon issue. https://bugs.freedesktop.org/show_bug.cgi?id=86930 - If we disable the autogeneration of swap and vfat units within systemd.
* eval fixDomen Kožar2014-10-07
|
* Ditch efi installer testsShea Levy2014-10-07
| | | | They've been broken forever due to weirdness in qemu tests, and they don't add much over installer tests
* Installer test: Use the minimal ISOEelco Dolstra2014-09-25
| | | | So we don't depend on KDE etc. (which we don't even test here).
* nixos/installer-test: nixos-option syntax correctionWilliam A. Kennington III2014-09-05
|
* nixos/installer-test: Add writable store testWilliam A. Kennington III2014-09-05
|
* nixos/installer-test: Use nested subvolumes for root to test detectionWilliam A. Kennington III2014-09-02
|
* nixos/tests-installer: Add a test for btrfs default volumes and bind mountsWilliam A. Kennington III2014-09-02
|
* Revert "Revert "Merge pull request #2449 from wkennington/master.grub""William A. Kennington III2014-09-02
| | | | | | | This reverts commit 94205f5f21c4d9942bb4205c06229438051b6853. Conflicts: nixos/modules/system/boot/loader/grub/install-grub.pl
* Revert "Merge pull request #2449 from wkennington/master.grub"Michael Raskin2014-08-31
| | | | | | | | | | | | | This reverts commit 469f22d717e53c48d13a66ca862942e8098accc5, reversing changes made to 0078bc5d8f87512104902eab00c8a44bef286067. Conflicts: nixos/modules/installer/tools/nixos-generate-config.pl nixos/modules/system/boot/loader/grub/install-grub.pl nixos/release.nix nixos/tests/installer.nix I tried to keep apparently-safe code in conflicts.
* Fix evaluation of nixos testedLuca Bruno2014-08-29
|
* tests/installer: Provided test should add symlinks to /dev/disk if udev doesn'tWilliam A. Kennington III2014-08-28
|
* nixos/grub: Simplify detection of labels / uuids for provided device namesWilliam A. Kennington III2014-08-28
|
* tests/installer: Fix provided test uuid and label mountsWilliam A. Kennington III2014-08-28
|
* tests/installer: Swapspace should be largerWilliam A. Kennington III2014-08-28
|
* tests/installer: Remove unneeded testsWilliam A. Kennington III2014-08-28
|
* tests/installer: Fix simple testsWilliam A. Kennington III2014-08-28
|
* tests/installer: Add swap to the new testsWilliam A. Kennington III2014-08-28
|
* tests/installer: fix mountWilliam A. Kennington III2014-08-28
|
* installer/btrfs: Typo in subvolWilliam A. Kennington III2014-08-28
|
* tests/installer: Test for more grub configurationsWilliam A. Kennington III2014-08-28
|
* tests/installer: Add btrfs tests for grub and nixos-generate-configWilliam A. Kennington III2014-08-28
|
* Bump the amount of memory for the installer testEelco Dolstra2014-08-25
| | | | | | It randomly OOMs. http://hydra.nixos.org/build/13587153
* Fix evaluationEelco Dolstra2014-07-01
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* sudo: Always keepVisudo in order to simplify sudo buildWilliam A. Kennington III2014-06-17
|
* nixos.tests.installer: Fix test failures due to network being disabledRicardo M. Correia2014-06-17
|
* nixos.tests.installer: Attempt to fix race conditionRicardo M. Correia2014-05-30
| | | | | | | | Attempt to fix race condition in installer tests, especially the grub1 test. The latter was failing when running "parted /dev/sda ..." because /dev/sda didn't exist yet.
* Installer test: Don't wait for dhcpcd if we don't have a networkEelco Dolstra2014-05-21
|
* Installer test: Get rid of a warningEelco Dolstra2014-05-21
|
* Fix installer testEelco Dolstra2014-05-21
| | | | | | | The installer now asks the user to set a root password if stdin is a tty, which doesn't work for an interactive test. http://hydra.nixos.org/build/11130072
* Installer test: Increase amount of RAMEelco Dolstra2014-05-07
| | | | | | On x86_64, 384 MB is not enough anymore for running "nix-env -i". http://hydra.nixos.org/build/10865007
* Fix the simple installer testEelco Dolstra2014-04-30
| | | | http://hydra.nixos.org/build/10712818
* Installer test: Unmount filesystems after installationEelco Dolstra2014-04-30
| | | | | | | | | Hopefully fixes failures like: http://hydra.nixos.org/build/10712833 This shouldn't be necessary, but it might be that the use of unionfs is interfering with a clean shutdown.
* gummiboot: Automatically disable GRUBEelco Dolstra2014-04-30
|
* Merge the EFI test into tests/installer.nixEelco Dolstra2014-04-30
|
* Installer test: Remove fileSystems argumentEelco Dolstra2014-04-30
| | | | | | The config function unintentionally ignored its fileSystems argument. However, things still worked thanks to the magic of nixos-generate-config. Yay!
* Fix installer test evaluationEelco Dolstra2014-04-14
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* Another fix to the installer testsEelco Dolstra2014-03-31
|
* nixos-hardware-scan: Detect QEMUEelco Dolstra2014-03-30
|
* Another attempt to fix the installer testEelco Dolstra2014-03-30
| | | | http://hydra.nixos.org/build/9904133
* Force a rebuildShea Levy2014-02-09
|
* Force a rebuild.Shea Levy2014-02-04
| | | | | | Sigh. Signed-off-by: Shea Levy <shea@shealevy.com>
* Whitespace to force a buildShea Levy2014-01-19
| | | | | | Ugh Signed-off-by: Shea Levy <shea@shealevy.com>
* Remove remaining uses of mkOverrideTemplateEelco Dolstra2013-10-28
|
* Test nixos-optionEelco Dolstra2013-10-13
|