add tests.yaml

Resolves: RHEL-30565

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
Jaroslav Kysela 2024-06-19 10:39:20 +02:00
parent 2c564b86da
commit 82a235fa06
2 changed files with 11 additions and 2 deletions

View File

@ -19,7 +19,7 @@
Summary: Firmware and topology files for Sound Open Firmware project
Name: alsa-sof-firmware
Version: %{sof_ver}
Release: 6%{?sof_ver_rel}%{?dist}
Release: 7%{?sof_ver_rel}%{?dist}
# See later in the spec for a breakdown of licensing
License: BSD-3-Clause AND Apache-2.0
URL: https://github.com/thesofproject/sof-bin
@ -161,7 +161,7 @@ if st and st.type == "directory" then
end
%changelog
* Mon Jun 17 2024 Jaroslav Kysela <perex@perex.cz> - 2024.03-6
* Mon Jun 17 2024 Jaroslav Kysela <perex@perex.cz> - 2024.03-7
- Update to v2024.03
- Add AVS topology files v2024.02

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "true"