summaryrefslogtreecommitdiff
path: root/virtinst
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-01-17 14:40:03 -0500
committerCole Robinson <crobinso@redhat.com>2022-01-17 14:51:36 -0500
commit92c0c4e1a7c1bcd7205f34f2ffdcc929ffd9ae3a (patch)
tree955992e045ac35cf198f88873654e5be2d99a497 /virtinst
parent06dbac540f63dc426d1c26ce8b3470ad0d7b7d12 (diff)
downloadvirt-manager-92c0c4e1a7c1bcd7205f34f2ffdcc929ffd9ae3a.tar.gz
tests: Fix test coverage after osdict changes
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virtinst')
-rw-r--r--virtinst/osdict.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index af14ab15..13bacfe0 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -429,9 +429,6 @@ class _OsVariant(object):
def is_windows(self):
return self._family in ['win9x', 'winnt', 'win16']
- def get_short_ids(self):
- return self._short_ids[:]
-
def broken_uefi_with_hyperv(self):
# Some windows versions are broken with hyperv enlightenments + UEFI
# https://bugzilla.redhat.com/show_bug.cgi?id=1185253