From a0c719d229ac1bafb54663646a57be6475388e57 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 08:52:49 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 47 ++++++++++++++++++++++++++++++++++++++++++ gating.yaml | 6 ++++++ tests/smoke/runtest.sh | 3 +++ tests/tests.yml | 26 +++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/smoke/runtest.sh create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 8cdd5d9..d858279 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,48 @@ +fonttools-2.2.tar.gz +fonttools-2.3.tar.gz +/fonttools-2.4.tar.gz +/fonttools-8388a2e37ce349dac6555bb824c82723e3b65fbf.tar.gz +/2.5.tar.gz +/fonttools-3.0.tar.gz +/fonttools-3.1.2.tar.gz +/fonttools-3.1.2.zip +/fonttools-3.2.0.zip +/fonttools-3.2.1.zip +/fonttools-3.2.2.zip +/fonttools-3.2.3.zip +/fonttools-3.3.0.zip +/fonttools-3.3.1.zip +/fonttools-3.4.0.zip +/fonttools-3.5.0.zip +/fonttools-3.6.0.zip +/fonttools-3.6.1.zip +/fonttools-3.6.2.zip +/fonttools-3.7.0.zip +/fonttools-3.7.1.zip +/fonttools-3.7.2.zip +/fonttools-3.8.0.zip +/fonttools-3.9.0.zip +/fonttools-3.9.1.zip +/fonttools-3.9.2.zip +/fonttools-3.10.0.zip +/fonttools-3.11.0.zip +/fonttools-3.13.0.zip +/fonttools-3.13.1.zip +/fonttools-3.14.0.zip +/fonttools-3.15.1.zip +/fonttools-3.16.0.zip +/fonttools-3.18.0.zip +/fonttools-3.19.0.zip +/fonttools-3.20.0.zip +/fonttools-3.21.0.zip +/fonttools-3.21.1.zip +/fonttools-3.21.2.zip +/fonttools-3.22.0.zip +/fonttools-3.23.0.zip +/fonttools-3.24.0.zip +/fonttools-3.24.1.zip +/fonttools-3.24.2.zip +/fonttools-3.25.0.zip +/fonttools-3.26.0.zip +/fonttools-3.27.1.zip /fonttools-3.28.0.zip diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..6985029 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..501e8bd --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ../source +python3 setup.py test diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..56f2b99 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,26 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-source + +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - smoke + required_packages: + - python3-pytest + - python3-brotli + - python3-scipy + - python3-pluggy + - python3-packaging + - python3-attrs + - python3-pyparsing + - python3-gobject + - atk-devel + - pango-devel + - gtk3-devel