summaryrefslogtreecommitdiff
path: root/tests/uitests
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-02-03 13:48:19 -0500
committerCole Robinson <crobinso@redhat.com>2022-02-03 13:50:53 -0500
commit8377b7f7b69ed0716fbe2c2818979a273bcb7567 (patch)
treedc65338cb6e81fd91dde0f48eb5bce3e31958345 /tests/uitests
parent381aa4050c1ca4d3320fdabb579a128b5855d022 (diff)
downloadvirt-manager-8377b7f7b69ed0716fbe2c2818979a273bcb7567.tar.gz
details: Remove 'detect zeroes' UI
After checking with qemu devs, this option is not really recommended for common usage and doesn't get used much in practice. So I don't think it is suitable for the UI Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/uitests')
-rw-r--r--tests/uitests/test_addhardware.py1
-rw-r--r--tests/uitests/test_details.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/uitests/test_addhardware.py b/tests/uitests/test_addhardware.py
index 8591d37c..2814f436 100644
--- a/tests/uitests/test_addhardware.py
+++ b/tests/uitests/test_addhardware.py
@@ -154,7 +154,6 @@ def testAddDisks(app):
tab.find("Serial:", "text").set_text("ZZZZ")
tab.combo_select("Cache mode:", "none")
tab.combo_select("Discard mode:", "ignore")
- tab.combo_select("Detect zeroes:", "unmap")
# High number but we are non-sparse by default so it won't complain
tab.find("GiB", "spin button").set_text("200000")
_finish(addhw, check=details)
diff --git a/tests/uitests/test_details.py b/tests/uitests/test_details.py
index eee83ac9..0ecc438a 100644
--- a/tests/uitests/test_details.py
+++ b/tests/uitests/test_details.py
@@ -414,7 +414,6 @@ def testDetailsEditDiskNet(app):
tab.find("Serial:", "text").set_text("1234-ABCD")
tab.combo_select("Cache mode:", "unsafe")
tab.combo_select("Discard mode:", "unmap")
- tab.combo_select("Detect zeroes:", "unmap")
appl.click()
lib.utils.check(lambda: not appl.sensitive)