summary refs log tree commit diff
path: root/modules/testing
Commit message (Expand)AuthorAge
* Work around "Input/output error" opening /dev/ttyS0Eelco Dolstra2013-07-16
* modules/testing/minimal-kernel: linuxPackagesFor no longer takes a 'self' arg...Shea Levy2013-03-02
* Rename ‘boot.systemd’ to ‘systemd’Eelco Dolstra2013-01-16
* Give our kernel parameters a common prefix ("boot.*")Eelco Dolstra2013-01-09
* test-instrumentation.nix: Don't start agetty on hvc0Eelco Dolstra2012-11-12
* Fix coverage data collectionEelco Dolstra2012-10-30
* Kill the backdoor more forcefullyEelco Dolstra2012-10-30
* In the tests, don't start agetty on /dev/ttyS0Eelco Dolstra2012-10-29
* Automatically append ".service" to the name of service unitsEelco Dolstra2012-08-23
* Merge branch 'master' of github.com:NixOS/nixos into systemdEelco Dolstra2012-08-20
|\
| * qemu tests use the virtio console to run commandsShea Levy2012-08-07
| * The kernel needs SERIAL_8250_CONSOLE when using a real serial port as a consoleShea Levy2012-08-06
| * Allow overriding all NixOS tests to run with the minimal kernel possible for ...Shea Levy2012-08-04
| * tests/minimal-kernel: Add CIFS timeout patchShea Levy2012-08-01
* | journald: enable logging to the consoleEelco Dolstra2012-07-19
* | Merge branch 'master' of github.com:NixOS/nixos into systemdEelco Dolstra2012-06-22
|\|
| * Drop the socat wrapperEelco Dolstra2012-06-22
* | Backdoor: depend on /dev/hvc0Eelco Dolstra2012-06-19
|/
* * Attempt to fix the random "udevadm settle - timeout of 120 secondsEelco Dolstra2012-03-19
* * Don't use the non-existent "never" condition in stopOn.Eelco Dolstra2012-03-17
* strip trailing whitespace; no functional changePeter Simons2011-09-14
* * For security, don't mount the entire host filesystem.Eelco Dolstra2011-08-09
* * In the VM tests, add "-m 0" to syslogd to kill the "-- MARK --"Eelco Dolstra2011-08-08
* * "stage1panic" -> "stage1panic=1" to get rid of a harmless warning.Eelco Dolstra2011-04-08
* Convert assertion option into mkAssert.Nicolas Pierron2011-03-30
* * Don't echo characters on /dev/hvc0, otherwise the stdout of commandsEelco Dolstra2011-03-18
* * Use QEMU/KVM's paravirtualised console device for the backdoor.Eelco Dolstra2011-03-18
* * Add a test for the firewall.Eelco Dolstra2011-03-11
* * Don't run klogd in tests to prevent duplicate kernel messages in theEelco Dolstra2011-03-11
* * In VM tests, use acpi_pm as the clock source. This causes the guestEelco Dolstra2011-01-10
* * Handle the case where /tmp/coverage-data already exists.Eelco Dolstra2011-01-10
* * Set GCOV_PREFIX for all Upstart jobs.Eelco Dolstra2011-01-09
* * In the activation script, don't require the path to the "system"Eelco Dolstra2010-09-13
* * Don't print kernel log messages twice.Eelco Dolstra2010-09-13
* Replace mkOverride by its alias mkOverrideTemplate to remove the unusedNicolas Pierron2010-09-03
* svn path=/nixos/trunk/; revision=22647Eelco Dolstra2010-07-18
* * Don't do the "poweroff -f" fallback because that preventsEelco Dolstra2010-07-12
* * Oops.Eelco Dolstra2010-07-12
* * Set the priorities right.Eelco Dolstra2010-07-12
* * Increase the CIFS timeout here as well.Eelco Dolstra2010-06-20
* * Make sure that kernel log messages appear in the VM output. TheEelco Dolstra2010-06-20
* * Fix networking in the installer test.Eelco Dolstra2010-06-20
* * To establish the connection to the root shell in the guest, let theEelco Dolstra2010-06-18
* * Change the priority to make the NAT and Bittorrent tests work.Eelco Dolstra2010-06-18
* * Prevent tests from accessing the host's network accidentally. ForEelco Dolstra2010-06-18
* * In the NixOS tests, send syslog messages to the serial port (so thatEelco Dolstra2010-03-09
* * Move the serial console kernel parameters to test-instrumentation.nix.Eelco Dolstra2010-01-06
* * Urgh, socat ignores SIGCHLD, which causes Nix builds to fail.Eelco Dolstra2010-01-06
* * Added a function waitForX, which returns when the X server acceptsEelco Dolstra2010-01-05
* * A function to wait until a window exists.Eelco Dolstra2010-01-05