Add CI tests for Atomic Host using the standard test interface

This commit is contained in:
Serhii Turivnyi 2017-12-13 16:46:36 +02:00
parent 7b42a698ab
commit 2a1211843d

View File

@ -60,3 +60,23 @@
- procps-ng # multiple tests need ps and pidof commands - procps-ng # multiple tests need ps and pidof commands
- psmisc # multiple tests need killall command - psmisc # multiple tests need killall command
- elfutils # multiple tests need eu-readelf tool - 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