Offline generation of 4.6.1638289529.0a3f5b98

4.6.1638289529.0a3f5b98

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=557
This commit is contained in:
Oliver Kurz 2021-11-30 16:26:49 +00:00 committed by Git OBS Bridge
parent 90b55563ba
commit 68b45aafc2
6 changed files with 18 additions and 10 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1638007345.ae6eed2a
Version: 4.6.1638289529.0a3f5b98
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 30 16:26:35 UTC 2021 - okurz@suse.com
- Update to version 4.6.1638289529.0a3f5b98:
* Fix sporadic error in t/10-virtio_terminal.t
* t: Reduce test timeout for 31-sshSerial as feasible
* t: Simplify mocked methods in 31-sshSerial.t
* t: Add full coverage for 31-sshSerial.t
-------------------------------------------------------------------
Sun Nov 28 08:18:34 UTC 2021 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst
version: 4.6.1638007345.ae6eed2a
mtime: 1638007345
commit: ae6eed2a61d5315a72452c4096d257c8998d897e
version: 4.6.1638289529.0a3f5b98
mtime: 1638289529
commit: 0a3f5b98c6770ed6219dcc5914f03d07430e76f5

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1638007345.ae6eed2a
Version: 4.6.1638289529.0a3f5b98
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -171,8 +171,7 @@ 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
# 10-virtio_terminal: https://progress.opensuse.org/issues/94991
for i in 07-commands 10-virtio_terminal 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99-full-stack; do
for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99-full-stack; do
rm t/$i.t
done