mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
test-multi: no longer expect testcase01, 12 and 13 to fail
'testcase01', 'testcase12' and 'testcase13' contain a strange mix of exec and network events. Nevertheless, there's enough information to parse them as good-enough exec events. While this is not perfectly correct, it's better than skipping these logs in this test. Stop expecting that these profiles have a wrong content, and adjust them so that they contain the (somewhat) expected exec rule.
This commit is contained in:
@@ -152,11 +152,6 @@ log_to_skip = [
|
||||
|
||||
# tests that do not produce the expected profile (checked with assertNotEqual)
|
||||
log_to_profile_known_failures = [
|
||||
# exec events
|
||||
'testcase01',
|
||||
'testcase12',
|
||||
'testcase13',
|
||||
|
||||
# 'testcase31', # works, but including the link source would be nice
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user