summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAge
* systemd mount units: use 'escapeSystemdPath' from lib/utilsMathijs Kwik2013-01-01
* Turn networking.interfaces into an attribute setEelco Dolstra2012-11-02
* Test driver: Don't wait for a reply after issuing "poweroff"Eelco Dolstra2012-10-30
* Machine.pm: Don't add .service implicitlyEelco Dolstra2012-10-19
* Move escapeSystemdPath to lib/utils.nixEelco Dolstra2012-10-12
* Update some tests for systemdEelco Dolstra2012-10-04
* Merge branch 'master' of github.com:NixOS/nixos into systemdEelco Dolstra2012-08-20
|\
| * Provide a common share between VMs to allow easy communicationEelco Dolstra2012-08-16
| * Allow overriding all NixOS tests to run with the minimal kernel possible for ...Shea Levy2012-08-04
* | Merge remote-tracking branch 'origin/master' into systemdEelco Dolstra2012-08-02
|\|
| * Fix the LVM installer testEelco Dolstra2012-07-26
| * Fix the tests.installer.grub1 testEelco Dolstra2012-07-26
| * renaming all occurrences of /var/run/{booted,current}-systemMarc Weber2012-07-23
* | nixos-run-vms: If there is only one VM, attach stdio to its serial consoleEelco Dolstra2012-07-20
|/
* Test driver: exit when all VMs have exited rather than sleeping foreverEelco Dolstra2012-06-22
* * Forgot to commit.Eelco Dolstra2012-04-27
* * In the installation CD, make the NixOS/Nixpkgs available as if theyEelco Dolstra2012-04-23
* * Pass -cpu kvm64 in NixOS VMs (and add a simple regression test forEelco Dolstra2012-04-19
* * Use a raw disk for the installer test. This speeds it up by almostEelco Dolstra2012-04-11
* * Fix the NFS Upstart dependencies. Mountd is now started beforeEelco Dolstra2012-03-16
* Enable building an efi-bootable ISOShea Levy2012-03-16
* * Remove the use of the NIXPKGS and NIXOS environment variables.Eelco Dolstra2012-03-02
* Revert "split release.nix into helpers and the jobs themselves".Peter Simons2012-02-23
* split release.nix into helpers and the jobs themselvesPeter Simons2012-02-22
* strip trailing whitespace; no functional changePeter Simons2011-09-14
* * For security, don't mount the entire host filesystem.Eelco Dolstra2011-08-09
* * Make virtualisation.qemu.options a list.Eelco Dolstra2011-08-02
* * Shut up warnings about QEMU_OPTS being undefined.Eelco Dolstra2011-07-28
* * Remove most references to the "services" tree.Eelco Dolstra2011-04-27
* * Add a command `forwardPort' to forward a TCP port on the host to aEelco Dolstra2011-04-27
* NixOS/124: The system_tarball Hydra job should define a build productRob Vermaas2011-04-12
* * Add virtio_console to the CD because the backdoor requires it.Eelco Dolstra2011-03-19
* * Use QEMU/KVM's paravirtualised console device for the backdoor.Eelco Dolstra2011-03-18
* * Use "ip" instead of "ifconfig" for setting up network interfaces,Eelco Dolstra2011-03-11
* * The vde_switch startup code was reading from the wrong filehandle,Eelco Dolstra2011-02-22
* * Only add a VDE NIC if there is a webserver.Eelco Dolstra2011-02-16
* * Doh! Exceptions outside of subtests were silently ignored.Eelco Dolstra2011-02-15
* Removed the backdoor, because it does not work anymore and it has also become...Sander van der Burg2011-01-17
* * Remove "nix-build tests -A foo.vms; ./result/bin/run-vms" as a wayEelco Dolstra2011-01-16
* * Don't daemonise vde_switch so that it's cleaned up automatically.Eelco Dolstra2011-01-14
* * runInMachine: properly evaluate the machine configuration.Eelco Dolstra2011-01-13
* * runInMachine: use buildVM rather than buildVirtualNetwork sinceEelco Dolstra2011-01-13
* * Use vde_switch instead of QEMU's multicast feature to tie QEMU VMsEelco Dolstra2011-01-12
* * Prerender the tree toggle.Eelco Dolstra2011-01-10
* * Clean up the presentation of the log file a bit.Eelco Dolstra2011-01-10
* * Add a method Machine::sleep to sleep N seconds in virtual (guest)Eelco Dolstra2011-01-10
* * Log top-level errors.Eelco Dolstra2011-01-09
* * Coverage report: propagate the build products of the VM test run.Eelco Dolstra2011-01-09
* * Handle the case where a machine produces no coverage data.Eelco Dolstra2011-01-09
* * If a subtest fails, mark the build as failed.Eelco Dolstra2011-01-09