1
0

Wait until ssh is available

This commit is contained in:
2023-02-16 06:27:17 +00:00
parent f97cb3f10a
commit 24b6749504
3 changed files with 24 additions and 0 deletions

5
pew.go
View File

@@ -506,6 +506,11 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
}
}
err = q.WaitForSSH(qemuTimeout)
if err != nil {
return
}
remoteTest, err := copyTest(q, testPath, ka)
if err != nil {
return