From patchwork Tue Mar 29 13:30:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 823 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:46:10 -0000 Delivered-To: patches@linaro.org Received: by 10.42.161.68 with SMTP id s4cs187880icx; Tue, 29 Mar 2011 06:30:39 -0700 (PDT) Received: by 10.227.196.2 with SMTP id ee2mr4971880wbb.129.1301405438662; Tue, 29 Mar 2011 06:30:38 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id d8si8476790wbh.140.2011.03.29.06.30.38; Tue, 29 Mar 2011 06:30:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Q4Z0I-000264-09 for ; Tue, 29 Mar 2011 13:30:38 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id F328E2E8059 for ; Tue, 29 Mar 2011 13:30:37 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 307 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 307: Update tests for new mx51 initrd address. Message-Id: <20110329133037.18272.65556.launchpad@loganberry.canonical.com> Date: Tue, 29 Mar 2011 13:30:37 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12684"; Instance="initZopeless config overlay" X-Launchpad-Hash: 39aee6ac80c97843a5cbd45367d0be06b2c2b3e4 ------------------------------------------------------------ revno: 307 committer: Loïc Minier branch nick: linaro-image-tools timestamp: Tue 2011-03-29 15:28:38 +0200 message: Update tests for new mx51 initrd address. modified: linaro_image_tools/media_create/tests/test_media_create.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro_image_tools/media_create/tests/test_media_create.py' --- linaro_image_tools/media_create/tests/test_media_create.py 2011-03-24 18:41:59 +0000 +++ linaro_image_tools/media_create/tests/test_media_create.py 2011-03-29 13:28:38 +0000 @@ -345,8 +345,8 @@ 'bootargs': 'console=tty0 console=ttymxc0,115200n8 ' 'root=UUID=deadbeef rootwait ro', 'bootcmd': 'fatload mmc 0:2 0x90000000 uImage; ' - 'fatload mmc 0:2 0x90800000 uInitrd; ' - 'bootm 0x90000000 0x90800000'} + 'fatload mmc 0:2 0x92000000 uInitrd; ' + 'bootm 0x90000000 0x92000000'} self.assertEqual(expected, boot_commands) def test_smdkv310(self):