* Make yet another test more reliable.
svn path=/nixos/trunk/; revision=29088
This commit is contained in:
parent
ed1bc1e180
commit
5925797672
@ -29,6 +29,7 @@
|
|||||||
$client->copyFileFromHost("key", "/root/.ssh/id_dsa");
|
$client->copyFileFromHost("key", "/root/.ssh/id_dsa");
|
||||||
$client->mustSucceed("chmod 600 /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'");
|
$client->mustSucceed("ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no server 'echo hello world'");
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user