Commit 0952a22
committed
fix(test): eliminate sleep-based "wait for vm boot"
Microvms that have a network interface added to it will automatically
use ssh to wait for bootup, so use this to replace the 500ms sleep that
was not enough in some cases, leading to RuntimeError: ('Balloon config
error: Error creating the balloon device: Device not activated yet.',
{'fault_message': 'Balloon config error: Error creating the balloon
device: Device not activated yet.'}, <Response [400]>) errors on the
subsequent PATCH.
Signed-off-by: Patrick Roy <[email protected]>1 parent 140db4b commit 0952a22
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
1020 | 1019 | | |
1021 | 1020 | | |
1022 | 1021 | | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | 1025 | | |
1030 | 1026 | | |
1031 | 1027 | | |
| |||
0 commit comments