From ae98930178e10b8a321a0c19b18d8df13617401e67d4de257d89034b232e34be Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 13 Jan 2022 17:59:40 +0000 Subject: [PATCH] Offline generation of 4.6.1642074968.043eb0fc 4.6.1642074968.043eb0fc OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=570 --- _service | 2 +- os-autoinst-4.6.1641552142.fa5fd35d.obscpio | 3 --- os-autoinst-4.6.1642074968.043eb0fc.obscpio | 3 +++ os-autoinst-test.spec | 2 +- os-autoinst.changes | 16 ++++++++++++++++ os-autoinst.obsinfo | 6 +++--- os-autoinst.spec | 5 ++++- 7 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 os-autoinst-4.6.1641552142.fa5fd35d.obscpio create mode 100644 os-autoinst-4.6.1642074968.043eb0fc.obscpio diff --git a/_service b/_service index e6ef7fa..5943ab6 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ dist/rpm/os-autoinst-test.spec 4.6 %ct.%h - git://github.com/os-autoinst/os-autoinst.git + https://github.com/os-autoinst/os-autoinst.git git master enable diff --git a/os-autoinst-4.6.1641552142.fa5fd35d.obscpio b/os-autoinst-4.6.1641552142.fa5fd35d.obscpio deleted file mode 100644 index b17ec6b..0000000 --- a/os-autoinst-4.6.1641552142.fa5fd35d.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d812ee00ecc436beeb678a3be2525713646cd77de655c57dfd97b8b1e0cb61f2 -size 25288205 diff --git a/os-autoinst-4.6.1642074968.043eb0fc.obscpio b/os-autoinst-4.6.1642074968.043eb0fc.obscpio new file mode 100644 index 0000000..c487279 --- /dev/null +++ b/os-autoinst-4.6.1642074968.043eb0fc.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7aade2f77cd97e33930012613daccf1e33e83c81f87e8e27b4f774c31c04a6 +size 25296909 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 7abaef0..f28c3f1 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.6.1641552142.fa5fd35d +Version: 4.6.1642074968.043eb0fc Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index 66c63e5..da8a580 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jan 13 17:59:26 UTC 2022 - okurz@suse.com + +- Update to version 4.6.1642074968.043eb0fc: + * Fix `consoles::VNC::new does not exist! at t/27-consoles-vnc_base.t` + * Prevent use of external facing API in consoles as well + * Prevent the use of external facing API commands in backend + * doc: Use consistent spelling 'hostname' + * doc: Document ZVM backend variables + * doc: Document HMC backend variables + * t: Add missing coverage for consoles::serial_screen + * t: Simplify file read/write with Mojo::File in 99-full-stack.t + * t: Add test for consoles::VNC + * t: Add consoles::vnc_base unit test + * t: Remove unnecessary method import in 03-testapi.t + ------------------------------------------------------------------- Sun Jan 09 02:22:09 UTC 2022 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 5b494b8..bce14e3 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,4 +1,4 @@ name: os-autoinst -version: 4.6.1641552142.fa5fd35d -mtime: 1641552142 -commit: fa5fd35d286361472832732b0f356adb117f83b8 +version: 4.6.1642074968.043eb0fc +mtime: 1642074968 +commit: 043eb0fc08e0bf10a8cf7e9076a1cb09758ec33c diff --git a/os-autoinst.spec b/os-autoinst.spec index e5c2cdc..b1c5919 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1641552142.fa5fd35d +Version: 4.6.1642074968.043eb0fc Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -202,6 +202,9 @@ export CI=1 # account for sporadic slowness in build environments # https://progress.opensuse.org/issues/89059 export OPENQA_TEST_TIMEOUT_SCALE_CI=20 +# Enable verbose test output as we can not store test artifacts within package +# build environments in case of needing to investigate failures +export PROVE_ARGS="--timer -v" cd %{__builddir} %cmake_build check-pkg-build