From patchwork Fri Feb 8 03:23:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 1038459 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43wgW92NLRz9sBZ; Fri, 8 Feb 2019 14:23:33 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1grwlG-0004QX-Kh; Fri, 08 Feb 2019 03:23:30 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1grwlE-0004QD-TA for fwts-devel@lists.ubuntu.com; Fri, 08 Feb 2019 03:23:28 +0000 Received: from 1.general.alexhung.us.vpn ([10.172.65.254] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1grwlE-0003eK-Al; Fri, 08 Feb 2019 03:23:28 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH 04/14] fwts-test: update regression test for PDTT Date: Thu, 7 Feb 2019 19:23:04 -0800 Message-Id: <20190208032314.15215-5-alex.hung@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190208032314.15215-1-alex.hung@canonical.com> References: <20190208032314.15215-1-alex.hung@canonical.com> 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: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- fwts-test/pdtt-0001/acpidump-0002.log | 4 ++-- fwts-test/pdtt-0001/pdtt-0002.log | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fwts-test/pdtt-0001/acpidump-0002.log b/fwts-test/pdtt-0001/acpidump-0002.log index f019d007..8feef05a 100644 --- a/fwts-test/pdtt-0001/acpidump-0002.log +++ b/fwts-test/pdtt-0001/acpidump-0002.log @@ -26,6 +26,6 @@ FACP @ 0x00000000 PDTT @ 0x0000000000000000 0000: 50 44 54 54 34 00 00 00 01 d2 49 4e 54 45 4c 20 PDTT4.....INTEL 0010: 54 65 6d 70 6c 61 74 65 01 00 00 00 49 4e 54 4c Template....INTL - 0020: 29 09 17 20 04 01 02 03 2c 00 00 00 aa 05 bb 02 ).. ....,....... - 0030: cc 07 dd 08 .... + 0020: 29 09 17 20 04 01 02 03 2c 00 00 00 aa 09 bb 02 ).. ....,....... + 0030: cc 0a dd 08 .... diff --git a/fwts-test/pdtt-0001/pdtt-0002.log b/fwts-test/pdtt-0001/pdtt-0002.log index 1f9e440a..c6bb2f06 100644 --- a/fwts-test/pdtt-0001/pdtt-0002.log +++ b/fwts-test/pdtt-0001/pdtt-0002.log @@ -9,19 +9,19 @@ pdtt FAILED [MEDIUM] PDTTReservedNonZero: Test 1, PDTT Reserved pdtt field must be zero, got 0x00030201 instead pdtt Platform Communication Channel IDs pdtt Sub channel ID: 0xaa -pdtt Flags: 0x05 +pdtt Flags: 0x09 pdtt FAILED [HIGH] PDTTReservedBitsNonZero: Test 1, PDTT Flags -pdtt Bits [7..2] must be zero, got 0x05 instead +pdtt Bits [7..3] must be zero, got 0x09 instead pdtt Sub channel ID: 0xbb pdtt Flags: 0x02 pdtt Sub channel ID: 0xcc -pdtt Flags: 0x07 +pdtt Flags: 0x0a pdtt FAILED [HIGH] PDTTReservedBitsNonZero: Test 1, PDTT Flags -pdtt Bits [7..2] must be zero, got 0x07 instead +pdtt Bits [7..3] must be zero, got 0x0a instead pdtt Sub channel ID: 0xdd pdtt Flags: 0x08 pdtt FAILED [HIGH] PDTTReservedBitsNonZero: Test 1, PDTT Flags -pdtt Bits [7..2] must be zero, got 0x08 instead +pdtt Bits [7..3] must be zero, got 0x08 instead pdtt pdtt pdtt ==========================================================