From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests v3 0/9] Extend and apply the errata framework Date: Wed, 14 Jun 2017 20:58:57 +0200 Message-ID: <20170614185857.GE2224@potion> References: <20170613115451.6240-1-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, pbonzini@redhat.com, lvivier@redhat.com, thuth@redhat.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48582 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751682AbdFNS7A (ORCPT ); Wed, 14 Jun 2017 14:59:00 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8B5F2C0587CF for ; Wed, 14 Jun 2017 18:59:00 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20170613115451.6240-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-06-13 13:54+0200, Andrew Jones: > We've had an errata framework merged in for a while, but it hasn't been > getting used (at least not upstream). This series extends it to allow > run script environment provided and host kernel version based generated > errata variables to be automatically provided to unit tests. It then > changes a couple arm unit tests to use the errata framework, now that > it's more useful. > > The benefit of this over always using the 'nodefault' group is that > once a host has been patched the unit test will automatically start > running as a regression test - no need to manually run it, meaning no > concern that it will likely never actually be run... Applied, thanks.