Offline generation of 4.5.1533739786.546c7c63
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=122
This commit is contained in:
parent
807045674f
commit
b77ec1170f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c53252686a49bdc05adf47681addbcbe3e7789f588c422a4dda2657a8849002
|
||||
size 22534669
|
3
os-autoinst-4.5.1533739786.546c7c63.obscpio
Normal file
3
os-autoinst-4.5.1533739786.546c7c63.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:333e2e6a42c070358d815da5fcdf5dce6b9341e943bf7e59c88facad7cf4848b
|
||||
size 24719373
|
@ -1,8 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 14 01:38:26 UTC 2018 - okurz@suse.com
|
||||
Wed Aug 08 14:50:03 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1530875209.f6cd7968:
|
||||
*
|
||||
- Update to version 4.5.1533739786.546c7c63:
|
||||
* qemu: Allow user to set HDD serial number
|
||||
* Add unit test for serial output parsing
|
||||
* Add messages to serial failures
|
||||
* Improve keys sent when expecting needle (#982)
|
||||
* amt: initial commit (#983)
|
||||
* Increase isotovideo interface version
|
||||
* Use diag instead of print in isotovideo
|
||||
* Adjust test for fullstack test to test pause on assert_screen timeout
|
||||
* Test pause on assert_screen/check_screen timeout
|
||||
* Fix typo occured -> occurred
|
||||
* Pause only on assert_screen failure
|
||||
* Don't pass unused paremeter to _check_backend_response
|
||||
* Send full test name on 'set_current_test' command
|
||||
* Propagate reason for pause
|
||||
* Take a screenshot on assert_screen timeout
|
||||
* Block autotest on timeout if flag is set in isotovideo
|
||||
* Add flag to isotovideo whether to pause on assert screen failure
|
||||
* osutils: Avoid racing to get output
|
||||
* virtio_terminal: Avoid connecting to already connected socket
|
||||
* Move informative message to use bwmqemu::diag
|
||||
* Cleanup osutils runcmd functions and avoid code duplication
|
||||
* Build process object lazily
|
||||
* Add Mojo::IOLoop::ReadWriteProcess to cpanfile deps
|
||||
* osutils: change runcmd logic
|
||||
* Move driver pipes to channels
|
||||
* Move qemu process to EventEmitter model
|
||||
* Avoid enabling unused consoles after reverting to a snapshot
|
||||
* Revert "Create dummy pflash vars file to avoid asset caching failure" (#1004)
|
||||
* Avoid resetting all consoles while reverting to a snapshot
|
||||
* Avoid performing multiple or unnecessary console resets after revert
|
||||
* qemu: Prevent serial logs from being truncated on revert
|
||||
* Remove default floppy drive
|
||||
* Create dummy pflash vars file to avoid asset caching failure
|
||||
* Use bootindex with non-uefi systems
|
||||
* Avoid rolling back to undefined console
|
||||
* Avoid conflicting block device options
|
||||
* Revert "Add label message to serial failures"
|
||||
* Reduce verbosity of command server
|
||||
* Fixup broken indentation
|
||||
* Bump isotovideo interface version
|
||||
* Extend qemu tests
|
||||
* Wait for post migrate state after migration
|
||||
* The Great QEMU Rewrite of 2018
|
||||
* Prevent perl tidy from completely ruining well formatted code
|
||||
* s390x: Fix typo in diag message
|
||||
* Test web socket route of command server
|
||||
* Use Test::Mojo to test command server
|
||||
* Add label message to serial failures
|
||||
* testapi: Adapt check_screen timeout default to proposal in documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 11:59:56 UTC 2018 - edigiacinto@suse.com
|
||||
|
||||
- Add dependency perl(Mojo::IOLoop::ReadWriteProcess)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 14:11:51 UTC 2018 - marius.kittler@suse.com
|
||||
|
||||
- Add dependency perl(Test::Exception)
|
||||
|
||||
Required for https://github.com/os-autoinst/os-autoinst/pull/993
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 10:33:39 UTC 2018 - okurz@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.5.1530875209.f6cd7968
|
||||
mtime: 1530875209
|
||||
commit: f6cd7968f67a0d28b72f44bf558c35ee15c23838
|
||||
version: 4.5.1533739786.546c7c63
|
||||
mtime: 1533739786
|
||||
commit: 546c7c633f891cfac598082258b2c39c2cfebcaf
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.5.1530875209.f6cd7968
|
||||
Version: 4.5.1533739786.546c7c63
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -44,7 +44,7 @@ Requires: optipng
|
||||
%{perl_requires}
|
||||
Requires: qemu >= 2.0.0
|
||||
Recommends: tesseract-ocr
|
||||
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Test::Mock::Time) perl(Socket::MsgHdr)
|
||||
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Mojo::IOLoop::ReadWriteProcess) perl(Test::Mock::Time) perl(Socket::MsgHdr)
|
||||
BuildRequires: %t_requires
|
||||
Requires: %t_requires
|
||||
BuildRequires: perl(Mojolicious)
|
||||
|
Loading…
Reference in New Issue
Block a user