virt-manager/tests/uitests
Cole Robinson ba08f84b34 addstorage: Return to using qcow2 sparse by default
https://bugzilla.redhat.com/show_bug.cgi?id=1759454

See 15a6a7e210

The idea behind virt-manager's sparse vs nonsparse default, is that if
the user selected 'raw' for as the default image format, assume they
want to maximize performance, so fully allocate the disk.

qcow2 didn't support anything except sparse, so the sparse=True vs
sparse=False made no difference. So we always set sparse=False

Then qcow2 grows non-sparse support, and virt-manager is suddenly
defaulting to it, which is not the intention.

Default to sparse when requested format isn't raw

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-09-20 10:11:36 -04:00
..
data uitests: Test raw diskimage default via keyfile 2020-09-20 10:11:36 -04:00
lib uitests: big mess of work 2020-09-19 17:10:19 -04:00
__init__.py uitests: Big code reorganization 2020-09-11 13:55:54 -04:00
conftest.py uitests: Add a fixture for passing in VMMDogtailApp 2020-09-11 14:25:53 -04:00
test_about.py uitests: Add a fixture for passing in VMMDogtailApp 2020-09-11 14:25:53 -04:00
test_addhardware.py addstorage: Return to using qcow2 sparse by default 2020-09-20 10:11:36 -04:00
test_cli.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_clonevm.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_connection.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_createconn.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_createnet.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_createpool.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_createvm.py addstorage: Return to using qcow2 sparse by default 2020-09-20 10:11:36 -04:00
test_createvol.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_delete.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_details.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_host.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_inspection.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_livetests.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_manager.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_mediachange.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_migrate.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_prefs.py preferences: Unconditionally add VM sound devices 2020-09-19 17:10:19 -04:00
test_snapshot.py uitests: big mess of work 2020-09-19 17:10:19 -04:00
test_systray.py uitests: big mess of work 2020-09-19 17:10:19 -04:00