mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-20 22:50:16 +03:00
tests: Fix test coverage after osdict changes
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
06dbac540f
commit
92c0c4e1a7
@ -945,6 +945,8 @@ c.add_invalid("--paravirt --import --print-xml 2") # PV Import install, no seco
|
||||
c.add_invalid("--paravirt --import --print-xml 7") # Invalid --print-xml arg
|
||||
c.add_invalid("--location kernel=foo,initrd=bar") # location kernel/initrd without any url
|
||||
c.add_invalid("--location http://example.com,kernel=foo") # location without kernel+initrd specified as pair
|
||||
c.add_invalid("--os-type linux", grep="Unknown OS name 'linux'")
|
||||
c.add_invalid("--os-variant solaris10 --unattended", grep="not support unattended")
|
||||
|
||||
c = vinst.add_category("misc-install", "--nographics --noautoconsole")
|
||||
c.add_compare("--connect %s" % (utils.URIs.test_suite), "noargs-fail", use_default_args=False) # No arguments
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user