01e036ef43
Policy packages to be used in the test are specified using TEST_PACKAGES variable in the Makefile. Corresponding avc_<package_name> file has to exist for each such package. avc_<package_name> files contain AVCs with "scontext" domain defined in policy module installed by <package_name> RPM. The test verifies that setroubleshoot is able to properly identify the source package.
13 lines
364 B
YAML
13 lines
364 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- Regression/embedded-null-byte-in-audit-records
|
|
- Regression/no-plugin-exception-during-analyses
|
|
- Regression/sealert-s-traceback-invalid-display
|
|
- Regression/Report-bugs-on-corresponding-components
|
|
required_packages:
|
|
- setroubleshoot-server
|