SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Sys-Virt-TCK-1.1.0-lp150.6.1.noarch.rpm :

* Tue Feb 19 2019 James Fehlig - Fix typo in xen-domain_110-extra-memory.patch
* Sat Feb 16 2019 James Fehlig - Improve logic for skipping 100-apply-verify-host.t under Xen xen-network-skip.patch
* Fri Feb 15 2019 James Fehlig - Use VIF model \'netfront\' for Xen guests xen-netfront-vif.patch- Skip tests under Xen that use disk sharing xen-domain-081-noshare.patch- Add memory slop for Xen balloon tests Modified xen-domain_110-extra-memory.patch
* Wed Feb 13 2019 James Fehlig - Drop use-suse-guest.patch and use upstream defaults in /etc/libvirt-tck/default.cfg- Drop unused prefer-vendor-perl.patch- Drop 340-guest-network-bridge-deprecated.patch in favor of upstream 88becc98-rm-stray-brctl.patch- Add upstream fix that is currently under review nwfilter-ebtables.patch
* Thu Jan 24 2019 James Fehlig - Use ip tool instead of brctl in 340-guest-network-bridge test 340-guest-network-bridge-deprecated.patch
* Tue Jan 22 2019 James Fehlig - Update to libvirt TCK 1.1.0 - Dropped patches: 3836a38c-undef-secret.patch, network_100-brctl-deprecated.patch
* Thu Aug 09 2018 jfehligAATTsuse.com- Replace qemu-100-undefine-secret.patch with upstream variant 3836a38c-undef-secret.patch
* Wed Aug 08 2018 jfehligAATTsuse.com- Rename qemu_100-use-luks-encryption.patch to qemu-100-use-raw-for-encryption.patch to better reflect its purpose
* Wed Aug 08 2018 jfehligAATTsuse.com- Cleanup secret in qemu disk encryption test qemu-100-undefine-secret.patch
* Wed Aug 08 2018 jfehligAATTsuse.com- Add Requires on perl Net::OpenSSH module
* Thu Aug 02 2018 jfehligAATTsuse.com- Add Requires on perl NetAddr::IP module- Re-enable domain_130-limit-max_vcpus.patch- Re-enable qemu_100-use-luks-encryption.patch
* Wed Aug 01 2018 jfehligAATTsuse.com- Update to libvirt TCK 1.0.0 - Dropped patches: TCK-add_diskname.patch, domain_081-add-diskname.patch, domain_215-update-macs.patch, domain_fix-hotplug.patch, hooks_remove_lexical.patch, network_100-remove-link.patch, network_100-uniq-dnsmasq.patch, opensuse-image-fixes.patch, qemu_100-use-luks-encryption.patch, use-fedora19.patch, storage_200-remove_cow.patch, use-file-slurp.patch
* Thu Dec 14 2017 mlatimerAATTsuse.com- Switch to luks encryption on a raw file as qcow2 encryption has been deprecated due to security issues. + qemu_100-use-luks-encryption.patch- Add additional runtime requirements: tcpdump, libsmi, libvirt-daemon-config-nwfilter
* Fri Dec 08 2017 mlatimerAATTsuse.com- Newer versions of libvirt do not support peeking into non-raw files. + domain_121-only-peek-on-raw.patch- Disk capacity checks in domain_121_block-info have also been updated to reflect the behavior in newer versions of libvirt. domain_121-handle_sparse_alloc.patch- Reduce the minimum expected size of qcow2 files to ensure checks pass on newer versions of libvirt. domain_121-fix-allocation.patch- Handle the physical size of sparse raw files being reported differently in libvirt 3.0.0. + domain_121-fix-physical-sparse-size.patch
* Fri Dec 08 2017 mlatimerAATTsuse.com- Update nwfilter-use-arp.patch to use the modern version of arp (ip n) instead of the actual arp command. nwfilter-use-arp.patch
* Fri Dec 08 2017 mlatimerAATTsuse.com- Libvirt 3.10 requires that shared disks must be enabled using a tag in the disk definition. This feature breaks the 081-unique-id-create.t test, which shares a disk between two VMs. To avoid the problem, add the ability to pass a diskname into the creation of a generic domain, and do that in the test. (A new test will be added later to test the shareable feature.) + TCK-add_diskname.patch + domain_081-add-diskname.patch
* Tue Dec 05 2017 mlatimerAATTsuse.com- Due to brctl no longer shipping with SLES15, check STP state using `ip -d link show dev ...` instead of brctl. network_100-brctl-deprecated.patch
* Fri Dec 01 2017 mlatimerAATTsuse.com- Due to route being deprecated, changes nwfilter tests to use `ip route` instead of `route -n`.
* Fri Nov 17 2017 mlatimerAATTsuse.com- Determine libvirt version using `virsh -v`, rather than using an rpm query.- Due to the lexical \"my $_\" being removed from perl 5.23.4, this usage must be removed from Hooks.pm. hooks_remove_lexical.patch- Add runtime requirement for bc (for 100-apply-verify-host.t).
* Thu Nov 09 2017 mlatimerAATTsuse.com- Add runtime dependency for perl(XML::XPath).
* Fri Apr 28 2017 mlatimerAATTsuse.com- Remove unnecessary dependency of \'libvirt >= 0.6.4\'- qemu supports 288 vCPUs with the q35 machine type. Libvirt does not yet support 255, to limit the number of vCPUs tested to 255. domain_130-limit-max_vcpus.patch- Remove the \'link\' entry as shown by the ip command in SLES12 SP3 in order to match the output for older distributions. network_100-remove-link.patch
* Fri Jun 03 2016 mlatimerAATTsuse.com- No longer \"bail out\" of 060-concurrency.t if the test does not complete in the 5 minutes test window. (A simple failed is sufficient.) nwfilter_060-remove_bail_out.patch
* Thu Jun 02 2016 mlatimerAATTsuse.com- Update domain_121-handle_sparse_alloc.patch to handle libvirt versions 1.3 and above.
* Mon Mar 07 2016 mlatimerAATTsuse.com- Update 110-memory-balloon test to account for memory footprint differences with Xen under SLES12 SP1 xen-domain_110-extra-memory.patch
* Sun Oct 04 2015 mlatimerAATTsuse.com- Increase timeout for network hotplug tests to ensure domain is started prior to test- Under SLES12SP1, two dnsmasq processes are seen - one owned by root and one owned by dnsmasq. Use uniq to ensure only one conf file is reported network_100-uniq-dnsmasq.patch- Use arp to track down guest ip address due to change in libvirt 1.2.11 to use libvirt_leaseshelper nwfilter-use-arp.patch
* Fri Oct 02 2015 mlatimerAATTsuse.com- Update block test to account for changes in libvirt 1.2.18 domain_121-fix-allocation.patch- Update NUMA test due to upstream changes making AFFECT_LIVE and AFFECT_CONFIG mutually exclusive domain_202-config-live-exclusive.patch- Detect libvirt version to handle sparse allocation reporting differences domain_121-handle_sparse_alloc.patch
* Tue Sep 29 2015 cbosdonnatAATTsuse.com- Fix tests for the opensuse images. opensuse-image-fixes.patch
* Wed Sep 23 2015 mlatimerAATTsuse.com- 202-numa-set-parameters must treat VIR_DOMAIN_AFFECT_LIVE and VIR_DOMAIN_AFFECT_CONFIG as mutually exclusive. domain_202-config-live-exclusive.patch- Remove cow related tests as this format has been dropped by qemu upstream.
* Wed Apr 15 2015 mlatimerAATTsuse.com- Enable SMP support in TCK, and improve CPU hotplug test domain_130-enable-SMP-domain.patch
* Thu Mar 12 2015 mlatimerAATTsuse.com- Restrict \'service status\' output to only lines relating to the libvirt daemon itself hooks-handle_systemd.patch
* Tue Jan 27 2015 mlatimerAATTsuse.com- Update to commit d8afa058, and drop patches accepted upstream: xen-capabilities.patch xen-TCK-snapshots.patch hooks_051-return0.patch nwfilter_050-handle-failures.patch xen-hooks_qemu-only.patch domain-250-pci-hotplug.patch- Destroy/undefine test domains to prevent virDomainSnapshotNum errors xen-cleanup-test-dom.patch
* Mon Jan 26 2015 mlatimerAATTsuse.com- Remove xen-test-cleanup patch and rework into individual Xen specific patches patches better suited for upstream submission xen-TCK-capabilities.patch xen-TCK-snapshots.patch xen-TCK-use-pae.patch xen-domain_121-block-info.patch xen-domain_210-215-nic-devices.patch xen-hooks_qemu-only.patch xen-missing-functions.patch- Allow for an addition 12 bytes when performing memory balloon testing under Xen xen-domain_110-extra-memory.patch- Specify disk driver name and bus type when performing test under Xen xen-domain_200-disk-hotplug.patch- Renamed domain_051-return0.patch to hooks_051-return0.patch hooks_051-return0.patch- Disable all nwfilter tests unless using a qemu uri xen-nwfilter-skip-all.patch
* Sat Oct 25 2014 mlatimerAATTsuse.com- Modify tests to report skipped tests correctly when running full libvirt-tck runs report-skip-sooner.patch- Update xen patch to address requirements for hotplugging disks and nics xen-test-cleanup.patch
* Wed Oct 22 2014 mlatimerAATTsuse.com- Update xen patch to skip tests using functions not yet supported in libxl driver xen-test-cleanup.patch
* Wed Oct 22 2014 jfehligAATTsuse.com- Fix PCI passthrough tests domain-250-pci-hotplug.patch
* Thu Aug 28 2014 mlatimerAATTsuse.com- Due to a cow format problem on btrfs, remove cow from the list of tested formats in the image clone test. storage_200-remove_cow.patch- Update xen patch to account for additional xen failure conditions. xen-test-cleanup.patch
* Tue Apr 15 2014 mlatimerAATTsuse.com- Update to commit 1b0cbc07- Remove obsolete patches: domain_202-use-AFFECT_CONFIG.patch nwfilter_220-fix-netmask.patch nwfilter_300-fix-skip.patch nwfilter_210-sucess-if-unreachable.patch
* Wed Apr 09 2014 mlatimerAATTsuse.com- Use AFFECT_CONFIG when modifying NUMA_NODESET domain_202-use-AFFECT_CONFIG.patch
* Fri Apr 04 2014 mlatimerAATTsuse.com- Handle 050-apply-verify-host.t failures better. nwfilter_050-handle-failures.patch- Add dependency on guestfs-data.- Update to 13.1 guests in use-suse-guest.patch- Use Fedora19 guests for virt-builder installations (until openSUSE guests are available). use-fedora19.patch
* Mon Mar 31 2014 mlatimerAATTsuse.com- Update to commit ebfa6fca. Use virt-builder for image deployment instead of autoyast. Update network scripts to match current tools output.- Remove obsolete patches: domain_052-reload-libvirt.patch networks_100-update-syntax.patch nwfilter_050-remove-illegal-values.patch nwfilter_fix-network-paths.patch prefer-kvm-domains.patch nwfilter_090-sleep-longer.patch wait-for-2nd-phase.patch
* Wed Mar 26 2014 mlatimerAATTsuse.com- Mark 210-no-mac-spoofing.t as successful is network is unreachable rather than producing an 100% packet loss nwfilter_210-sucess-if-unreachable.patch- Remove netmask from ifconfig commands in 220-no-ip-spoofing.t, as this results in test hangs if netmask does not match 255.255.255.0 nwfilter_220-remove-netmask.patch- Remove patch to use a bridge instead of a network use-bridge.patch- Remove illegal values from nwfilter test (to emulate previous behavior) nwfilter_050-remove-illegal-values.patch
* Tue Mar 25 2014 mlatimerAATTsuse.com- Update to commit c605fbd1.- Remove obsolete patches: include-pl-tests.patch libvirtd-initscript-status.patch 052-domain-hook-update-syntax.patch- Restart libvirtd after cleaning up hook files. domain_052-reload-libvirt.patch- Increase memory (512M) and sleep after domain starts for hotplug tests domain_fix-hotplug.patch- Rename existing test patches according to testing category
* Fri Mar 21 2014 mlatimerAATTsuse.com- Reenable nwfilter tests by passing filterref in build_domain- Modify disable-broken-tests.patch to only disable nwfilter tests for libvirt versions less than 1.2.- Wait 40 seconds for the guest to spin up before beginning test 090-install-image_sleep-longer.patch- Use zypper instead of yum to install dsniff 240-no-arp-spoofing_use-zypper.patch
* Thu Mar 20 2014 mlatimerAATTsuse.com- Disregard whitespace differences in networkApplyTest script- Update syntax for network tests to match openSUSE 13.1 output- Organize patches in spec file for future submission upstream
* Wed Mar 19 2014 mlatimerAATTsuse.com- Undefine the tck connection after a libvirtd stop/start to ensure a success 051-daemon-hook-return0.patch- Update syntax of hook tests to match current libvirt (>0.9.0) code 052-domain-hook-update-syntax.patch- Update expected network syntax in verify host test 100-apply-verify-host-update-syntax.patch- Enable 102-broken-save-restore test (previously skipped due to RHBZ#518032) 102-broken-save-restore-enable.patch- Include all tests ending in both .t and .pl include-pl-tests.patch- Initial patch to enable testing under Xen xen-test-cleanup.patch- Disable all currently broken tests (these need to be individually fixed) disable-broken-tests.patch
* Wed Feb 26 2014 mlatimerAATTsuse.com- Account for the possibility of one additional blocksize of overhead on sparse files 121-block-info-fix-sparse-size.patch- Skip 180-interface-parameters test if the act_police module cannot be loaded 180-interface-parameters-no-police-skip.patch
* Tue Feb 25 2014 mlatimerAATTsuse.com- Wait for second phase of installation to before passing VM to tests wait-for-2nd-phase.patch- Update autoyast.xml to pass standard root credentials to guest
* Fri Feb 21 2014 mlatimerAATTsuse.com- When determining the domain capabilities of a guest, kvm should be preferred if multiple domains are available. prefer-kvm-domains.patch- Install nwfilter domains using the default bridge instead of a default network use-bridge.patch- Update autoyast profile to set root password to \'foobar\' and install openssh
* Thu Feb 20 2014 mlatimerAATTsuse.com- Updated use-suse-guest.patch to address issues found in testing- Correct location of dnsmasq leases file, and location of ebtables. fix-network-paths.patch
* Thu Feb 06 2014 mlatimerAATTsuse.com- Update use-suse-guest.patch file to specify installation source, and provide an autoyast profile through a floppy image
* Mon Feb 03 2014 mlatimerAATTsuse.com- Removed vdb devices from disk-hotplug-ordering test 205_disk_hotplug-remove_vdb.patch- Corrected mac addresses for nic-hotplug test 215-nic-hotplug-update-macs.patch
* Wed Jan 29 2014 mlatimerAATTsuse.com- Updated license to spdx.org syntax
* Wed Oct 16 2013 mlatimerAATTsuse.com- Add runtime dependency for specific tests (File::Spect::Functions, File::Stat, Net::SSH::Perl, Sys::Virt::Domain)
* Wed Oct 16 2013 mlatimerAATTsuse.com- Remove bunzip2 uncompress capabilities from TCK.pm. This is required to work around a problem with perl on the SLES 11 platform. remove-bunzip2.patch
* Fri Oct 11 2013 mlatimerAATTsuse.com- Updated runtime required packages in spec file
* Thu Oct 10 2013 jfehligAATTsuse.com- Add conf/autoyast-12.3.xml to Build.PL- Remove \'enhanced_base\' pattern from autoyast-12.3.xml
* Thu Oct 10 2013 jfehligAATTsuse.com- Use SUSE guests for tests use-suse-guest.patch
* Wed Oct 09 2013 jfehligAATTsuse.com- Fix detection of stopped libvirtd in hooks tests libvirtd-initscript-status.patch
* Wed Oct 09 2013 mlatimerAATTsuse.com- Modify libvirt-tck to set PERL5LIB environment variable before launching any tests. This is required to ensure modules are found in vendor_perl before site_perl (which could be outdated). prefer-vendor-perl.patch
* Wed Oct 09 2013 jfehligAATTsuse.com- Use File::Slurp instead of Slurp use-file-slurp.patch
* Fri Oct 04 2013 mlatimerAATTsuse.com- Initial packaging of libvirt-tck 0.1.0, based on commit id 812680ee.
 
ICM