diff --git a/os-autoinst-4.5.1543593014.1e83b015.obscpio b/os-autoinst-4.5.1543593014.1e83b015.obscpio deleted file mode 100644 index 3fbe670..0000000 --- a/os-autoinst-4.5.1543593014.1e83b015.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa72da3f393f817d4b770a81d0b088e9a88340ca9f4106f29ad0ff8c577f787e -size 24791565 diff --git a/os-autoinst-4.5.1544111663.31867f0e.obscpio b/os-autoinst-4.5.1544111663.31867f0e.obscpio new file mode 100644 index 0000000..189c4b8 --- /dev/null +++ b/os-autoinst-4.5.1544111663.31867f0e.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3daab63169311953e72f2e08e57a1cea1f8375a90f3cce6277aa444b121375 +size 24798221 diff --git a/os-autoinst-test.changes b/os-autoinst-test.changes index b98e963..393f12b 100644 --- a/os-autoinst-test.changes +++ b/os-autoinst-test.changes @@ -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 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 58bb7c0..dc65dbb 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -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+ diff --git a/os-autoinst.changes b/os-autoinst.changes index 305e262..6643569 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index b2f9e88..c2ea77c 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index 17b5451..f214ef0 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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)