mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Speed up test_pci_device_id()
This test was taking > 300s due to SSH backoffs. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -702,7 +702,7 @@ pub enum WaitForSshError {
|
||||
},
|
||||
}
|
||||
|
||||
fn default_guest_auth() -> PasswordAuth {
|
||||
pub fn default_guest_auth() -> PasswordAuth {
|
||||
PasswordAuth {
|
||||
username: String::from("cloud"),
|
||||
password: String::from("cloud123"),
|
||||
|
||||
Reference in New Issue
Block a user