Accepting request 947759 from devel:openQA:tested

Update to 4.6.1642697070.a9af3880
4.6.1642697070.a9af3880

OBS-URL: https://build.opensuse.org/request/show/947759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=255
This commit is contained in:
Dominique Leuenberger 2022-01-21 00:25:50 +00:00 committed by Git OBS Bridge
commit 6f28fc07d2
6 changed files with 24 additions and 9 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1642494095.69489cc2
Version: 4.6.1642697070.a9af3880
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 20 18:18:56 UTC 2022 - okurz@suse.com
- Update to version 4.6.1642697070.a9af3880:
* Exclude 29-backend-driver.t from OBS checks
* Simplify string concatenation in log.pm
* Extract all log functions into new module "log"
* Remove unused function consoles::VNC::_bin_int
* Add test for defining/starting VM via VMware in svirt backend
* Add test for generating XML file with UEFI loader in svirt backend
* Fix wrong operator precedence introduced by 54d514df79fa1
* Fix wrong condition in SSH virsh console introduced by 54d514df79fa1
-------------------------------------------------------------------
Tue Jan 18 09:49:55 UTC 2022 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst
version: 4.6.1642494095.69489cc2
mtime: 1642494095
commit: 69489cc2628642d3df7edad07ff4a2e6896d75e1
version: 4.6.1642697070.a9af3880
mtime: 1642697070
commit: a9af388073889ea5a28f3613d4b40fdfcdee265d

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1642494095.69489cc2
Version: 4.6.1642697070.a9af3880
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -171,7 +171,8 @@ sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{v
# and exclude known flaky tests in OBS check
# https://progress.opensuse.org/issues/52652
# 07-commands: https://progress.opensuse.org/issues/60755
for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99-full-stack; do
# 29-backend-driver: https://progress.opensuse.org/issues/105061
for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 29-backend-driver 99-full-stack; do
rm t/$i.t
done
# Remove test relying on a git working copy
@ -235,6 +236,7 @@ cd %{__builddir}
%{_prefix}/lib/os-autoinst/testapi.pm
%{_prefix}/lib/os-autoinst/mmapi.pm
%{_prefix}/lib/os-autoinst/lockapi.pm
%{_prefix}/lib/os-autoinst/log.pm
%{_prefix}/lib/os-autoinst/cv.pm
%{_prefix}/lib/os-autoinst/ocr.pm
%{_prefix}/lib/os-autoinst/needle.pm