Commit f44793f
committed
net: Widen vm parameter type in VMI condition-wait helpers
wait_for_vmi_condition_status and wait_for_no_vmi_condition only use
vm.vmi which exists on both BaseVirtualMachine and VirtualMachineForTests.
Widen the type to VirtualMachine so any subclass can be passed without
a type error.
Signed-off-by: Asia Khromov <akhromov@redhat.com>
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 23b2b71 commit f44793f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments