diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 259: TestGetBootCmd.test_overo(): update for new OveroConfig console settings;

Message ID 20110125134633.25546.19917.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Loïc Minier Jan. 25, 2011, 1:46 p.m. UTC
------------------------------------------------------------
revno: 259
committer: Loïc Minier <lool@dooz.org>
branch nick: linaro-image-tools
timestamp: Tue 2011-01-25 14:44:16 +0100
message:
  TestGetBootCmd.test_overo(): update for new OveroConfig console settings;
  fixes testsuite.
modified:
  linaro_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
diff mbox

Patch

=== modified file 'linaro_media_create/tests/test_media_create.py'
--- linaro_media_create/tests/test_media_create.py	2011-01-25 12:02:38 +0000
+++ linaro_media_create/tests/test_media_create.py	2011-01-25 13:44:16 +0000
@@ -284,8 +284,8 @@ 
         expected = (
             "setenv bootcmd 'fatload mmc 0:1 0x80000000 uImage; "
             "fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80000000 "
-            "0x81600000'\nsetenv bootargs ' "
-            "console=ttyS2,115200n8  root=UUID=%s rootwait ro earlyprintk'"
+            "0x81600000'\nsetenv bootargs ' console=tty0 "
+            "console=ttyO2,115200n8  root=UUID=%s rootwait ro earlyprintk'"
             "\nboot" % ROOTFS_UUID)
         self.assertEqual(expected, boot_cmd)