diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index 7c2c877939..aaefd4fde5 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
@@ -637,7 +637,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r | |||
637 | cmd = "mount |grep '^/dev/' | cut -f1,3 -d ' '" | 637 | cmd = "mount |grep '^/dev/' | cut -f1,3 -d ' '" |
638 | status, output = qemu.run_serial(cmd) | 638 | status, output = qemu.run_serial(cmd) |
639 | self.assertEqual(1, status, 'Failed to run command "%s": %s' % (cmd, output)) | 639 | self.assertEqual(1, status, 'Failed to run command "%s": %s' % (cmd, output)) |
640 | self.assertEqual(output, '/dev/root /\r\n/dev/sda3 /mnt') | 640 | self.assertEqual(output, '/dev/root /\r\n/dev/sda1 /boot\r\n/dev/sda3 /mnt') |
641 | 641 | ||
642 | @only_for_arch(['i586', 'i686', 'x86_64']) | 642 | @only_for_arch(['i586', 'i686', 'x86_64']) |
643 | @OETestID(1852) | 643 | @OETestID(1852) |