Message ID | 20110125134633.25546.19917.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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)