diff --git a/os-autoinst-4.6.1638007345.ae6eed2a.obscpio b/os-autoinst-4.6.1638007345.ae6eed2a.obscpio deleted file mode 100644 index 4ec736a..0000000 --- a/os-autoinst-4.6.1638007345.ae6eed2a.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:057dc3969d96cde42983969d4a401906c08d6dacabbc0a6bdaf72d1a8aedf1b2 -size 25275405 diff --git a/os-autoinst-4.6.1638289529.0a3f5b98.obscpio b/os-autoinst-4.6.1638289529.0a3f5b98.obscpio new file mode 100644 index 0000000..b0f68ac --- /dev/null +++ b/os-autoinst-4.6.1638289529.0a3f5b98.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a19b1ead7b5e06275443791faa6d39eb4d8a3b6ae23c42b947682bac6f74eef +size 25275405 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 5b878c4..cb1a674 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.1638007345.ae6eed2a +Version: 4.6.1638289529.0a3f5b98 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 bff88be..ee93f71 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 1659087..0ebfac3 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index e14eb91..5fb9dbd 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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