virt-manager/tests
Cole Robinson 381aa4050c devices: disk: Set discard=unmap by default for some cases
This recommendation came from an internal discussion. The cases are

* For block storage. This means guest requests are passed through
  to the host device, which seems a more reasonable default than
  ignoring them

* For sparse disk images we will create. discard=unmap helps preserve
  the sparseness of the disk image. If a user requests non-sparse, they
  are likely more concerned with performance than saving disk space,
  so we leave the default as is. We limit this to disk images we will
  create, since that's the easiest case to check, and it's less clear
  if we should change the behavior here for an arbitrary existing
  disk image.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-02-03 13:42:49 -05:00
..
data devices: disk: Set discard=unmap by default for some cases 2022-02-03 13:42:49 -05:00
uitests createvm: Tweaks to new UEFI pref 2022-01-31 14:18:42 -05:00
__init__.py Replace deprecated imp usage with importlib 2021-10-04 16:04:44 -04:00
conftest.py tests: Move checkprops.py magic skipping to pytest 2020-07-17 16:47:58 -04:00
magicuri.py virtinst: uri: Rework MagicURI to work with passed in fakeuri 2020-02-03 07:05:11 -05:00
test_capabilities.py details: Add os.firmware=efi in the firmware selector UI 2022-01-26 13:23:27 -05:00
test_checkprops.py cli: Fill in all --filesystem suboptions 2020-09-11 09:00:33 -04:00
test_cli.py devices: disk: Set discard=unmap by default for some cases 2022-02-03 13:42:49 -05:00
test_cloner.py tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
test_conn.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_disk.py diskbackend: Fix volume lookup for existing rbd disk 2020-11-11 19:06:32 -05:00
test_dist.py tests: test_dist: filter out harmless xgettext warning 2020-09-14 09:57:23 -04:00
test_inject.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_misc.py tests: update x86 capabilities data 2022-01-25 12:05:45 -05:00
test_nodedev.py tests: fix pycodestyle violation with missing blank line 2021-11-24 22:42:32 +00:00
test_osdict.py virtinst/osdict: remove osinfo legacy aliases 2022-01-17 14:51:36 -05:00
test_storage.py tests: storage: Fix with latest libvirt XML output 2021-04-06 15:21:00 -04:00
test_uriparse.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_urldetect.py tests: add Mageia 5 detection test 2020-08-31 13:20:41 -04:00
test_urls.py Fix some pylint, exclude some new warnings 2021-10-04 16:04:33 -04:00
test_xmlparse.py tests: Clean up URI building and naming 2022-01-25 10:32:03 -05:00
testdriver.xml tests: Move all testdriver XML to the same dir 2020-08-26 15:20:05 -04:00
urlfetcher_mock.py tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
utils.py tests: Clean up URI building and naming 2022-01-25 10:32:03 -05:00