From 6f130fa43bfbd0dcda9ceb2115492e452efafef6 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 16:32:37 +0200 Subject: [PATCH] Replace whole repo with latest content from branch rhel-8.8.0 Content corresponds with RHEL dist-git commit 5412b65 --- .gitignore | 3 +-- tests/tests.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index aab57b4..02c0702 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/Jinja2-2.10.1.tar.gz -/Jinja2-2.10.1.tar.gz +/Jinja2-*.tar.gz diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..2a15f75 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,18 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + + - role: standard-test-basic + tags: + - atomic + - classic + required_packages: + - python3-pytest + + tests: + - verify: + dir: ./source/ + run: /usr/bin/py.test-3 python3/tests