Skip to content
Snippets Groups Projects
Commit f5cc0c36 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Assert that pressure-vessel gets copied into the mutable sysroot

parent ce063872
No related branches found
No related tags found
No related merge requests found
......@@ -517,6 +517,14 @@ class TestContainers(BaseTest):
self.assertTrue(
os.path.isdir(os.path.join(tree, 'overrides', 'lib')),
)
self.assertTrue(
os.path.isfile(
os.path.join(
tree, 'usr', 'lib', 'pressure-vessel', 'from-host',
'bin', 'pressure-vessel-with-lock',
)
)
)
for multiarch, arch_info in self.host_srsi_parsed.get(
'architectures', {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment