diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/overlayfs.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/overlayfs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py b/meta/lib/oeqa/selftest/cases/overlayfs.py index 82007fade7..79d36fa93c 100644 --- a/meta/lib/oeqa/selftest/cases/overlayfs.py +++ b/meta/lib/oeqa/selftest/cases/overlayfs.py | |||
@@ -61,9 +61,9 @@ DISTRO_FEATURES += "systemd overlayfs" | |||
61 | self.add_overlay_conf_to_machine() | 61 | self.add_overlay_conf_to_machine() |
62 | 62 | ||
63 | res = bitbake('core-image-minimal', ignore_status=True) | 63 | res = bitbake('core-image-minimal', ignore_status=True) |
64 | line = getline(res, "Unit name mnt-overlay.mount not found in systemd unit directories") | 64 | line = getline(res, " Mount path /mnt/overlay not found in fstat and unit mnt-overlay.mount not found in systemd unit directories") |
65 | self.assertTrue(line and line.startswith("WARNING:"), msg=res.output) | 65 | self.assertTrue(line and line.startswith("WARNING:"), msg=res.output) |
66 | line = getline(res, "Not all mount units are installed by the BSP") | 66 | line = getline(res, "Not all mount paths and units are installed in the image") |
67 | self.assertTrue(line and line.startswith("ERROR:"), msg=res.output) | 67 | self.assertTrue(line and line.startswith("ERROR:"), msg=res.output) |
68 | 68 | ||
69 | def test_mount_unit_not_set(self): | 69 | def test_mount_unit_not_set(self): |