SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Sys-Virt-TCK-1.1.0-1.1.noarch.rpm :
Tue Jan 22 13:00:00 2019 jfehligAATTsuse.com
- Update to libvirt TCK 1.1.0
- Dropped patches:
3836a38c-undef-secret.patch,
network_100-brctl-deprecated.patch

Thu Aug 9 14:00:00 2018 jfehligAATTsuse.com
- Replace qemu-100-undefine-secret.patch with upstream variant
3836a38c-undef-secret.patch

Wed Aug 8 14:00:00 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 8 14:00:00 2018 jfehligAATTsuse.com
- Cleanup secret in qemu disk encryption test
qemu-100-undefine-secret.patch

Wed Aug 8 14:00:00 2018 jfehligAATTsuse.com
- Add Requires on perl Net::OpenSSH module

Thu Aug 2 14:00:00 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 1 14:00:00 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 13:00:00 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 8 13:00:00 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 8 13:00:00 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 8 13:00:00 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 5 13:00:00 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 1 13:00:00 2017 mlatimerAATTsuse.com
- Due to route being deprecated, changes nwfilter tests to use
`ip route` instead of `route -n`.

Fri Nov 17 13:00:00 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 9 13:00:00 2017 mlatimerAATTsuse.com
- Add runtime dependency for perl(XML::XPath).

Fri Apr 28 14:00:00 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 3 14:00:00 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 2 14:00:00 2016 mlatimerAATTsuse.com
- Update domain_121-handle_sparse_alloc.patch to handle libvirt
versions 1.3 and above.

Mon Mar 7 13:00:00 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 4 14:00:00 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 2 14:00:00 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 14:00:00 2015 cbosdonnatAATTsuse.com
- Fix tests for the opensuse images. opensuse-image-fixes.patch

Wed Sep 23 14:00:00 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 14:00:00 2015 mlatimerAATTsuse.com
- Enable SMP support in TCK, and improve CPU hotplug test
domain_130-enable-SMP-domain.patch

Thu Mar 12 13:00:00 2015 mlatimerAATTsuse.com
- Restrict \'service status\' output to only lines relating to the
libvirt daemon itself
hooks-handle_systemd.patch

Tue Jan 27 13:00:00 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 13:00:00 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 14:00:00 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 14:00:00 2014 mlatimerAATTsuse.com
- Update xen patch to skip tests using functions not yet supported
in libxl driver
xen-test-cleanup.patch

Wed Oct 22 14:00:00 2014 jfehligAATTsuse.com
- Fix PCI passthrough tests
domain-250-pci-hotplug.patch

Thu Aug 28 14:00:00 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 14:00:00 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 9 14:00:00 2014 mlatimerAATTsuse.com
- Use AFFECT_CONFIG when modifying NUMA_NODESET
domain_202-use-AFFECT_CONFIG.patch

Fri Apr 4 14:00:00 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 14:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 6 13:00:00 2014 mlatimerAATTsuse.com
- Update use-suse-guest.patch file to specify installation source,
and provide an autoyast profile through a floppy image

Mon Feb 3 13:00:00 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 13:00:00 2014 mlatimerAATTsuse.com
- Updated license to spdx.org syntax

Wed Oct 16 14:00:00 2013 mlatimerAATTsuse.com
- Add runtime dependency for specific tests (File::Spect::Functions,
File::Stat, Net::SSH::Perl, Sys::Virt::Domain)

Wed Oct 16 14:00:00 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 14:00:00 2013 mlatimerAATTsuse.com
- Updated runtime required packages in spec file

Thu Oct 10 14:00:00 2013 jfehligAATTsuse.com
- Add conf/autoyast-12.3.xml to Build.PL
- Remove \'enhanced_base\' pattern from autoyast-12.3.xml

Thu Oct 10 14:00:00 2013 jfehligAATTsuse.com
- Use SUSE guests for tests
use-suse-guest.patch

Wed Oct 9 14:00:00 2013 jfehligAATTsuse.com
- Fix detection of stopped libvirtd in hooks tests
libvirtd-initscript-status.patch

Wed Oct 9 14:00:00 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 9 14:00:00 2013 jfehligAATTsuse.com
- Use File::Slurp instead of Slurp
use-file-slurp.patch

Fri Oct 4 14:00:00 2013 mlatimerAATTsuse.com
- Initial packaging of libvirt-tck 0.1.0, based on commit id 812680ee.


 
ICM