You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/vdi.py:
Renamed `size` to `get_virtual_size`
Renamed `readonly` to `is_readonly`
tests/storage/ext/test_ext_sr.py:
Changed to use `vdi.get_virtual_size()`
Fix Exception type in `test_failing_resize`
tests/storage/lvm/test_lvm_sr.py:
Changed to use `vdi.get_virtual_size()`
Changed Exception handling to use `pytest.raises()`
Signed-off-by: Damien Thenot <[email protected]>
0 commit comments