Offline generation of 4.6.1663935216.436f134

4.6.1663935216.436f134

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=717
This commit is contained in:
Oliver Kurz 2022-09-23 19:36:05 +00:00 committed by Git OBS Bridge
parent d95d06b9ae
commit e2843f939e
6 changed files with 36 additions and 9 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test %define name_ext -test
%define short_name os-autoinst %define short_name os-autoinst
Name: %{short_name}%{?name_ext} Name: %{short_name}%{?name_ext}
Version: 4.6.1663745179.57e1160 Version: 4.6.1663935216.436f134
Release: 0 Release: 0
Summary: test package for os-autoinst Summary: test package for os-autoinst
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Sep 23 19:35:48 UTC 2022 - okurz@suse.com
- Update to version 4.6.1663935216.436f134:
* Prevent stalebot from closing stale issues
* Clarify test fail message to distinguish errors
* Bump API version for recent validate_script_output changes
* Improve performance of `wait_still_screen`
* Slightly simplify autotest
* Log HTTP response in VMWare test
* Ensure the VMWare test is using one event loop instance consistently
* Log the used underlying reactor in VMWare test
* Improve error handling of open/read calls in dewebsockify test
* Simplify `t/27-consoles-vmware.t`
* Extend unit tests of general hardware backend
* Extend tests for s390x backend
* Avoid adding multiple QEMU graphic backends on ARM
* Test setting the QEMU graphics backend (depnding on `QEMUVGA`)
* Fix resolution with default graphics backend on new QEMU versions
* Fix resolution with virtio backend on new QEMU versions
* Tune default similarity level for `wait_screen_change` when typing
* Prevent buffered output when running Perl testsuite
* Speed up `type_string` calls with `wait_screen_change` parameter
* Support `no_wait` option in `wait_screen_change`
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 21 07:26:29 UTC 2022 - okurz@suse.com Wed Sep 21 07:26:29 UTC 2022 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst name: os-autoinst
version: 4.6.1663745179.57e1160 version: 4.6.1663935216.436f134
mtime: 1663745179 mtime: 1663935216
commit: 57e1160d1d5c0ce222e27599e3ff0414d7c121b5 commit: 436f134262416559c5b7248d4246cbfed67ae835

View File

@ -17,7 +17,7 @@
Name: os-autoinst Name: os-autoinst
Version: 4.6.1663745179.57e1160 Version: 4.6.1663935216.436f134
Release: 0 Release: 0
Summary: OS-level test automation Summary: OS-level test automation
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -83,6 +83,8 @@ Source0: %{name}-%{version}.tar.xz
%define devel_requires %python_style_requires %test_requires ShellCheck perl(Code::TidyAll) perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) perl(Template::Toolkit) %define devel_requires %python_style_requires %test_requires ShellCheck perl(Code::TidyAll) perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) perl(Template::Toolkit)
%define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale
BuildRequires: %test_requires %test_version_only_requires BuildRequires: %test_requires %test_version_only_requires
# For unbuffered output of Perl testsuite, especially when running it on OBS so timestamps in the log are actually useful
BuildRequires: expect
Requires: %main_requires Requires: %main_requires
Recommends: dumponlyconsole %s390_zvm_requires Recommends: dumponlyconsole %s390_zvm_requires
Recommends: qemu >= 4.0.0 Recommends: qemu >= 4.0.0
@ -213,7 +215,7 @@ export CI=1
export OPENQA_TEST_TIMEOUT_SCALE_CI=20 export OPENQA_TEST_TIMEOUT_SCALE_CI=20
# Enable verbose test output as we can not store test artifacts within package # Enable verbose test output as we can not store test artifacts within package
# build environments in case of needing to investigate failures # build environments in case of needing to investigate failures
export PROVE_ARGS="--timer -v" export PROVE_ARGS="--timer -v --nocolor"
cd %{__builddir} cd %{__builddir}
%cmake_build check-pkg-build %cmake_build check-pkg-build