nixpkgs/lib/test-driver
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
..
Machine.pm * Added a convenience derivation for running the test driver 2010-12-16 15:54:15 +00:00
test-driver.pl * Added a convenience derivation for running the test driver 2010-12-16 15:54:15 +00:00