Add CI tests for Atomic Host using the standard test interface
This commit is contained in:
parent
7b42a698ab
commit
2a1211843d
@ -60,3 +60,23 @@
|
||||
- procps-ng # multiple tests need ps and pidof commands
|
||||
- psmisc # multiple tests need killall command
|
||||
- elfutils # multiple tests need eu-readelf tool
|
||||
|
||||
# Tests to run in an Atomic Host VM
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- atomic
|
||||
tests:
|
||||
- Can-t-remove-crontab-from-expired-accounts
|
||||
- Make-crontab-a-PIE
|
||||
- config-parsing-issue
|
||||
- crond-is-missing-RELRO-flags
|
||||
- crontab-has-wrong-permissions
|
||||
- usr-bin-crontab-has-wrong-permissions
|
||||
required_packages:
|
||||
- cronie # everything needs cronie package
|
||||
- findutils # beakerlib needs find command
|
||||
- procps-ng # multiple tests need ps and pidof commands
|
||||
- psmisc # multiple tests need killall command
|
||||
- elfutils # multiple tests need eu-readelf tool
|
||||
|
Loading…
Reference in New Issue
Block a user