diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-01-16 15:45:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-16 11:08:29 +0000 |
commit | 8e3311d45ec68d74e934e966f67cf5102634981c (patch) | |
tree | 43bc04ff440fa1ff965727d6ee323c676017fc9f /meta/conf/abi_version.conf | |
parent | 781117f9f02c0080dadc8797a8f8f9377a99b164 (diff) | |
download | openembedded-core-contrib-8e3311d45ec68d74e934e966f67cf5102634981c.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.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/abi_version.conf')
0 files changed, 0 insertions, 0 deletions