[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] automation: make console options configurable via variables
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Jiamei Xie <jiamei.xie@xxxxxxx>
- Date: Tue, 16 May 2023 09:51:37 +0800
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=5Cn+qLn2HDGBuIuBfG2AsGcWSyQo5Ucg8P8Tm+y6XxQ=; b=BMVMZh4PQ1okYeLHKlCRLTh9lhXdp/N1l2XFyYuux0g8BPAMca20RrZSMlwC6hpOWw+uIWGe3KnXP1Dkk7xoLIRHxB9JI/TiOATUWcArIqC+iNaXXg11SHMYr+dUgDxFsP+CFX5KMThQNuqvsdOH71f4pVkUpFMEQg7w2c0u7knT9KMpi27KQoB/PDY/qbUXlagphgGzQGiP5fWzC0g+5R9PMq5SINaeS4pTUXuI65F75PzTtQhAUtePXyDO+qOWeP9yPcfQ5KSq6TaKiDnK2bRE+o71CQ3VzaHXwIRKd8TGmzRKaGfcJmLyowHbmfzIRLuaIltxW52EK2Wcxe5Htg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Mp0o9I8GDF9dyaWXrYWimZ7ByQG+kcY768rT7snYoSmTRRzCPubsIRnGDvTX1W3x4fXdgo/BMiGLUl57C2KDcZ5drhx9cQkeuSDuDV4uzu9DIDWW6wFOc7fS+IS/Hyw7gfTf8WsLkTradAB5Lu4ZDM+i6Hf2ubJ+S/3e+QZo3FS9NdkWOtNZLqMb/IH5Hx/CiQROCtr3r2kYPIBpKsPzKFzwPSzl/zdLIAsawsnP9i2lodspVutpq8c1nT3Xxz2w7ym1Te8rcPm0El+WoeXLNP5P4vJj92lZHb5SlWoRZQHui7s1yFWNHyccumw/fd2u+n5fTa5yJseJnWc2//vfIQ==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Delivery-date: Tue, 16 May 2023 01:52:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
On 2023/5/13 10:12, Marek
Marczykowski-Górecki wrote:
This makes the test script easier reusable for different runners, where
console may be connected differently. Include both console= option and
configuration for specific chosen console too (like com1= here) in the
'CONSOLE_OPTS' variable.
Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jiamei Xie <jiamei.xie@xxxxxxx>
|