From 886aa5d9fc464b7579b73594f0c8eb3bf95ea324 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 21:45:58 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-0.1.7-rhel-8.8.0 Content corresponds with RHEL dist-git commit f7b0176 --- .gitignore | 1 - gating.yaml | 6 ------ tests/tests.yml | 16 ---------------- 3 files changed, 23 deletions(-) delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 538f129..b6a502a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/wcwidth-0.1.7.tar.gz /wcwidth-0.1.7.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 648918d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 6ed8851..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-source - tags: - - always - - - role: standard-test-basic - tags: - - classic - required_packages: - - python3-pytest - tests: - - simple: - dir: ./source - run: python -m pytest -v