From 11733f41b3169d734576807433621457e8950b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= Date: Wed, 4 Apr 2018 16:47:08 +0200 Subject: [PATCH] Added Fedora CI tests. --- tests/tests.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..03c0ac3 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +# Tests that run in classic context +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/openscap.git" + dest: "openscap" + tests: + - openscap/Sanity/oscap-builds-ssg + required_packages: + - git + - cmake + - PyYAML + - ansible + - openscap-utils