From d23ea04760c1406e08a9f4a269154c6c469b96f8 Mon Sep 17 00:00:00 2001 From: Lukas Zachar Date: Apr 10 2019 09:53:58 +0000 Subject: Example for CI of tests --- diff --git a/examples/testing_test.fmf b/examples/testing_test.fmf new file mode 100644 index 0000000..c0ed4d2 --- /dev/null +++ b/examples/testing_test.fmf @@ -0,0 +1,32 @@ +# CI for changes of tests found in PR +/test: + # Detects what tests, preparation steps for each of them + discover: + how: beakerlib-test + execute: + how: restraint + checkers: # All available are enabled by default + # Sends FAF report if happened during test run + abrt: False + # Compares SUT before/after test is run, fails when SUT has changed + inspector: False + /dist-git-pr: + /rhel-7-normal: + distro: RHEL-7-latest + /rhel-7-rh-python36: + distro: RHEL-7-latest + discover: + how: scl-beakerlib-test + options: + collection: rh-python36 + /rhel-8-platform: + distro: RHEL-8-latest + environment: + PYTHON: /usr/libexec/platform-python + PACKAGES: "platform-python python36" + /rhel-8-python27: + distro: RHEL-8-latest + environment: + PYTHON: python2 + PACKAGES: "python27" +