From patchwork Wed Jul 10 10:18:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weizhao Ouyang X-Patchwork-Id: 1960379 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WMhp92xPbz1xqc for ; Mon, 15 Jul 2024 09:47:28 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sT8w4-00018X-Gy; Sun, 14 Jul 2024 23:47:20 +0000 Received: from mail-oa1-f53.google.com ([209.85.160.53]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sRUPb-0004ZJ-1k for fwts-devel@lists.ubuntu.com; Wed, 10 Jul 2024 10:18:59 +0000 Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-24c9f630e51so3582338fac.1 for ; Wed, 10 Jul 2024 03:18:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720606737; x=1721211537; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=08hiWotnz4+qonsGfbDuFb6mnfpnoDhQnDJrovGC4x8=; b=vW7boORHOU+FMDq9QQ6REjVN/pNSj5CaFU9vw4pp2gR8l1V0FM68jR11yajdsb1hRg gmP2Pcugp8l+hzv82wa6KJpKWxN/LHyLDjroOleXWKdumtZ8KSkyEibzkFSHoPiB+1EL QRh1HFn5fY1TPA+WxHotzh89olowMBaXiYjRCiJ4PxqWN2TksGU6qQ65KdCDGc5wi55k Bh7kd56gbkWOQevyI++VST0cJTdiU0tK4j+vvGWM2Hfl2vFlek2dvi4YpMWIUlbXsa3h tZtSpDFLbYpSKTZ59axoDxyV+TSWj4NNusLhe5YIHv1hWOf1gof9+Il9bBzNM87zxbxL eRZg== X-Gm-Message-State: AOJu0YzFf1UZF+4++jgeE+ZmTo8Nr6+e3jS8/+//OMvByfvc/SB08Ri2 0qs5wXs7lnHyjVPA4x6bMZV5cFSlGiamamtm1+asDIp5cKHOdx704V/V5ptqBsk= X-Google-Smtp-Source: AGHT+IHBhzmKA+z9Qe8stsNpC2G32/HYcEfK31CK9w2K5NlYaU334kCYSNxZ80r4g12VHkSkKtFmUg== X-Received: by 2002:a05:6870:45a4:b0:25e:1817:e4a3 with SMTP id 586e51a60fabf-25eaec16bc9mr4190340fac.40.1720606736094; Wed, 10 Jul 2024 03:18:56 -0700 (PDT) Received: from ownia.localdomain (vps-bd302c4a.vps.ovh.ca. [15.235.142.94]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-70b4396752esm3378898b3a.125.2024.07.10.03.18.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Jul 2024 03:18:55 -0700 (PDT) From: Weizhao Ouyang To: fwts-devel@lists.ubuntu.com Subject: [PATCH] uefi: add uefivarinfo test passed info to the result log Date: Wed, 10 Jul 2024 18:18:31 +0800 Message-Id: <20240710101831.63439-1-o451686892@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.160.53; envelope-from=o451686892@gmail.com; helo=mail-oa1-f53.google.com X-Mailman-Approved-At: Sun, 14 Jul 2024 23:47:20 +0000 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Weizhao Ouyang Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Weizhao Ouyang Signed-off-by: Weizhao Ouyang --- src/uefi/uefivarinfo/uefivarinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uefi/uefivarinfo/uefivarinfo.c b/src/uefi/uefivarinfo/uefivarinfo.c index 0f20cf2a8711..05d02f997540 100644 --- a/src/uefi/uefivarinfo/uefivarinfo.c +++ b/src/uefi/uefivarinfo/uefivarinfo.c @@ -224,6 +224,8 @@ static int uefivarinfo_test1(fwts_framework *fw) fwts_log_info_verbatim(fw, " %" PRIu64 " variables, storage used: %" PRIu64 " bytes", usedvars, usedvarssize); } + fwts_passed(fw, "UEFI variable info query test passed."); + return FWTS_OK; }