libsysprof-analyze: add overlay mountinfo parsing test

This just ensures that we can parse the contents of the superblock options
that we get for "overlay" mounts via toolbox/podman. These still need to
be handled from SysprofMountNamespace when translating though.

Additionally, this stuff seems very brittle for parsing, unless it is
getting escaped somewhere I'm missing currently.
This commit is contained in:
Christian Hergert
2023-05-22 21:13:08 -07:00
parent 44b1297a1b
commit ab29afd2b1
2 changed files with 108 additions and 0 deletions

View File

@ -17,6 +17,7 @@ libsysprof_analyze_testsuite = {
'test-list-counters' : {'skip': true},
'test-list-files' : {'skip': true},
'test-list-jitmap' : {'skip': true},
'test-list-overlays' : {'skip': true},
'test-print-file' : {'skip': true},
'test-list-processes' : {'skip': true},
'test-list-address-layout' : {'skip': true},