Offline generation of 4.5.1542781566.58d02775

4.5.1542781566.58d02775

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=134
This commit is contained in:
Oliver Kurz 2018-11-26 21:40:06 +00:00 committed by Git OBS Bridge
parent 7ffeb76d67
commit 20e2799333
7 changed files with 140 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1f2df4c8835b79dbd0f51b23d526bcdd003d5856eaea02c44f59c5537f01fb9
size 24740877

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a6476f9112d77d01d6f1f476e3b39162683f6774edf59d1d94bc8f52617a52a
size 24778253

View File

@ -1,8 +1,82 @@
-------------------------------------------------------------------
Sat Sep 29 18:37:35 UTC 2018 - okurz@suse.com
Mon Nov 26 00:58:40 UTC 2018 - okurz@suse.com
- Update to version 4.5.1537682748.0d10ddb9:
*
- Update to version 4.5.1542781566.58d02775:
* Correct HDDMODEL / CDMODEL deprecation message (#1064)
* Prevent cmd srv being busy in loop consuming isotovideo messages
* Set script when using extra test results (#1031)
* qemu: Handle files compressed as *.xz (#1055)
* Move architecture.md to doc subdirectory (#1054)
* qemu: Add QEMU_APPEND option (#1051)
* Add option to override status of test modules with soft-fail (#1052)
* Add missing Test::Mojo dependency (#1056)
* Remove extra leading zero from log timestamps (#1053)
* svirt/Xen: Expect the image to be located on the svirt host (#1050)
* [sshXtermIPMI] refactor reset function for ipmi console (#1021)
* Needle editor - show all key bindings (#1049)
* Test initialization of svirt backend
* Add documentation about svirt backend
* svirt backend: Add serial console for SUT
* qemu: virtio terminal is enabled by default
* Allow adding additional serial port when using svirt backend
* Prevent adding empty passwd-attribute to domain XML
* svirt: Allow to use a different user than root
* Prevent record_testresult to override failed with softfailed
* Avoid misleading stacktrace when backend dies (#1033)
* Don't attach screenshot when recording softfailure (#1042)
* Check whether result with tags is added on timeout
* Record additional failing match only if configured to pause on timeout
* Upload full mismatch when paused on assert_screen timeout
* Allow freeze_vm to be called outside post_fail_hooks (#1043)
* Improve 'WARNING: check_asserted_screen took ...'
* Remove zkvm authentication code
* Ensure main.pm is still used for proper initialization on SCHEDULE (#1039)
* Add test flag to revert to last good when test module didn't fail (#1034)
* Remove MATCH(...) debug output
* Disable stopwatch debug output
* Record info for barriers and mutexes (#978)
* Avoid overriding SERIALDEV obtained from testsuite or machine settings (#1037)
* Fix undefined BACKEND warning in search_for_expected_serial_failures
* Use Test::Warnings where possible to prevent warnings in tests
* Improve error handling in needle download
* Handle OPENQA_URL set to eg. 'localhost:9526' correctly
* Download new needles on resume in autotest
* Add limit for downloading new needles
* Improve deducing openQA URL for needle downlaod from test variables
* Refactor needle download and add unit tests
* Download new needles from openQA on resume
* Delete redundant newlines in die's
* Prevent warnings in 02-test_ocr.t
* Fix perlcritic error in backend/driver.pm
* Add doc for OFW
* Block and ignore SIGTERM from opencv threads
* Reduce the opencv libraries we link to
* testapi: Relax regex in script_output filtering what to return
-------------------------------------------------------------------
Tue Oct 16 05:52:06 UTC 2018 - okurz@suse.com
- Update to version 4.5.1539636518.09d55556:
* Ensure main.pm is still used for proper initialization on SCHEDULE (#1039)
* Add test flag to revert to last good when test module didn't fail (#1034)
* Record info for barriers and mutexes (#978)
* Avoid overriding SERIALDEV obtained from testsuite or machine settings (#1037)
* Fix undefined BACKEND warning in search_for_expected_serial_failures
* Use Test::Warnings where possible to prevent warnings in tests
* Improve error handling in needle download
* Handle OPENQA_URL set to eg. 'localhost:9526' correctly
* Download new needles on resume in autotest
* Add limit for downloading new needles
* Improve deducing openQA URL for needle downlaod from test variables
* Refactor needle download and add unit tests
* Download new needles from openQA on resume
* Delete redundant newlines in die's
* Prevent warnings in 02-test_ocr.t
* Fix perlcritic error in backend/driver.pm
* Add doc for OFW
* Block and ignore SIGTERM from opencv threads
* Reduce the opencv libraries we link to
* testapi: Relax regex in script_output filtering what to return
-------------------------------------------------------------------
Mon Sep 10 10:58:21 UTC 2018 - okurz@suse.com

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.5.1537682748.0d10ddb9
Version: 4.5.1542781566.58d02775
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0+
@ -46,7 +46,7 @@ cat - > vars.json <<EOF
}
EOF
isotovideo -d casedir=$(pwd -P) productdir=$(pwd -P) |& tee isotovideo.log ||:
grep 'DIE no kvm-img/qemu-img found' isotovideo.log
grep 'no kvm-img/qemu-img found' isotovideo.log
%install
# disable debug packages in package test to prevent error about missing files

View File

@ -1,8 +1,57 @@
-------------------------------------------------------------------
Sat Sep 29 18:37:35 UTC 2018 - okurz@suse.com
Mon Nov 26 00:58:40 UTC 2018 - okurz@suse.com
- Update to version 4.5.1537682748.0d10ddb9:
*
- Update to version 4.5.1542781566.58d02775:
* Correct HDDMODEL / CDMODEL deprecation message (#1064)
* Prevent cmd srv being busy in loop consuming isotovideo messages
* Set script when using extra test results (#1031)
* qemu: Handle files compressed as *.xz (#1055)
* Move architecture.md to doc subdirectory (#1054)
* qemu: Add QEMU_APPEND option (#1051)
* Add option to override status of test modules with soft-fail (#1052)
* Add missing Test::Mojo dependency (#1056)
* Remove extra leading zero from log timestamps (#1053)
* svirt/Xen: Expect the image to be located on the svirt host (#1050)
* [sshXtermIPMI] refactor reset function for ipmi console (#1021)
* Needle editor - show all key bindings (#1049)
* Test initialization of svirt backend
* Add documentation about svirt backend
* svirt backend: Add serial console for SUT
* qemu: virtio terminal is enabled by default
* Allow adding additional serial port when using svirt backend
* Prevent adding empty passwd-attribute to domain XML
* svirt: Allow to use a different user than root
* Prevent record_testresult to override failed with softfailed
* Avoid misleading stacktrace when backend dies (#1033)
* Don't attach screenshot when recording softfailure (#1042)
* Check whether result with tags is added on timeout
* Record additional failing match only if configured to pause on timeout
* Upload full mismatch when paused on assert_screen timeout
* Allow freeze_vm to be called outside post_fail_hooks (#1043)
* Improve 'WARNING: check_asserted_screen took ...'
* Remove zkvm authentication code
* Ensure main.pm is still used for proper initialization on SCHEDULE (#1039)
* Add test flag to revert to last good when test module didn't fail (#1034)
* Remove MATCH(...) debug output
* Disable stopwatch debug output
* Record info for barriers and mutexes (#978)
* Avoid overriding SERIALDEV obtained from testsuite or machine settings (#1037)
* Fix undefined BACKEND warning in search_for_expected_serial_failures
* Use Test::Warnings where possible to prevent warnings in tests
* Improve error handling in needle download
* Handle OPENQA_URL set to eg. 'localhost:9526' correctly
* Download new needles on resume in autotest
* Add limit for downloading new needles
* Improve deducing openQA URL for needle downlaod from test variables
* Refactor needle download and add unit tests
* Download new needles from openQA on resume
* Delete redundant newlines in die's
* Prevent warnings in 02-test_ocr.t
* Fix perlcritic error in backend/driver.pm
* Add doc for OFW
* Block and ignore SIGTERM from opencv threads
* Reduce the opencv libraries we link to
* testapi: Relax regex in script_output filtering what to return
-------------------------------------------------------------------
Wed Sep 26 06:37:38 UTC 2018 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.5.1537682748.0d10ddb9
mtime: 1537682748
commit: 0d10ddb94ef1c40e8fcfa8fa2f106ee7ab4f0064
version: 4.5.1542781566.58d02775
mtime: 1542781566
commit: 58d02775a9cf8ddb44b9ad785dd8250044bea90a

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.5.1537682748.0d10ddb9
Version: 4.5.1542781566.58d02775
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -27,7 +27,7 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: opencv-devel
BuildRequires: opencv-devel > 3.0
BuildRequires: pkg-config
BuildRequires: perl(Module::CPANfile)
BuildRequires: perl(Perl::Tidy)
@ -44,7 +44,7 @@ Requires: optipng
%{perl_requires}
Requires: qemu >= 2.0.0
Recommends: tesseract-ocr
%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::Exception) 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(Mojo::IOLoop::ReadWriteProcess) perl(Test::Mock::Time) perl(Socket::MsgHdr)
%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::Touch) 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(XML::SemanticDiff) perl(Test::Exception) 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(Mojo::IOLoop::ReadWriteProcess) perl(Test::Mock::Time) perl(Socket::MsgHdr)
BuildRequires: %t_requires
Requires: %t_requires
BuildRequires: perl(Mojolicious)