Offline generation of 4.6.1704800512.e4a4cf7
4.6.1704800512.e4a4cf7 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=871
This commit is contained in:
parent
68dffc345a
commit
4f91fcac8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:515a2736efd09d4daeb8a28b0806113fdfe75bb83305b787978dd29c6bc62a8f
|
||||
size 35014669
|
3
os-autoinst-4.6.1704800512.e4a4cf7.obscpio
Normal file
3
os-autoinst-4.6.1704800512.e4a4cf7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c26905a03a88fab4668d80461e15917668f8bb722e034413f7190b71ec27791
|
||||
size 35015181
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1703243806.d525e04
|
||||
Version: 4.6.1704800512.e4a4cf7
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 09 11:42:01 UTC 2024 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1704800512.e4a4cf7:
|
||||
* Override existing video when external video encoder is used
|
||||
* Make default click times configurable via variables
|
||||
* Add TEST_GIT_URL/NEEDLES_GIT_URL to vars
|
||||
* systemd: Fix too strict os-autoinst-openvswitch init timeout
|
||||
* Add usb-kbd on riscv64 as well
|
||||
* Make qemu-img compress file using multiple threads
|
||||
* Improve zone handling in setup-multi-machine
|
||||
* Improve `sudo`-usage in `t/20-openqa-isotovideo-utils.t`
|
||||
* Consider code as generally uncoverable when testing relies on `sudo`
|
||||
* Fix CI failures due to `sudo` usage
|
||||
* Set MTU in `os-autoinst-setup-multi-machine` also using NetworkManager
|
||||
* Adjust MTU in `os-autoinst-setup-multi-machine`
|
||||
* openvswitch: Add reference for the specific value selection
|
||||
* Increase bootindex of network devices if PXEBOOT is enabled
|
||||
* Speedup isotovideo test slightly by disabling the video encoder
|
||||
* Avoid sleep after cloning via Git failed and retries are exhausted
|
||||
* Speed up isotovideo test
|
||||
* openvswitch: Ensure a consistent MTU size compatible with GRE tunnels
|
||||
* Fix connection delete behavior when no connection is present
|
||||
* Refactor common parts
|
||||
* Add support for NetworkManager in setup multi-machine script
|
||||
* Fix shell-check warnings
|
||||
* dist: Add missing dependency on ssh in s390_zvm_requires
|
||||
* Rewrite s390 console to work with arbitrary IP and Hostname combinations
|
||||
* t/18-backend-qemu.t: Test for uppercase OVMF file names
|
||||
* backend/qemu: Preserve case when modifying OVMF file names
|
||||
* Disable SVIRT_WORKER_CACHE by default
|
||||
* Unify perl linting rules
|
||||
* Use commit message checks from os-autoinst-common
|
||||
* backend::baseclass: Fix wording of informative message
|
||||
* Slightly simplify backend::baseclass
|
||||
* Fix character encoding of JSON result file
|
||||
* Remove unused tools/absolutize
|
||||
* git subrepo commit (merge) external/os-autoinst-common
|
||||
* CI: Align commit message check to current in openQA
|
||||
* Warn when modifying files under external directly
|
||||
* Fix rsync command when asset name contains a colon
|
||||
* Document important caveat of SVIRT_WORKER_CACHE setting
|
||||
* Simplify log message when copying asset to svirt host
|
||||
* Fixed python linter errors
|
||||
* Stable Function signatures for Python Modules
|
||||
* Enforce in tests that Python does not support `run_args`
|
||||
* Get the python code to snitch its version
|
||||
* Fix table of svirt backend variables
|
||||
* Make use of openQA worker cache within the svirt backend optional
|
||||
* Mention undocumented behavior from RAIDLEVEL
|
||||
* os-autoinst-setup-multi-machine: Ensure wicked network daemon
|
||||
* Revert "os-autoinst-setup-multi-machine: Missing dir for gre-up-script"
|
||||
* os-autoinst-setup-multi-machine: Fix missing dir for gre-up-script
|
||||
* Add dependency on ipxe-bootimgs
|
||||
* Fix the ipxe rom file path from installed package 'ipxe-bootimgs'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 24 05:23:35 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1703243806.d525e04
|
||||
mtime: 1703243806
|
||||
commit: d525e045d59fa1b8a11162feb8333f0fa436d70e
|
||||
version: 4.6.1704800512.e4a4cf7
|
||||
mtime: 1704800512
|
||||
commit: e4a4cf773bb40cb0f9f1eee9b7f61406fd533817
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package os-autoinst
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1703243806.d525e04
|
||||
Version: 4.6.1704800512.e4a4cf7
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user