diff --git a/os-autoinst-4.6.1663745179.57e1160.obscpio b/os-autoinst-4.6.1663745179.57e1160.obscpio deleted file mode 100644 index bb1a619..0000000 --- a/os-autoinst-4.6.1663745179.57e1160.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fabaf62f3633254a796fe2fdfef95a1523c1261d751e6b7dc2e41a46ae3c9c3a -size 34914829 diff --git a/os-autoinst-4.6.1663935216.436f134.obscpio b/os-autoinst-4.6.1663935216.436f134.obscpio new file mode 100644 index 0000000..36fafab --- /dev/null +++ b/os-autoinst-4.6.1663935216.436f134.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec97b5e4795c3852e7bec08e3018980b1dc1d38d8c2781f0bac4909085658c26 +size 34923021 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 569496d..8c81547 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 4.6.1663745179.57e1160 +Version: 4.6.1663935216.436f134 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index b7d3848..ebef960 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 45f36db..677c444 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,4 +1,4 @@ name: os-autoinst -version: 4.6.1663745179.57e1160 -mtime: 1663745179 -commit: 57e1160d1d5c0ce222e27599e3ff0414d7c121b5 +version: 4.6.1663935216.436f134 +mtime: 1663935216 +commit: 436f134262416559c5b7248d4246cbfed67ae835 diff --git a/os-autoinst.spec b/os-autoinst.spec index 867a3c4..dc3d226 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1663745179.57e1160 +Version: 4.6.1663935216.436f134 Release: 0 Summary: OS-level test automation 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 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 +# 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 Recommends: dumponlyconsole %s390_zvm_requires Recommends: qemu >= 4.0.0 @@ -213,7 +215,7 @@ export CI=1 export OPENQA_TEST_TIMEOUT_SCALE_CI=20 # Enable verbose test output as we can not store test artifacts within package # build environments in case of needing to investigate failures -export PROVE_ARGS="--timer -v" +export PROVE_ARGS="--timer -v --nocolor" cd %{__builddir} %cmake_build check-pkg-build