Offline generation of 4.5.1570825562.ae51e774

4.5.1570825562.ae51e774

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=226
This commit is contained in:
Stephan Kulow 2019-10-14 09:24:15 +00:00 committed by Git OBS Bridge
parent ef173890c3
commit fad30728d2
7 changed files with 64 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 11 20:26:12 UTC 2019 - okurz@suse.com
- Update to version 4.5.1570825562.ae51e774:
* spec: Do not duplicate OBS-incompatible checks
* Exclude known flaky test 13-osutils in OBS check
* Revert "Allow loading needles from pool directory"
* Fix broadcasting message to ws clients if there are no clients
* command server: Improve dead-lock prevention with isotovideo
* Fix error handling when passing message from ws client to isotovideo
* Add possibility to have a comment text in script_run (fixed)
* t: Fix 'Not enough arguments for EV::timer' with import ordering
* Allow loading needles from pool directory
* Revert "Add possibility to have a comment text in the script_run"
* Fix tests for adding an error message to the script_run
* Add an error message to the script_run
* Add unit test for scheduling test modules at runtime
* Update test_order.json if test schedule changes at runtime
* Fix broken condition introduced by #1213
* Handle Failed to get "write" lock on libvirt
* Fix missing argument in consoles::sshVirtsh::run_cmd
* Append the name of the scenario in the domain xml
* Use hda audio instead of deprecated ac97
-------------------------------------------------------------------
Wed Sep 11 18:48:59 UTC 2019 - okurz@suse.com

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.5.1568227729.687c4ca8
Version: 4.5.1570825562.ae51e774
Release: 0
Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version}

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 11 20:26:12 UTC 2019 - okurz@suse.com
- Update to version 4.5.1570825562.ae51e774:
* spec: Do not duplicate OBS-incompatible checks
* Exclude known flaky test 13-osutils in OBS check
* Revert "Allow loading needles from pool directory"
* Fix broadcasting message to ws clients if there are no clients
* command server: Improve dead-lock prevention with isotovideo
* Fix error handling when passing message from ws client to isotovideo
* Add possibility to have a comment text in script_run (fixed)
* t: Fix 'Not enough arguments for EV::timer' with import ordering
* Allow loading needles from pool directory
* Revert "Add possibility to have a comment text in the script_run"
* Fix tests for adding an error message to the script_run
* Add an error message to the script_run
* Add unit test for scheduling test modules at runtime
* Update test_order.json if test schedule changes at runtime
* Fix broken condition introduced by #1213
* Handle Failed to get "write" lock on libvirt
* Fix missing argument in consoles::sshVirtsh::run_cmd
* Append the name of the scenario in the domain xml
* Use hda audio instead of deprecated ac97
-------------------------------------------------------------------
Wed Sep 11 18:48:59 UTC 2019 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.5.1568227729.687c4ca8
mtime: 1568227729
commit: 687c4ca8ada60b2acae31f9aac37c01577808b7b
version: 4.5.1570825562.ae51e774
mtime: 1570825562
commit: ae51e774981bcf38cb7d71843bbd096efbbbeeb4

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.5.1568227729.687c4ca8
Version: 4.5.1570825562.ae51e774
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -75,6 +75,14 @@ sed -e 's,/bin/env python,/bin/python,' -i crop.py
# Replace version number from git to what's reported by the package
sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{version}";/' isotovideo
# don't require qemu within OBS
# and exclude known flaky tests in OBS check
# https://progress.opensuse.org/issues/52652
for i in 18-qemu-options 18-backend-qemu 99-full-stack 13-osutils; do
rm t/$i.t
sed -i "s/ \?$i\.t//g" t/Makefile.am
done
%build
mkdir -p m4
autoreconf -f -i
@ -106,11 +114,6 @@ sed '/Perl::Critic/d' -i cpanfile
sed '/tidy/d' -i Makefile
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
# don't require qemu within OBS
for i in 18-qemu-options 18-backend-qemu 99-full-stack; do
cp t/05-pod.t t/${i}.t
done
# should work offline
for p in $(cpanfile-dump); do rpm -q --whatprovides "perl($p)"; done
make check VERBOSE=1