From 81aa8925e493494c10eed7da178b05591657cf00215568ad28f6d5c9060faa84 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sat, 23 Jun 2018 13:31:56 +0000 Subject: [PATCH 1/4] Offline generation of 4.6.1529593836.4a7fa485 4.6.1529593836.4a7fa485 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=109 --- openQA-4.6.1529433451.a70c6e82.obscpio | 3 - openQA-4.6.1529593836.4a7fa485.obscpio | 3 + openQA-test.changes | 104 +++++++------------------ openQA-test.spec | 4 +- openQA.changes | 30 +++++++ openQA.obsinfo | 6 +- openQA.spec | 4 +- 7 files changed, 67 insertions(+), 87 deletions(-) delete mode 100644 openQA-4.6.1529433451.a70c6e82.obscpio create mode 100644 openQA-4.6.1529593836.4a7fa485.obscpio diff --git a/openQA-4.6.1529433451.a70c6e82.obscpio b/openQA-4.6.1529433451.a70c6e82.obscpio deleted file mode 100644 index f5f9538..0000000 --- a/openQA-4.6.1529433451.a70c6e82.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6173df62f026bf4c06536e428f5584bf85d9a33dfd664545bde2854b587b674d -size 8888333 diff --git a/openQA-4.6.1529593836.4a7fa485.obscpio b/openQA-4.6.1529593836.4a7fa485.obscpio new file mode 100644 index 0000000..5719763 --- /dev/null +++ b/openQA-4.6.1529593836.4a7fa485.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a398e0b017b054af75c3d68e79a348c9b6318e8dfe33de01e61a489f720c8d +size 8893453 diff --git a/openQA-test.changes b/openQA-test.changes index 35f349c..3d75ec8 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -1,82 +1,32 @@ ------------------------------------------------------------------- -Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com +Sat Jun 23 13:31:41 UTC 2018 - coolo@suse.com -- Update to version 4.6.1529433451.a70c6e82: - * Remove running_or_waiting method - * Remove waiting state that was leftover from 5e65496f - * Ensure proxy is connected to os-autoinst in devel test - * Allow status as a ws_proxy command - * Make waiting for paused more robust against disconnects - * Remove unused parameter in wait_for_developer_console_contains_log_message - * Let the web socket console automatically reconnect - * Ensure ws connection won't timeout in fullstack tests - * Improve check for developer console in fullstack test - * Remove link to developer console - * Use docker image from OBS (#1685) - * Let tmpfiles.d create the mount point "share" (#1689) - * Add basic barrier documentation - * Improve documentation about mutexes - * Remove $isodir from Utils (only used in tests) - * Remove /tests/X/iso route - * Remove hdddir and otherdir from Utils - * Fix waiting for development session - * Don't fake D-Bus when running the devel fullstack test - * Propagate os-autoinst URL from worker to web UI - * Fix CSS for developer console - * Fix path for liveviewhandler in Apache config - * Adapt execution of developer test to latest changes - * Fix perl critic error - * Open the 2nd window/tab in devel mode test correctly - * Handle errors happening before dev session correctly - * Add unit test for developer mode - * Remove unneccassary D-bus env for livehandler - * Refactor live view handler to use regular methods - * developer console: Handle case when port is NaN - * Refactor full-stack.t and 33-developer_mode.t - * Add test for developer mode to Travis test matrix - * Add test for developer mode - * Workaround broken syntax highlighting of full-stack.t in Kate - * Allow to start Selenium driver directly via start_driver - * Improve passing parameter to OpenQA::Test::Database::create() - * Fix ID of developer session info - * Increase inactivity timeout for openqa-livehandler - * ws client: Broadcast messages to all JavaScript client - * ws proxy: Try/catch only JSON decoding - * Allow login as a 2nd administrator via fake auth - * Make logout accessible via regular GET - * Install service file for openqa-livehandler - * Use transaction to delete development session - * Move ws connection for developer session to its own service - * Keep track of developer session, limit to one session per job - * Validate commands before passing to os-autoinst - * Make the websocket proxy route basically work - * Allow to use websocket console for proxy route as well - * Add basic structure for developer mode web socket route - * Make fullstack test more verbose - * Prevent warning in fullstack test - * Test pausing and resuming jobs - * Add web socket console for isotovideo commands - * Display incomplete jobs in next&previous tab (#1682) - * Update documentation with NAT configuration using firewalld (#1683) - * Categorize UEFI PFLASH drives as HDD assets (#1684) - * Try caching - * Easier way to pass exit status from docker-tests - * Change message level when cgroups cannot be created (#1681) - * Fix typo in the travis.yml and fix the grep regular expression for the status checking (#1679) - * Adjust popover margin on audit log (#1678) - * Change from su to sudo in the docker image - * Docker shell scripts cleanup - * Allow where parameter for mutex unlocking (#1677) - * Documentation for running tests in docker - * Enable codecoverage - * Add support for os-autoinst - * Add DBUS support. - * Force user permissions 1000 to be compatible with opensuse - * Moved the DB from the host to the container - * First release of the dockerfile to create container to run unit and integration tests - * Remove job_set_running - as jobs are no longer waiting - * Remove job_set_waiting - jobs aren't WAITING anymore - * Remove current interactive mode +- Update to version 4.6.1529593836.4a7fa485: + * Move constants from Schema::Result::Jobs to a separate package (#1696) + * Remove leftovers of interacitve mode (#1697) + * Adapt fullstack test for the logging changes + * Adapt tests for the display of pid in the log in debug mode + * Print pids of processes in logs if log level is debug + * Avoid db locks on asset_lookup + * Treat the case when we could not update asset in critical section + * More protection for critical section in the cache + * Add other cache tests and more refactoring + * Try to bring coverage back + * Add locking test, and remove useless query in fullstack.t + * Reduce the critical section + * Avoid Perl 5.18 complain + * No need to import getcwd + * Do not run the cache test in parallel + * Reduce parallel processes for concurrency test to avoid travis to crash + * Wrap also toggle_asset_lock in lock_section + * Flip download = 0 from the same function used to toggle on/off + * Make the cache test more stable - add also option for stress test + * Add concurrent test for cache + * No need to init explictly anymore + * No need to export get_asset anymore + * Adapt cache and cache test to more OOP style + * Use transactions and wrap rollbacks in eval calls for further debug. Also enable exclusive transaction in toggle_asset_lock + * Fix wrapping of parser results (#1695) ------------------------------------------------------------------- Sat Jun 16 05:41:15 UTC 2018 - coolo@suse.com diff --git a/openQA-test.spec b/openQA-test.spec index 111296b..e3633f7 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,10 +18,10 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1529433451.a70c6e82 +Version: 4.6.1529593836.4a7fa485 Release: 0 Summary: Test package for openQA -License: GPL-2.0-or-later +License: GPL-2.0+ BuildRequires: %{short_name} == %{version} BuildRequires: openQA-local-db ExcludeArch: i586 diff --git a/openQA.changes b/openQA.changes index 0d39e6f..d5a3e26 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Jun 23 13:31:41 UTC 2018 - coolo@suse.com + +- Update to version 4.6.1529593836.4a7fa485: + * Move constants from Schema::Result::Jobs to a separate package (#1696) + * Remove leftovers of interacitve mode (#1697) + * Adapt fullstack test for the logging changes + * Adapt tests for the display of pid in the log in debug mode + * Print pids of processes in logs if log level is debug + * Avoid db locks on asset_lookup + * Treat the case when we could not update asset in critical section + * More protection for critical section in the cache + * Add other cache tests and more refactoring + * Try to bring coverage back + * Add locking test, and remove useless query in fullstack.t + * Reduce the critical section + * Avoid Perl 5.18 complain + * No need to import getcwd + * Do not run the cache test in parallel + * Reduce parallel processes for concurrency test to avoid travis to crash + * Wrap also toggle_asset_lock in lock_section + * Flip download = 0 from the same function used to toggle on/off + * Make the cache test more stable - add also option for stress test + * Add concurrent test for cache + * No need to init explictly anymore + * No need to export get_asset anymore + * Adapt cache and cache test to more OOP style + * Use transactions and wrap rollbacks in eval calls for further debug. Also enable exclusive transaction in toggle_asset_lock + * Fix wrapping of parser results (#1695) + ------------------------------------------------------------------- Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index 7b0ae78..3a2d99c 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1529433451.a70c6e82 -mtime: 1529433451 -commit: a70c6e822ec402bdd48da733d1a86ba7052711a1 +version: 4.6.1529593836.4a7fa485 +mtime: 1529593836 +commit: 4a7fa4851417f0bbdc668913da5f11899f0653a7 diff --git a/openQA.spec b/openQA.spec index 34255a8..2e9532f 100644 --- a/openQA.spec +++ b/openQA.spec @@ -36,10 +36,10 @@ # runtime requirements that also the testsuite needs %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) Name: openQA -Version: 4.6.1529433451.a70c6e82 +Version: 4.6.1529593836.4a7fa485 Release: 0 Summary: The openQA web-frontend, scheduler and tools -License: GPL-2.0-or-later +License: GPL-2.0+ Group: Development/Tools/Other Url: http://os-autoinst.github.io/openQA/ Source0: %{name}-%{version}.tar.xz From 57baa455dceed06be15a7c889fb97b4c9236971f358c1646746afe6884fed9bb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 26 Jun 2018 04:37:42 +0000 Subject: [PATCH 2/4] Offline generation of 4.6.1529593836.4a7fa485 4.6.1529593836.4a7fa485 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=110 --- openQA-test.spec | 2 +- openQA.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openQA-test.spec b/openQA-test.spec index e3633f7..b60641c 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -21,7 +21,7 @@ Name: %{short_name}-test Version: 4.6.1529593836.4a7fa485 Release: 0 Summary: Test package for openQA -License: GPL-2.0+ +License: GPL-2.0-or-later BuildRequires: %{short_name} == %{version} BuildRequires: openQA-local-db ExcludeArch: i586 diff --git a/openQA.spec b/openQA.spec index 2e9532f..cb6e94e 100644 --- a/openQA.spec +++ b/openQA.spec @@ -39,7 +39,7 @@ Name: openQA Version: 4.6.1529593836.4a7fa485 Release: 0 Summary: The openQA web-frontend, scheduler and tools -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Other Url: http://os-autoinst.github.io/openQA/ Source0: %{name}-%{version}.tar.xz From be675e1443703a2361a9d0e268470f51c8ac31a4f7c560a04559354ff8186512 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 26 Jun 2018 04:40:20 +0000 Subject: [PATCH 3/4] Offline generation of 4.6.1529593836.4a7fa485 4.6.1529593836.4a7fa485 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=111 --- openQA-4.6.1529593836.4a7fa485.obscpio | 2 +- openQA-test.changes | 82 +++++++++++++++++++++++++- openQA.changes | 2 +- 3 files changed, 83 insertions(+), 3 deletions(-) diff --git a/openQA-4.6.1529593836.4a7fa485.obscpio b/openQA-4.6.1529593836.4a7fa485.obscpio index 5719763..aa4b90e 100644 --- a/openQA-4.6.1529593836.4a7fa485.obscpio +++ b/openQA-4.6.1529593836.4a7fa485.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21a398e0b017b054af75c3d68e79a348c9b6318e8dfe33de01e61a489f720c8d +oid sha256:ebe0b4638fcefb04c63ce0cce64dc999792eb70a967c92ed6c1c0be802416c7a size 8893453 diff --git a/openQA-test.changes b/openQA-test.changes index 3d75ec8..7586dcd 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Sat Jun 23 13:31:41 UTC 2018 - coolo@suse.com +Tue Jun 26 04:39:36 UTC 2018 - coolo@suse.com - Update to version 4.6.1529593836.4a7fa485: * Move constants from Schema::Result::Jobs to a separate package (#1696) @@ -28,6 +28,86 @@ Sat Jun 23 13:31:41 UTC 2018 - coolo@suse.com * Use transactions and wrap rollbacks in eval calls for further debug. Also enable exclusive transaction in toggle_asset_lock * Fix wrapping of parser results (#1695) +------------------------------------------------------------------- +Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com + +- Update to version 4.6.1529433451.a70c6e82: + * Remove running_or_waiting method + * Remove waiting state that was leftover from 5e65496f + * Ensure proxy is connected to os-autoinst in devel test + * Allow status as a ws_proxy command + * Make waiting for paused more robust against disconnects + * Remove unused parameter in wait_for_developer_console_contains_log_message + * Let the web socket console automatically reconnect + * Ensure ws connection won't timeout in fullstack tests + * Improve check for developer console in fullstack test + * Remove link to developer console + * Use docker image from OBS (#1685) + * Let tmpfiles.d create the mount point "share" (#1689) + * Add basic barrier documentation + * Improve documentation about mutexes + * Remove $isodir from Utils (only used in tests) + * Remove /tests/X/iso route + * Remove hdddir and otherdir from Utils + * Fix waiting for development session + * Don't fake D-Bus when running the devel fullstack test + * Propagate os-autoinst URL from worker to web UI + * Fix CSS for developer console + * Fix path for liveviewhandler in Apache config + * Adapt execution of developer test to latest changes + * Fix perl critic error + * Open the 2nd window/tab in devel mode test correctly + * Handle errors happening before dev session correctly + * Add unit test for developer mode + * Remove unneccassary D-bus env for livehandler + * Refactor live view handler to use regular methods + * developer console: Handle case when port is NaN + * Refactor full-stack.t and 33-developer_mode.t + * Add test for developer mode to Travis test matrix + * Add test for developer mode + * Workaround broken syntax highlighting of full-stack.t in Kate + * Allow to start Selenium driver directly via start_driver + * Improve passing parameter to OpenQA::Test::Database::create() + * Fix ID of developer session info + * Increase inactivity timeout for openqa-livehandler + * ws client: Broadcast messages to all JavaScript client + * ws proxy: Try/catch only JSON decoding + * Allow login as a 2nd administrator via fake auth + * Make logout accessible via regular GET + * Install service file for openqa-livehandler + * Use transaction to delete development session + * Move ws connection for developer session to its own service + * Keep track of developer session, limit to one session per job + * Validate commands before passing to os-autoinst + * Make the websocket proxy route basically work + * Allow to use websocket console for proxy route as well + * Add basic structure for developer mode web socket route + * Make fullstack test more verbose + * Prevent warning in fullstack test + * Test pausing and resuming jobs + * Add web socket console for isotovideo commands + * Display incomplete jobs in next&previous tab (#1682) + * Update documentation with NAT configuration using firewalld (#1683) + * Categorize UEFI PFLASH drives as HDD assets (#1684) + * Try caching + * Easier way to pass exit status from docker-tests + * Change message level when cgroups cannot be created (#1681) + * Fix typo in the travis.yml and fix the grep regular expression for the status checking (#1679) + * Adjust popover margin on audit log (#1678) + * Change from su to sudo in the docker image + * Docker shell scripts cleanup + * Allow where parameter for mutex unlocking (#1677) + * Documentation for running tests in docker + * Enable codecoverage + * Add support for os-autoinst + * Add DBUS support. + * Force user permissions 1000 to be compatible with opensuse + * Moved the DB from the host to the container + * First release of the dockerfile to create container to run unit and integration tests + * Remove job_set_running - as jobs are no longer waiting + * Remove job_set_waiting - jobs aren't WAITING anymore + * Remove current interactive mode + ------------------------------------------------------------------- Sat Jun 16 05:41:15 UTC 2018 - coolo@suse.com diff --git a/openQA.changes b/openQA.changes index d5a3e26..81c9c67 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Sat Jun 23 13:31:41 UTC 2018 - coolo@suse.com +Tue Jun 26 04:39:36 UTC 2018 - coolo@suse.com - Update to version 4.6.1529593836.4a7fa485: * Move constants from Schema::Result::Jobs to a separate package (#1696) From 03191a6a27071c97fc742260c97f990d84953dc16c00a35b94cc0fc034a9512c Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Wed, 27 Jun 2018 01:31:05 +0000 Subject: [PATCH 4/4] Offline generation of 4.6.1530017682.0f384112 4.6.1530017682.0f384112 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=112 --- openQA-4.6.1529593836.4a7fa485.obscpio | 3 --- openQA-4.6.1530017682.0f384112.obscpio | 3 +++ openQA-test.changes | 5 +++-- openQA-test.spec | 4 ++-- openQA.changes | 5 +++-- openQA.obsinfo | 6 +++--- openQA.spec | 4 ++-- 7 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 openQA-4.6.1529593836.4a7fa485.obscpio create mode 100644 openQA-4.6.1530017682.0f384112.obscpio diff --git a/openQA-4.6.1529593836.4a7fa485.obscpio b/openQA-4.6.1529593836.4a7fa485.obscpio deleted file mode 100644 index aa4b90e..0000000 --- a/openQA-4.6.1529593836.4a7fa485.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebe0b4638fcefb04c63ce0cce64dc999792eb70a967c92ed6c1c0be802416c7a -size 8893453 diff --git a/openQA-4.6.1530017682.0f384112.obscpio b/openQA-4.6.1530017682.0f384112.obscpio new file mode 100644 index 0000000..fbd9f30 --- /dev/null +++ b/openQA-4.6.1530017682.0f384112.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af385b27c16def5e30b6dbf9de57b5afd21506f67a27ba389e891f97123ca37 +size 8893453 diff --git a/openQA-test.changes b/openQA-test.changes index 7586dcd..78ccb3f 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Tue Jun 26 04:39:36 UTC 2018 - coolo@suse.com +Tue Jun 26 12:54:52 UTC 2018 - coolo@suse.com -- Update to version 4.6.1529593836.4a7fa485: +- Update to version 4.6.1530017682.0f384112: + * Allow 'assigned' state in fullstack.t (#1699) * Move constants from Schema::Result::Jobs to a separate package (#1696) * Remove leftovers of interacitve mode (#1697) * Adapt fullstack test for the logging changes diff --git a/openQA-test.spec b/openQA-test.spec index b60641c..474acb4 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,10 +18,10 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1529593836.4a7fa485 +Version: 4.6.1530017682.0f384112 Release: 0 Summary: Test package for openQA -License: GPL-2.0-or-later +License: GPL-2.0+ BuildRequires: %{short_name} == %{version} BuildRequires: openQA-local-db ExcludeArch: i586 diff --git a/openQA.changes b/openQA.changes index 81c9c67..6c7f878 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Tue Jun 26 04:39:36 UTC 2018 - coolo@suse.com +Tue Jun 26 12:54:52 UTC 2018 - coolo@suse.com -- Update to version 4.6.1529593836.4a7fa485: +- Update to version 4.6.1530017682.0f384112: + * Allow 'assigned' state in fullstack.t (#1699) * Move constants from Schema::Result::Jobs to a separate package (#1696) * Remove leftovers of interacitve mode (#1697) * Adapt fullstack test for the logging changes diff --git a/openQA.obsinfo b/openQA.obsinfo index 3a2d99c..382ecd7 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1529593836.4a7fa485 -mtime: 1529593836 -commit: 4a7fa4851417f0bbdc668913da5f11899f0653a7 +version: 4.6.1530017682.0f384112 +mtime: 1530017682 +commit: 0f3841128ab61c427196a859bbe9c6592afd35bc diff --git a/openQA.spec b/openQA.spec index cb6e94e..5f8d3ad 100644 --- a/openQA.spec +++ b/openQA.spec @@ -36,10 +36,10 @@ # runtime requirements that also the testsuite needs %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) Name: openQA -Version: 4.6.1529593836.4a7fa485 +Version: 4.6.1530017682.0f384112 Release: 0 Summary: The openQA web-frontend, scheduler and tools -License: GPL-2.0-or-later +License: GPL-2.0+ Group: Development/Tools/Other Url: http://os-autoinst.github.io/openQA/ Source0: %{name}-%{version}.tar.xz