Accepting request 1001816 from devel:openQA:tested
Update to 4.6.1662465492.44da018 4.6.1662465492.44da018 OBS-URL: https://build.opensuse.org/request/show/1001816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=330
This commit is contained in:
commit
721528ea57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dabc9c00825f139288c161d76c7623256f2f4fa06d865563da5db6992876f3a7
|
||||
size 34901517
|
3
os-autoinst-4.6.1662465492.44da018.obscpio
Normal file
3
os-autoinst-4.6.1662465492.44da018.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66ae4e45cb8ad7e9ed902c0b84e94bf94c03abcf84bf587a9a3501ea1ad294f0
|
||||
size 34902029
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1662114056.d3ebb59
|
||||
Version: 4.6.1662465492.44da018
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 06 11:58:20 UTC 2022 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1662465492.44da018:
|
||||
* Disable VMWare test for all archs as it is generally unstable
|
||||
* Make lowercase settings fatal
|
||||
* Extend unit tests of backend driver
|
||||
* tools/container_run_ci: Call bash instead of sh
|
||||
* t: Quit early on zypper failure
|
||||
* Avoid problems with `baseclass.pm` test in OBS
|
||||
* Add test for case when new screenshot is very similar to last
|
||||
* Add tests for child process handling of baseclass
|
||||
* Extend tests of SSH handling in baseclass
|
||||
* Add tests for certain special cases in `baseclass.pm`
|
||||
* Extend unit tests of `baseclass.pm`
|
||||
* Add missing use in `baseclass.pm`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 03 11:39:43 UTC 2022 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1662114056.d3ebb59
|
||||
mtime: 1662114056
|
||||
commit: d3ebb59a1d199f689bf4cab073692aa584ff2451
|
||||
version: 4.6.1662465492.44da018
|
||||
mtime: 1662465492
|
||||
commit: 44da018d8232f907ad659009389a3f9620728364
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1662114056.d3ebb59
|
||||
Version: 4.6.1662465492.44da018
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -181,9 +181,7 @@ rm xt/00-tidy.t
|
||||
# Remove test relying on a git working copy
|
||||
rm xt/30-make.t
|
||||
# https://progress.opensuse.org/issues/114881
|
||||
%ifarch ppc64le
|
||||
rm t/27-consoles-vmware.t
|
||||
%endif
|
||||
|
||||
%build
|
||||
%define __builder ninja
|
||||
|
Loading…
Reference in New Issue
Block a user