From 2a1211843d4fa3d6bf3fed96052eb244462ed041 Mon Sep 17 00:00:00 2001 From: Serhii Turivnyi Date: Wed, 13 Dec 2017 16:46:36 +0200 Subject: [PATCH] Add CI tests for Atomic Host using the standard test interface --- tests/tests.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 2b58b01..a1167e8 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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