From 7d143d049a75a75a3aecc8b66a63613ff1e70b0d Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Tue, 3 Aug 2021 12:47:35 +0200 Subject: [PATCH] Add gating tests Add the actual gating test Related: rhbz#1967550 --- bcc.spec | 5 ++++- tests/tests.yml | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 tests/tests.yml diff --git a/bcc.spec b/bcc.spec index 27c83dc..19ce653 100644 --- a/bcc.spec +++ b/bcc.spec @@ -27,7 +27,7 @@ Name: bcc Version: 0.20.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -230,6 +230,9 @@ install libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir} %endif %changelog +* Tue Aug 03 2021 Jerome Marchand - 0.20.0-5 +- Add gating + * Mon Jul 26 2021 Jerome Marchand - 0.20.0-4 - Don't require bcc-tools by default (#1967550) - Add explicit bcc requirement to bcc-tools diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..dcf3979 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,15 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "git://pkgs.devel.redhat.com/tests/bcc" + dest: gating + required_packages: + - bcc + - bcc-tools + - bash + - kernel-devel + tests: + - gating