From f8199f1af16e8917964b9d5f9498e6de6be0e1e9 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Jun 04 2019 09:52:13 +0000 Subject: Run udica sanity test --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..3a0d874 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,16 @@ +--- +# Test to run in classic context +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/rpms/udica.git" + dest: "udica" + tests: + - udica/tests/sanity + required_packages: + - udica + - podman +