tests: print SSH error for more info. Refs #987

This commit is contained in:
Alexander Todorov 2020-09-17 13:28:10 +03:00 committed by Ondřej Budai
parent 456bf242c4
commit 2370de7a4b

View file

@ -187,6 +187,7 @@ func testSSH(t *testing.T, address string, privateKey string, ns *boot.NetNS) {
t.Fatal(err)
}
fmt.Println(err)
time.Sleep(10 * time.Second)
}