Offline generation of 4.5.1544111663.31867f0e

4.5.1544111663.31867f0e

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=140
This commit is contained in:
Oliver Kurz 2018-12-07 09:40:26 +00:00 committed by Git OBS Bridge
parent 5b60ccf868
commit 69b085b940
7 changed files with 36 additions and 20 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e3daab63169311953e72f2e08e57a1cea1f8375a90f3cce6277aa444b121375
size 24798221

View File

@ -1,16 +1,17 @@
-------------------------------------------------------------------
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com
Fri Dec 07 09:40:10 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
- Update to version 4.5.1544111663.31867f0e:
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
* Clean up generically named variables and use more fitting names
* Make get_cmd_output() use other connections than 'ssh'
* Describe VMWARE_NFS_DATASTORE & VMWARE_REMOTE_VMM
* VMware: Rewrite add_disk()
* VMware: Replace vCenter with ESXi host
* VMware: Support snapshots, suspend, resume etc
* Use Perl::Critic::Freenode to determine good coding style
* Add unit test for format_vtt_timestamp
* Use video captions to overlay wallclock time
-------------------------------------------------------------------
Tue Oct 16 05:52:06 UTC 2018 - 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.1543593014.1e83b015
Version: 4.5.1544111663.31867f0e
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0+

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 07 09:40:10 UTC 2018 - okurz@suse.com
- Update to version 4.5.1544111663.31867f0e:
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
* Clean up generically named variables and use more fitting names
* Make get_cmd_output() use other connections than 'ssh'
* Describe VMWARE_NFS_DATASTORE & VMWARE_REMOTE_VMM
* VMware: Rewrite add_disk()
* VMware: Replace vCenter with ESXi host
* VMware: Support snapshots, suspend, resume etc
* Use Perl::Critic::Freenode to determine good coding style
* Add unit test for format_vtt_timestamp
* Use video captions to overlay wallclock time
-------------------------------------------------------------------
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.5.1543593014.1e83b015
mtime: 1543593014
commit: 1e83b0152554e08c7d7e3522e9f849d8d868c4e6
version: 4.5.1544111663.31867f0e
mtime: 1544111663
commit: 31867f0e0c58a12094c6c28a2c07e9696eb199d0

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.5.1543593014.1e83b015
Version: 4.5.1544111663.31867f0e
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::Touch) 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(XML::SemanticDiff) 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)
%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::Touch) 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(XML::SemanticDiff) 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) perl(Cpanel::JSON::XS)
BuildRequires: %t_requires
Requires: %t_requires
BuildRequires: perl(Mojolicious)