From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D3277C04AA5 for ; Thu, 25 Aug 2022 01:27:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8783284878; Thu, 25 Aug 2022 03:26:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="L4LUeu/V"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 832E684871; Thu, 25 Aug 2022 03:26:00 +0200 (CEST) Received: from mail-oa1-x2c.google.com (mail-oa1-x2c.google.com [IPv6:2001:4860:4864:20::2c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8A39C84866 for ; Thu, 25 Aug 2022 03:25:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-oa1-x2c.google.com with SMTP id 586e51a60fabf-11c896b879bso23062043fac.3 for ; Wed, 24 Aug 2022 18:25:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=okRbsB4wqIbvBV70K923xHxI1FtUiL1NJMw49pjOxac=; b=L4LUeu/VIHwbr9HTs0uo4A051Msx+V4G3CdIzcIrPlMkDQ/8frU2BydVdNqtead9di G7lMMoCOKO9bClJH1XhGr3El76CFHd6/r1++7A8wPTuxB3KxbnkQ6G33DxiF5ypmihjv g7BMUKYJCP7IDQ6N1BXHBqz5skV1jpUibzrS4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=okRbsB4wqIbvBV70K923xHxI1FtUiL1NJMw49pjOxac=; b=XTxH5YUJ8P9x9cMoi/WKqtlvoax4YdRMu7pxiCvxYHoGITO0UpMr2rqeWV1w5axJs5 kNE5YHOhDnVwHsRhMH3Qeq+izc26Y1XQMDe8tqK49l8FeGpRxUkvk0JqSud1/BLQVRzZ /ShYu+PpnLn8VKvcgvzbkaahMbmQVampdlnscpk1UuhPLSXoqTS08BFCd9akr4nhvepT nBRZA7NyuGBkIplnjguX/xifZtiFjjbnj/3/6pSfl9m+DJeyh0I8UxiA9NTUxoKoatbp GFjJ1hTdSOw9CqUtxmEb75o8tjCIJEKSMPJysbBZOClP4r7thD0xZ7Fx27CgGcUFeot4 EFiw== X-Gm-Message-State: ACgBeo3FbjLkNM8LupYayCYGId56CnziHcCyMzShMcG7NRuAT+n+kx8H igOmOYj2cNU0Ug20kmYzVn4QaUZVDcDQvMzuu1J4+g== X-Google-Smtp-Source: AA6agR4TMAzmYNt2oBXSXtdLJvAFQPXN24MWoVY1x0mDfE/fAgwdGjqEZMFCSQJbe5PoWOqNCSStE8T7HCxxR8ZCEvU= X-Received: by 2002:a05:6870:5821:b0:11c:cafa:eb64 with SMTP id r33-20020a056870582100b0011ccafaeb64mr884679oap.64.1661390753728; Wed, 24 Aug 2022 18:25:53 -0700 (PDT) MIME-Version: 1.0 References: <20220823215300.1485789-1-quic_jaehyoo@quicinc.com> <20220823215300.1485789-8-quic_jaehyoo@quicinc.com> In-Reply-To: <20220823215300.1485789-8-quic_jaehyoo@quicinc.com> From: Simon Glass Date: Wed, 24 Aug 2022 18:25:39 -0700 Message-ID: Subject: Re: [PATCH v3 7/7] test: cmd: fru: add unit test for the fru command To: Jae Hyun Yoo Cc: Michal Simek , Ovidiu Panait , Mario Six , Masahisa Kojima , =?UTF-8?Q?Pali_Roh=C3=A1r?= , Heinrich Schuchardt , Ashok Reddy Soma , Thomas Huth , Huang Jianan , Chris Morgan , Roland Gaudig , Patrick Delaunay , Alexandru Gagniuc , Jamie Iles , Graeme Gregory , =?UTF-8?Q?C=C3=A9dric_Le_Goater?= , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Tue, 23 Aug 2022 at 14:53, Jae Hyun Yoo wrote: > > Add test cases for the fru command. > > Signed-off-by: Jae Hyun Yoo > --- > Changes from v2: > * Newly added in v3. (Simon) > > include/test/suites.h | 1 + > test/cmd/Makefile | 1 + > test/cmd/fru.c | 84 +++++++++++++++++++++++++++++++++++++++++++ > test/cmd_ut.c | 6 ++++ > 4 files changed, 92 insertions(+) > create mode 100644 test/cmd/fru.c Reviewed-by: Simon Glass