about summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* nixos X tests: wait for logind to link a session to the serverShea Levy2014-01-22
| | | | | | There seems to be some race causing failures if an X command gets in before slim starts the session 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>
* Whitespace to force a rebuildShea Levy2014-01-17
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add a regression test for hostname / nss_myhostnameEelco Dolstra2013-11-26
| | | | Issue #1248.
* Merge pull request #1066 from offlinehacker/nixos/logstash/updateDomen Kožar2013-11-08
|\ | | | | nixos/logstash: update and simplify to be fully compatible with new version
| * nixos/logstash: add testJaka Hudoklin2013-11-01
| |
* | Use default kernel for EFI-related stuffEelco Dolstra2013-11-07
|/
* Fold efi booting into the default livecdShea Levy2013-11-01
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Add a priority level for overrides in VM testsEelco Dolstra2013-10-29
| | | | | | | | | Now that overriding fileSystems in qemu-vm.nix works again, it's important that the VM tests that add additional file systems use the same override priority. Instead of using the same magic constant everywhere, they can now use mkVMOverride. http://hydra.nixos.org/build/6695561
* Fix evaluation error in the tomcat testEelco Dolstra2013-10-29
|
* Remove remaining uses of mkOverrideTemplateEelco Dolstra2013-10-28
|
* munin: add test and fix a bugDomen Kožar2013-10-20
|
* nixos/tests: Temporarily deactivate nixpart tests.aszlig2013-10-19
| | | | | | | | | Those tests are flapping and redundant to some degree, as two configurations are tested in NixOps as well. So, let's deactivate them until the 1.0 release of nixpart, which has a more general approach for automatically partitioning NixOS installations. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Test whether PAM resource limits workEelco Dolstra2013-10-17
|
* Fix test evaluationEelco Dolstra2013-10-16
|
* Really fix the EFI installer testEelco Dolstra2013-10-16
| | | | http://hydra.nixos.org/build/6497361
* Disable the trac testEelco Dolstra2013-10-16
| | | | It's been failing since forever.
* Fix runInMachineEelco Dolstra2013-10-16
| | | | | | | | It requires a writable /nix/store to store the build result. Also, wait until we've reached multi-user.target before doing the build, and do a sync at the end to ensure all data to $out is properly written. http://hydra.nixos.org/build/6496716
* Fix efi installer testShea Levy2013-10-14
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Test nixos-optionEelco Dolstra2013-10-13
|
* Fix the misc testEelco Dolstra2013-10-13
| | | | http://hydra.nixos.org/build/6480163
* Update the installer tests for nixos-generate-configEelco Dolstra2013-10-13
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10