diff --git a/os-autoinst-4.6.1575621538.1ee59881.obscpio b/os-autoinst-4.6.1575621538.1ee59881.obscpio deleted file mode 100644 index a0aa1a2..0000000 --- a/os-autoinst-4.6.1575621538.1ee59881.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1667f9b8ea84398551b07e60a573f8ff095fee51fa6a535ef5f5393c3494bae6 -size 24928269 diff --git a/os-autoinst-4.6.1575895968.5daf6345.obscpio b/os-autoinst-4.6.1575895968.5daf6345.obscpio new file mode 100644 index 0000000..95ba3df --- /dev/null +++ b/os-autoinst-4.6.1575895968.5daf6345.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0a7a26e5e61977298b32ade26508545e735998064613adce0ea5f0b8d48e16 +size 24927757 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 1fdc94e..3121338 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.1575621538.1ee59881 +Version: 4.6.1575895968.5daf6345 Release: 0 Summary: test package for os-autoinst #BuildRequires: %{short_name} == %{version} diff --git a/os-autoinst.changes b/os-autoinst.changes index 1de2323..63f6940 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 09 13:04:05 UTC 2019 - okurz@suse.com + +- Update to version 4.6.1575895968.5daf6345: + * t/23-baseclass.t: Fix read from serial test + * check_ssh_serial: Fix reading from channel + * spec: Exclude flaky 07-commands from tests + * Allow relative "productdir" and "needledir" relative to "casedir" + * Delete never fully working check for "needle dir within current dir" + * t: Use Test::Strict like in openQA for an easier and broader 'compile' check + ------------------------------------------------------------------- Sat Dec 07 05:04:05 UTC 2019 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 94511aa..4392f13 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.6.1575621538.1ee59881 -mtime: 1575621538 -commit: 1ee59881539d27692858b214055f5399782679fe +version: 4.6.1575895968.5daf6345 +mtime: 1575895968 +commit: 5daf6345dfa30a509b65876bca30ab5c44d88436 diff --git a/os-autoinst.spec b/os-autoinst.spec index 4da72af..736fead 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1575621538.1ee59881 +Version: 4.6.1575895968.5daf6345 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -41,7 +41,7 @@ Source0: %{name}-%{version}.tar.xz %else %define spellcheck_requires perl(Pod::Spell) aspell-spell %endif -%define test_requires %build_requires %requires perl(Perl::Tidy) perl(Test::Compile) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Test::MockObject) perl(Devel::Cover) perl(Test::Mock::Time) qemu-tools %spellcheck_requires +%define test_requires %build_requires %requires perl(Perl::Tidy) perl(Test::Strict) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Test::MockObject) perl(Devel::Cover) perl(Test::Mock::Time) qemu-tools %spellcheck_requires %define devel_requires %test_requires %requires_not_needed_in_tests BuildRequires: %test_requires Requires: %requires @@ -90,7 +90,8 @@ sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{v # don't require qemu within OBS # and exclude known flaky tests in OBS check # https://progress.opensuse.org/issues/52652 -for i in 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99-full-stack; do +# 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 rm t/$i.t sed -i "s/ \?$i\.t//g" t/Makefile.am done