summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAge
* * Require KVM.Eelco Dolstra2010-08-29
* nixos/lib/testing.nix: propogate exit code in runInVM functionRob Vermaas2010-08-11
* Renamed lib.zip into lib.zipTwoLists, since it refers to the wrong functionSander van der Burg2010-08-02
* Changed zip into lib.zip. Sorry :$Sander van der Burg2010-08-02
* Removed the zip function, since it is in pkgs.lib nowSander van der Burg2010-08-02
* lib/testing.nix: remove workaroundRob Vermaas2010-07-23
* svn path=/nixos/branches/boot-order/; revision=22367Eelco Dolstra2010-06-21
* * Fix networking in the installer test.Eelco Dolstra2010-06-20
* * Put a timeout on the call to readline.Eelco Dolstra2010-06-19
* * To establish the connection to the root shell in the guest, let theEelco Dolstra2010-06-18
* * Intercept SIGCHLD to prevent accept() from waiting forever if QEMUEelco Dolstra2010-06-18
* * Drop the -no-kvm-irqchip flag here as well.Eelco Dolstra2010-06-15
* * Don't use -smb and -no-kvm-irqchip. Maybe this makes VM builds moreEelco Dolstra2010-06-15
* * mustFail -> fail.Eelco Dolstra2010-06-09
* added some debuggingRob Vermaas2010-06-04
* * Added an option to enable support for 32-bit binaries (such as WineEelco Dolstra2010-05-30
* * Don't include an empty `nix-path-registration' on the CD.Eelco Dolstra2010-05-28
* * Doh, forgot to commit.Eelco Dolstra2010-05-27
* * The installer test lost the QEMU flags to set up the NIC to talk toEelco Dolstra2010-05-27
* * Rename `apply' and `call'.Eelco Dolstra2010-05-23
* * mustSucceed -> succeed.Eelco Dolstra2010-05-22
* * Optionally pass the computed `nodes' to the test script as aEelco Dolstra2010-05-21
* * Allow more complex network topologies in distributed tests. EachEelco Dolstra2010-05-20
* Add extra module argument to provide a nesting.clone option. This optionNicolas Pierron2010-05-08
* workaround for some fs problems experienced by some tests of webdsl/crawljax....Rob Vermaas2010-04-29
* adding two new options:Marc Weber2010-04-28
* remove obsolete option from machine specRob Vermaas2010-04-19
* virtualisation: add option to switch off readonly host fs in vmRob Vermaas2010-04-16
* nixos: add runinmachinewithx variantRob Vermaas2010-03-11
* remove debuggingRob Vermaas2010-03-11
* * nixos/lib/testing.nix: added runinmachine function to build derivation in ...Rob Vermaas2010-03-11
* svn path=/nixos/trunk/; revision=20545Eelco Dolstra2010-03-10
* * In tests/default.nix, only import lib/testing.nix.Eelco Dolstra2010-03-09
* Making nixos handle the nixpkgs 'platform' parameter.Lluís Batlle i Rossell2010-02-27
* move functions to lib/testing to allow easier use outside of nixosRob Vermaas2010-02-17
* First attempt at trying to get a tarball of a bootable nixos system.Lluís Batlle i Rossell2010-02-15
* * Added a test that checks whether users can log in on a virtualEelco Dolstra2010-02-06
* * In the test driver, connect to the QEMU monitor so that we can sendEelco Dolstra2010-02-05
* * Make the Quake 3 test less timing-sensitive.Eelco Dolstra2010-02-04
* * Increase the timeout.Eelco Dolstra2010-01-27
* * When QEMU encounters a "disk full" condition on the host filesystem,Eelco Dolstra2010-01-27
* * Always create hydra-build-products, otherwise the build is madeEelco Dolstra2010-01-07
* * Move the serial console kernel parameters to test-instrumentation.nix.Eelco Dolstra2010-01-06
* * Perform a full installation and boot from the installed system.Eelco Dolstra2010-01-06
* * Put a timeout on all wait* actions.Eelco Dolstra2010-01-06
* * Support creating a virtual disk in the test driver.Eelco Dolstra2010-01-06
* * Test driver: added support for running from an ISO image. The goalEelco 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
* * Factor out the X11 configuration.Eelco Dolstra2010-01-05