From patchwork Fri Aug 4 22:20:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 798062 X-Patchwork-Delegate: trini@ti.com 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.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="Pc7CxC9U"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xPLwL05Mwz9s65 for ; Sat, 5 Aug 2017 08:20:32 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 49D6EC21EDE; Fri, 4 Aug 2017 22:20:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 7A19DC21D8E; Fri, 4 Aug 2017 22:20:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9B732C21D8E; Fri, 4 Aug 2017 22:20:23 +0000 (UTC) Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) by lists.denx.de (Postfix) with ESMTPS id 5049AC21C2B for ; Fri, 4 Aug 2017 22:20:22 +0000 (UTC) Received: by mail-oi0-f54.google.com with SMTP id g131so26617158oic.3 for ; Fri, 04 Aug 2017 15:20:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=sender:from:to:cc:subject:date:message-id; bh=XLsUsEPsAnesxQEVL7ldb2vcpXHYEqb3g9+2JohbMFk=; b=Pc7CxC9Ut5GLvjzUmgUrt7+pHbi/MjbBw8VeoUJ0sesGp6fPuLB9h+WzRN24RElFDM nhlS7JbbIK4IW3sshDVfvRTPZRkQtEe+hwQ/f/l21ZeSa29ifYYVnw4xEhdqEwR5duxB 2zl2EtmwSCyKSIR1k4yo6Fm1KgKbXHGYp5V8s6ei5ZMHPW+lCJgU2X0hVR6RloftdeBu eqpn1R1S84Zam5cFnO/iwWfS+7euvhJIAexl48m7tRs/fjYDdtVOCEx2kVQqdCXmu+of vlZMC4op0RUftD7BZRFbR+h4HwgXjj1O2FojGZs4TlZLLlByIK7lIlezpO9YdQrZjnDx Ezxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=XLsUsEPsAnesxQEVL7ldb2vcpXHYEqb3g9+2JohbMFk=; b=qU0nlvKJQIC//HU9wLSxsFhfrI3+rjomuuS8rX05WWj0CwoM5C50dPoH8nO6xUi5e8 +ww8VV3mMnT0moUNhU/ux9vMA6DNFGlDR0bTOq723XGEEr7lxOgp8wxp30zYMARj4Vqf NYdn2ft4sOlkSdIBcB8IA025rwMZSr0Vac7gROq1AL5GlaeFty2Mpop+s9eoNIufCRvb MuIT5qjVNgxmuxXuKF3Niu6r4l5MlNnml19VggBKtEbqEus6esOQAIs4JIr0jYp/WxHp JYQSRr709QfVaZrwc+pTmIVyta8dkZc9tL3QBZmXWOD43gE0fXEipxdWLD7x97UftYM6 vOFA== X-Gm-Message-State: AHYfb5hVeuITCPGeiILPViPaUHDC7jaE8LUR6PxkObWqqAMo628fvyqq bsmurUOmRG8fum8f X-Received: by 10.202.79.6 with SMTP id d6mr3135372oib.178.1501885220704; Fri, 04 Aug 2017 15:20:20 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:0:10f2:0:70e5:c385:dad1:4894]) by smtp.gmail.com with ESMTPSA id u17sm2701118oif.52.2017.08.04.15.20.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Aug 2017 15:20:20 -0700 (PDT) Received: by kiwi.bld.corp.google.com (Postfix, from userid 121222) id 1049F140AF1; Fri, 4 Aug 2017 16:20:18 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Fri, 4 Aug 2017 16:20:16 -0600 Message-Id: <20170804222016.101309-1-sjg@chromium.org> X-Mailer: git-send-email 2.14.0.rc1.383.gd1ce394fe2-goog Cc: Tom Rini Subject: [U-Boot] [PATCH] test: Fix FIT test to pass again X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" A recent change adjusted a test string so that the test no-longer passes. Fix it. Signed-off-by: Simon Glass Reported-by: Heiko Schocher Fixes: b28c5fcc (test-fit.py: Minor grammar/spelling/clarification tweaks) --- test/image/test-fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/image/test-fit.py b/test/image/test-fit.py index b0d0538919..ca38f71a15 100755 --- a/test/image/test-fit.py +++ b/test/image/test-fit.py @@ -392,7 +392,7 @@ def run_fit_test(mkimage, u_boot): fail('Ramdisk loaded but should not be', stdout) # Find out the offset in the FIT where U-Boot has found the FDT - line = find_matching(stdout, 'Booting using the FDT blob at ') + line = find_matching(stdout, 'Booting using the fdt blob at ') fit_offset = int(line, 16) - params['fit_addr'] fdt_magic = struct.pack('>L', 0xd00dfeed) data = read_file(fit)