Accepting request 820867 from devel:openQA:tested

Update to 4.6.1594675641.d4771812
4.6.1594675641.d4771812

OBS-URL: https://build.opensuse.org/request/show/820867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=141
This commit is contained in:
Dominique Leuenberger 2020-07-16 10:13:40 +00:00 committed by Git OBS Bridge
commit bd8b7befb1
6 changed files with 30 additions and 9 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1594300744.d68c85a3
Version: 4.6.1594675641.d4771812
Release: 0
Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version}

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 13 21:27:30 UTC 2020 - okurz@suse.com
- Update to version 4.6.1594675641.d4771812:
* Extend test for missing file installations with simulated install
* Add yamllint checks
* codecov.yml: Simplify format
* Fix YAML style issues in codecov.yml
* Fix YAML style issues in dependencies.yaml
* Add test for missing install specifications
* spec: Fix missing signalblocker
* Fix missing signalblocker.pm introduced by 809f7df5
* mergify: Wait for OBS Package Build as well after we have it back
* Add deactivate IPMI SOL for sshXtermIPMI to fix xterm start failure
* Stabialize t/18-qemu-options.t by letting QEMU finish by itself
* Adjust test variable EXPECTED_QEMU_START_S
* Avoid exception in handle_qmp_command when started with QEMU_ONLY_EXEC
* Refactor t/18-qemu-options.t
* Avoid crashes due to signals being handled by OpenCV threads
-------------------------------------------------------------------
Thu Jul 09 19:25:39 UTC 2020 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.6.1594300744.d68c85a3
mtime: 1594300744
commit: d68c85a395b341b912ef8ed3532494ce384cacd3
version: 4.6.1594675641.d4771812
mtime: 1594675641
commit: d47718127dcde351ae7a85e3a22848606e8270a6

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1594300744.d68c85a3
Version: 4.6.1594675641.d4771812
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -52,7 +52,7 @@ Source0: %{name}-%{version}.tar.xz
%define make_check_args CHECK_DOC=0
%endif
# The following line is generated from dependencies.yaml
%define test_requires %build_requires %main_requires %spellcheck_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 perl(YAML::PP) qemu qemu-tools qemu-x86
%define test_requires %build_requires %main_requires %spellcheck_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 perl(YAML::PP) python3-setuptools python3-yamllint qemu qemu-tools qemu-x86
# The following line is generated from dependencies.yaml
%define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
BuildRequires: %test_requires
@ -171,6 +171,7 @@ make check test VERBOSE=1 %{make_check_args}
%{_libexecdir}/os-autoinst/ocr.pm
%{_libexecdir}/os-autoinst/needle.pm
%{_libexecdir}/os-autoinst/osutils.pm
%{_libexecdir}/os-autoinst/signalblocker.pm
%{_libexecdir}/os-autoinst/myjsonrpc.pm
%{_libexecdir}/os-autoinst/backend
%{_libexecdir}/os-autoinst/OpenQA