1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/lib
Eelco Dolstra 445827ad45 * Added a convenience derivation for running the test driver
interactively on a network specification.  For instance:

  $ nix-build tests/ -A quake3.driver
  $ ./result/bin/nixos-test-driver
  > startAll;
  client1: starting vm
  client1: QEMU running (pid 14971)
  server: starting vm
  server: QEMU running (pid 14982)
  ...
  > $client1->execute("quake3 ...");

* Use the GNU readline library in interactive mode.

svn path=/nixos/trunk/; revision=25156
2010-12-16 15:54:15 +00:00
..
test-driver * Added a convenience derivation for running the test driver 2010-12-16 15:54:15 +00:00
build-vms.nix * ZOMG, fixed a giant bug in the networking of distributed VM tests. 2010-12-07 00:44:29 +00:00
eval-config.nix
from-env.nix
make-iso9660-image.nix
make-iso9660-image.sh
make-squashfs.nix
make-system-tarball.nix
make-system-tarball.sh
qemu-flags.nix * ZOMG, fixed a giant bug in the networking of distributed VM tests. 2010-12-07 00:44:29 +00:00
testing.nix * Added a convenience derivation for running the test driver 2010-12-16 15:54:15 +00:00
unpack-theme.nix
unpack-theme.sh