From 2bf417aa0f5869f80755c02ec47094b1680f6a14 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 09:49:14 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- gating.yaml | 6 ++++++ tests/pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ tests/tests.yml | 15 +++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/pom.xml create mode 100644 tests/tests.yml 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/pom.xml b/tests/pom.xml new file mode 100644 index 0000000..6861bb4 --- /dev/null +++ b/tests/pom.xml @@ -0,0 +1,46 @@ + + 4.0.0 + com.googlecode.json-simple + json-simple-tests + pom + JSON.simple + 1.1.1 + A simple Java toolkit for JSON - Tests + + + + junit + junit + 4.10 + test + + + com.googlecode.json-simple + json-simple + 1.1.1 + test + + + com.googlecode.json-simple + json-simple + 1.1.1 + tests + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + com.googlecode.json-simple:json-simple + + + + + + diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..1f4e40a --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,15 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + required_packages: + - json_simple + - json_simple-tests + - maven-local + + tests: + - xmvn_installed_rpm_surefire: + dir: . + run: "xmvn surefire:test"