diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-01-16 15:45:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 22:27:39 +0000 |
commit | b023be77142e928beec3ec37176e9246aeb10689 (patch) | |
tree | b6e0892bf9e4eb1d0605e9f96e7fc2e089bbf8a7 /meta-yocto-bsp/lib | |
parent | a9b4266f62393c8ab428450ef04e927e6cac1179 (diff) | |
download | poky-b023be77142e928beec3ec37176e9246aeb10689.tar.gz |
selftest/wic: update test case test_qemu
This test case boots the image in qemu and checks for mounted partitions.
But the outputs of mount are different between sysvinit and systemd:
sysvinit:
/dev/root /\r\n/dev/sda1 /boot\r\n/dev/sda3 /media\r\n/dev/sda4 /mnt
systemd:
/dev/sda1 /boot\r\n/dev/sda2 /\r\n/dev/sda3 /media\r\n/dev/sda4 /mnt
So check mounted partitions by egrep rather than check output of runqemu.
(From OE-Core rev: 8e3311d45ec68d74e934e966f67cf5102634981c)
(From OE-Core rev: 828db9026c61d0a6ad12b8e05929eef31abfd57d)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/lib')
0 files changed, 0 insertions, 0 deletions