* Make yet another test more reliable.

svn path=/nixos/trunk/; revision=29088
This commit is contained in:
Eelco Dolstra 2011-09-07 17:25:16 +00:00
parent ed1bc1e180
commit 5925797672
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
$client->copyFileFromHost("key", "/root/.ssh/id_dsa");
$client->mustSucceed("chmod 600 /root/.ssh/id_dsa");
$client->waitForJob("network-interfaces");
$client->mustSucceed("ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no server 'echo hello world'");
'';
}