- Refresh test skips

- Drop the very old "Obsoletes: python-virtinst <= 0.600.4"
  virt-manager.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=580
This commit is contained in:
Charles Arnold 2022-11-07 12:30:20 +00:00 committed by Git OBS Bridge
parent 68b092e4b8
commit e9e3efc3cd
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 7 05:32:57 MST 2022 - carnold@suse.com
- Refresh test skips
- Drop the very old "Obsoletes: python-virtinst <= 0.600.4"
virt-manager.spec
-------------------------------------------------------------------
Fri Nov 4 11:01:28 MDT 2022 - carnold@suse.com

View File

@ -169,7 +169,6 @@ Requires: virt-manager-common = %{verrel}
Requires: python3-requests
Provides: python3-virtinst
Provides: virt-clone
Obsoletes: python-virtinst <= 0.600.4
Supplements: virt-manager
%description -n virt-install
@ -217,23 +216,32 @@ donttest="test_disk_numtotarget"
donttest="$donttest or testCLI0001virt_install_many_devices"
donttest="$donttest or testCLI0110virt_install_reinstall_cdrom"
donttest="$donttest or testCLI0284virt_xml_build_pool_logical_disk"
donttest="$donttest or testCLI0285virt_xml_build_pool_logical_disk"
donttest="$donttest or testCLI0276virt_xml_build_disk_domain"
donttest="$donttest or testCLI0277virt_xml_build_disk_domain"
donttest="$donttest or testCLI0371virt_xml_add_disk_create_storage_start"
donttest="$donttest or testCLI0372virt_xml_add_disk_create_storage_start"
# depends on osc/obs host cpu?
donttest="$donttest or testCLI0003virt_install_singleton_config_2"
donttest="$donttest or testCLI0283virt_xml_edit_cpu_host_copy"
donttest="$donttest or testCLI0284virt_xml_edit_cpu_host_copy"
# RuntimeError: SEV launch security requires a Q35 machine -- due to patch for bsc#1196806, jsc#SLE-18834 ?
donttest="$donttest or testCLI0162virt_install"
# Expectsion <video> element
donttest="$donttest or testCLI0168virt_install_s390x_cdrom"
donttest="$donttest or testCLI0169virt_install_s390x_cdrom"
# missing <boot> element, extra <kernel> element
donttest="$donttest or testCLI0189virt_install_xen_default"
donttest="$donttest or testCLI0190virt_install_xen_default"
donttest="$donttest or testCLI0190virt_install_xen_pv"
donttest="$donttest or testCLI0191virt_install_xen_pv"
# different <emulator> additional <model> in <interface>
donttest="$donttest or testCLI0191virt_install_xen_hvm"
donttest="$donttest or testCLI0192virt_install_xen_hvm"
donttest="$donttest or testCLI0193virt_install_xen_hvm"
# different source image format
donttest="$donttest or testCLI0199virt_install_bhyve_default_f27"
donttest="$donttest or testCLI0200virt_install_bhyve_default_f27"
# Due to the above skips:
# "there are XML properties that are untested in the test suite"
donttest="$donttest or testCheckXMLBuilderProps"