Accepting request 537317 from devel:openQA:tested

Update to 4.4.1508936943.39adc5eb

OBS-URL: https://build.opensuse.org/request/show/537317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-10-29 19:24:43 +00:00 committed by Git OBS Bridge
commit 9f2ee87a52
4 changed files with 44 additions and 30 deletions

View File

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

View File

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

View File

@ -1,22 +1,44 @@
-------------------------------------------------------------------
Thu May 11 05:34:52 UTC 2017 - okurz@suse.com
Sat Oct 28 12:25:49 UTC 2017 - okurz@suse.com
- Re-enable dbus service installation
- Update to version 4.4.1508936943.39adc5eb:
* Fix scale_timeout call in wait_serial function
* sshVirtsh: Hide confusing errors about undefined machines (#866)
* avoid accidentally cleaning (#865)
* Generalize x11_start_program with standard array argument (#863)
* Remove unused reload_needles property in backend
* Allow set_var to reevaluate needles
* Add option to exit early for test schedule evaluation (#853)
* Prevent diag message about _EXIT_AFTER_SCHEDULE if not requested
* Make sure select_console on broken vnc fails (#872)
* Introduce check_recorded_sound method (#873)
-------------------------------------------------------------------
Thu Apr 27 06:50:34 UTC 2017 - okurz@suse.com
Wed Sep 20 13:32:16 UTC 2017 - coolo@suse.com
- Update to version 4.4.1493206707.df989545:
* lockapi: Graceful retry of locking when locks not ready yet
* In case of stalled VNC relogin instead of showing black (#764)
* os-autoinst-openvswitch: Check for valid $vlan parameter (#763)
* Collect ipmi management controller info before restarting host
* Remember unregistered needles (#715)
* Fix svirt add_disk for remote files (#765)
* Enable keepalive for IPMI SOL (#771)
* [svirt] Copy cdrom images (#770)
* Add API to the vnc console to disable stall detection (#769)
* Check unregistered needles when failing assert_screen (#768)
- add Test::Mock::Time require
-------------------------------------------------------------------
Wed Sep 20 12:12:18 UTC 2017 - okurz@suse.com
- Update to version 4.4.1505909574.e0b4d014:
* Correct validate_script_output test to actually test something
* Add test for wait_still_screen
* testapi: Add 'no_wait' option to wait_still_screen
* Fix warning in test about 'prototype mismatch'
* Allow type_string to wait_still_screen
* Use hash ref in query_isotovideo
* Add test for wait_idle in full stack test.
* consoles: s3270: Make debug output of queue content less noisy
* Update API document referring function type_string
* Remove typing tests from integration tests (#857)
-------------------------------------------------------------------
Sat Jun 17 17:13:00 UTC 2017 - stefan.bruens@rwth-aachen.de
- Add dependency on matching perl version, as the tinycv module is
installed in a version dependent path
- Drop bogus conditionals, suse_version <= 132 will never match
-------------------------------------------------------------------
Thu Mar 23 13:34:22 UTC 2017 - santiago.zarate@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package os-autoinst
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.4.1493206707.df989545
Version: 4.4.1508936943.39adc5eb
Release: 0
Summary: OS-level test automation
License: GPL-2.0+
@ -42,14 +42,11 @@ BuildRequires: perl(Perl::Critic)
Requires: /usr/bin/qemu-img
Requires: git-core
Requires: optipng
%{perl_requires}
Requires: qemu >= 2.0.0
%if 0%{?suse_version} <= 132
Requires: tesseract
%else
Requires: tesseract-ocr
%endif
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)
%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)
BuildRequires: %t_requires
Requires: %t_requires
BuildRequires: perl(Mojolicious)
@ -61,9 +58,6 @@ Recommends: /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
Requires(pre): %{_bindir}/getent
Requires(pre): %{_sbindir}/useradd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} < 131
Requires: kvm
%endif
%description
The OS-autoinst project aims at providing a means to run fully
@ -157,6 +151,7 @@ make check VERBOSE=1
%{_libexecdir}/os-autoinst/cv.pm
%{_libexecdir}/os-autoinst/ocr.pm
%{_libexecdir}/os-autoinst/needle.pm
%{_libexecdir}/os-autoinst/osutils.pm
%{_libexecdir}/os-autoinst/myjsonrpc.pm
%{_libexecdir}/os-autoinst/backend
%{_libexecdir}/os-autoinst/OpenQA
@ -167,9 +162,6 @@ make check VERBOSE=1
%{_libexecdir}/os-autoinst/tools/check_coverage
%{_libexecdir}/os-autoinst/autotest.pm
%{_libexecdir}/os-autoinst/crop.py
%{_bindir}/isotovideo
%{_bindir}/debugviewer
%{_bindir}/snd2png
%files openvswitch
%defattr(-,root,root)