From 701db76269c1f1e77b007d4e5a0765ab5667c13857f099b9d4bd48ef51f9e284 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sat, 17 Feb 2018 01:01:42 +0000 Subject: [PATCH] Offline generation of 4.5.1518780731.3ca7dc34 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=88 --- os-autoinst-4.5.1518161485.47a24022.tar.xz | 3 --- os-autoinst-4.5.1518780731.3ca7dc34.tar.xz | 3 +++ os-autoinst.changes | 16 ++++++++++++++-- os-autoinst.spec | 11 ++++++----- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 os-autoinst-4.5.1518161485.47a24022.tar.xz create mode 100644 os-autoinst-4.5.1518780731.3ca7dc34.tar.xz diff --git a/os-autoinst-4.5.1518161485.47a24022.tar.xz b/os-autoinst-4.5.1518161485.47a24022.tar.xz deleted file mode 100644 index 2d68adc..0000000 --- a/os-autoinst-4.5.1518161485.47a24022.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:014a817ff83603cbcb06873f015ed49861630c549277658cda3c7726f66bf603 -size 18679808 diff --git a/os-autoinst-4.5.1518780731.3ca7dc34.tar.xz b/os-autoinst-4.5.1518780731.3ca7dc34.tar.xz new file mode 100644 index 0000000..a7e4d46 --- /dev/null +++ b/os-autoinst-4.5.1518780731.3ca7dc34.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c28a96c472272d6751ce710e07aafaf331dbeacfe32787c5258e7e60c3fd3a5 +size 18682204 diff --git a/os-autoinst.changes b/os-autoinst.changes index d31c3e7..ec2fcde 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,9 +1,21 @@ ------------------------------------------------------------------- -Fri Feb 09 07:31:40 UTC 2018 - okurz@suse.com +Sat Feb 17 01:01:09 UTC 2018 - okurz@suse.com -- Update to version 4.5.1518161485.47a24022: +- Update to version 4.5.1518780731.3ca7dc34: + * Do not fail on chattr failures (#924) + * qemu: disable CoW for the HDD image directory (#790) + * get_ssh_output and get_cmd_output return array in list context (#916) + * Avoid letting the kids get loose. (#919) + * Don't add floppy for arm/aarch (#923) + * wip -- test to prevent double typing echo on virtio-console * Correct VNC stall threshold variable name (#922) * Check runcmd return status (#898) + * testapi: Correct spelling mistake + * testapi: Ensure script_output only returns the actual ouput of the executed script + * tinycv: Add test for send_with_fd + * testapi: Allow memory dump any time + * qemu: Increase memory dump performance + * tinycv: Add send_with_fd utility function ------------------------------------------------------------------- Mon Jan 29 15:18:43 UTC 2018 - okurz@suse.com diff --git a/os-autoinst.spec b/os-autoinst.spec index 0bfc1ff..4ed4d77 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.5.1518161485.47a24022 +Version: 4.5.1518780731.3ca7dc34 Release: 0 Summary: OS-level test automation License: GPL-2.0+ @@ -36,6 +36,8 @@ BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(theoraenc) +# just for the test suite +BuildRequires: qemu-tools Requires: /usr/bin/qemu-img Requires: git-core Requires: optipng @@ -43,7 +45,7 @@ Requires: optipng Requires: qemu >= 2.0.0 Requires: tesseract-ocr Requires: withlock -%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Test::Mock::Time) +%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Test::Mock::Time) perl(Socket::MsgHdr) BuildRequires: %t_requires Requires: %t_requires BuildRequires: perl(Mojolicious) @@ -77,6 +79,7 @@ This package contains openvswitch support for os-autoinst. %prep %setup -q +sed -e 's,/bin/env python,/bin/python,' -i crop.py %build mkdir -p m4 @@ -89,7 +92,7 @@ make INSTALLDIRS=vendor %{?_smp_mflags} # Replace version number from git to what's reported by the package sed -i 's/ my $thisversion = qx{git rev-parse HEAD};/ my $thisversion = "%{version}";/' %{buildroot}/usr/bin/isotovideo # only internal stuff -rm %{buildroot}/usr/lib/os-autoinst/tools/tidy +rm %{buildroot}/usr/lib/os-autoinst/tools/{tidy,check_coverage,absolutize} rm -r %{buildroot}/usr/lib/os-autoinst/tools/lib/perlcritic # ls -lR %buildroot @@ -154,9 +157,7 @@ make check VERBOSE=1 %{_libexecdir}/os-autoinst/OpenQA %{_libexecdir}/os-autoinst/consoles %dir %{_libexecdir}/os-autoinst/tools -%{_libexecdir}/os-autoinst/tools/absolutize %{_libexecdir}/os-autoinst/tools/preparepool -%{_libexecdir}/os-autoinst/tools/check_coverage %{_libexecdir}/os-autoinst/autotest.pm %{_libexecdir}/os-autoinst/crop.py