[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] tools/tests: Drop obsolete mce-test infrastructure
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 16 Jun 2021 08:46:24 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jI8GS4dXvPHwc4fa10PkyQkqApx/gKJ7eRbOO1jQzKs=; b=jgpXWquSR8Ikil8yKm6RgxYyEp3nXLCknC5W54YOj9l1mVZH+zgqJ538p4lbAbAFDLBYVTCs0xQcx7QfrKKamj+R+Q6bG5G+WyHy2NUtdKUe9teN8tVef022ngSJIFLu+ehhuXTPdUIlLgzj8YXryKqCOGyWU8Q93xWIZp3/+qksZ31mjClGIXDdJuygbWjfWrsMOoLDYCFEHwE6TnND96U8KIOZRYGJBsaE1oWmgVkJ8tavEmWt4UXi4TxmJA1jlq/ASIepwY5e75pqU7ZKxpZHDcXNqUZe8U4XJxrUuMN5GFGR0NO1bLs+cI/K+GjI4p0QMybXEVmN6zVqsichWw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mlGaNqaSqPSiZuJpaPSjaxEvkRn1sDcJwwgjgMNRGP+dm1Pw/FM2q2zGQjWRZdTD18gCFhkn+EYytStpcD3dMJMbJJLLd/F3IFjtg5IWBjVC9fkvkw3w1hno0/mUPHOjaP/qLWhHqm6kf5vs2MY2Y9S5Lq1U/uPJqZ4O9LMgtEDx5ArTlzMqkuAEQqp25Y+f/VIi83u6IW5HtKygmPFdt/UYlvqtWwDW3BHq39ezrZXp/5QhhnrpEKPJouyWb+oIsjpRBC4Zre4xlwbeYYoQ23B2gA4gp2rA6AWeEuNkpliTmhyVC6PO3pIbFMWfPwLstxMp8XlPzvG+BYDuUjW5Pw==
- Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
- Cc: Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Wed, 16 Jun 2021 06:46:33 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 15.06.2021 18:19, Andrew Cooper wrote:
> mce-test has a test suite, but it depends on xend, needs to run in-tree, and
> requires manual setup of at least one guest, and manual parameters to pass
> into cases. Drop the test infrasturcture.
>
> Move the one useful remaining item, xen-mceinj, into misc/, fixing some minor
> style issues as it goes.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
While I'm not generally in favor of dropping testing code, given the
constraints you mention
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Jan
|