Accepting request 653605 from devel:openQA:tested
Update to 4.5.1543593014.1e83b015 4.5.1543593014.1e83b015 OBS-URL: https://build.opensuse.org/request/show/653605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=33
This commit is contained in:
commit
e758287b78
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a6476f9112d77d01d6f1f476e3b39162683f6774edf59d1d94bc8f52617a52a
|
||||
size 24778253
|
3
os-autoinst-4.5.1543593014.1e83b015.obscpio
Normal file
3
os-autoinst-4.5.1543593014.1e83b015.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa72da3f393f817d4b770a81d0b088e9a88340ca9f4106f29ad0ff8c577f787e
|
||||
size 24791565
|
@ -1,57 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 00:58:40 UTC 2018 - okurz@suse.com
|
||||
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1542781566.58d02775:
|
||||
* Correct HDDMODEL / CDMODEL deprecation message (#1064)
|
||||
* Prevent cmd srv being busy in loop consuming isotovideo messages
|
||||
* Set script when using extra test results (#1031)
|
||||
* qemu: Handle files compressed as *.xz (#1055)
|
||||
* Move architecture.md to doc subdirectory (#1054)
|
||||
* qemu: Add QEMU_APPEND option (#1051)
|
||||
* Add option to override status of test modules with soft-fail (#1052)
|
||||
* Add missing Test::Mojo dependency (#1056)
|
||||
* Remove extra leading zero from log timestamps (#1053)
|
||||
* svirt/Xen: Expect the image to be located on the svirt host (#1050)
|
||||
* [sshXtermIPMI] refactor reset function for ipmi console (#1021)
|
||||
* Needle editor - show all key bindings (#1049)
|
||||
* Test initialization of svirt backend
|
||||
* Add documentation about svirt backend
|
||||
* svirt backend: Add serial console for SUT
|
||||
* qemu: virtio terminal is enabled by default
|
||||
* Allow adding additional serial port when using svirt backend
|
||||
* Prevent adding empty passwd-attribute to domain XML
|
||||
* svirt: Allow to use a different user than root
|
||||
* Prevent record_testresult to override failed with softfailed
|
||||
* Avoid misleading stacktrace when backend dies (#1033)
|
||||
* Don't attach screenshot when recording softfailure (#1042)
|
||||
* Check whether result with tags is added on timeout
|
||||
* Record additional failing match only if configured to pause on timeout
|
||||
* Upload full mismatch when paused on assert_screen timeout
|
||||
* Allow freeze_vm to be called outside post_fail_hooks (#1043)
|
||||
* Improve 'WARNING: check_asserted_screen took ...'
|
||||
* Remove zkvm authentication code
|
||||
* Ensure main.pm is still used for proper initialization on SCHEDULE (#1039)
|
||||
* Add test flag to revert to last good when test module didn't fail (#1034)
|
||||
* Remove MATCH(...) debug output
|
||||
* Disable stopwatch debug output
|
||||
* Record info for barriers and mutexes (#978)
|
||||
* Avoid overriding SERIALDEV obtained from testsuite or machine settings (#1037)
|
||||
* Fix undefined BACKEND warning in search_for_expected_serial_failures
|
||||
* Use Test::Warnings where possible to prevent warnings in tests
|
||||
* Improve error handling in needle download
|
||||
* Handle OPENQA_URL set to eg. 'localhost:9526' correctly
|
||||
* Download new needles on resume in autotest
|
||||
* Add limit for downloading new needles
|
||||
* Improve deducing openQA URL for needle downlaod from test variables
|
||||
* Refactor needle download and add unit tests
|
||||
* Download new needles from openQA on resume
|
||||
* Delete redundant newlines in die's
|
||||
* Prevent warnings in 02-test_ocr.t
|
||||
* Fix perlcritic error in backend/driver.pm
|
||||
* Add doc for OFW
|
||||
* Block and ignore SIGTERM from opencv threads
|
||||
* Reduce the opencv libraries we link to
|
||||
* testapi: Relax regex in script_output filtering what to return
|
||||
- Update to version 4.5.1543593014.1e83b015:
|
||||
* Include folder hierachy in category name
|
||||
* Remove actual use of bmwqemu from command processing tests
|
||||
* Increase timeout in fullstack test for 'Skip timeout'
|
||||
* Test command processing for assert/check screen and setting timeout
|
||||
* Allow to adjust timeout via command server
|
||||
* test: Add QEMU_APPEND option tests
|
||||
* Make currently executed function available to developer mode
|
||||
* Keep only the 30 most recently used needle images
|
||||
* qemu: Enhance QEMU_APPEND option to handle multiple options with or without params
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 05:52:06 UTC 2018 - okurz@suse.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.5.1542781566.58d02775
|
||||
Version: 4.5.1543593014.1e83b015
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0+
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1543593014.1e83b015:
|
||||
* Include folder hierachy in category name
|
||||
* Remove actual use of bmwqemu from command processing tests
|
||||
* Increase timeout in fullstack test for 'Skip timeout'
|
||||
* Test command processing for assert/check screen and setting timeout
|
||||
* Allow to adjust timeout via command server
|
||||
* test: Add QEMU_APPEND option tests
|
||||
* Make currently executed function available to developer mode
|
||||
* Keep only the 30 most recently used needle images
|
||||
* qemu: Enhance QEMU_APPEND option to handle multiple options with or without params
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 11:14:50 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable t/18-qemu-options.t in %check as done for t/99-full-stack.t
|
||||
as it requires qemu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 00:58:40 UTC 2018 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.5.1542781566.58d02775
|
||||
mtime: 1542781566
|
||||
commit: 58d02775a9cf8ddb44b9ad785dd8250044bea90a
|
||||
version: 4.5.1543593014.1e83b015
|
||||
mtime: 1543593014
|
||||
commit: 1e83b0152554e08c7d7e3522e9f849d8d868c4e6
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.5.1542781566.58d02775
|
||||
Version: 4.5.1543593014.1e83b015
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -115,6 +115,7 @@ sed '/tidy/d' -i Makefile
|
||||
rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
|
||||
|
||||
# don't require qemu within OBS
|
||||
cp t/05-pod.t t/18-qemu-options.t
|
||||
cp t/05-pod.t t/99-full-stack.t
|
||||
|
||||
# should work offline
|
||||
|
Loading…
x
Reference in New Issue
Block a user