Add plans and .fmf files

Resolves: rhbz#2186909
This commit is contained in:
Justin Stephenson 2023-05-02 14:21:52 -04:00
parent 586d4f0a13
commit c280f6866a
3 changed files with 22 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -17,7 +17,7 @@
Name: cockpit-session-recording
Version: 13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Cockpit Session Recording
License: LGPL-2.1-or-later
URL: https://github.com/Scribery/%{name}

20
plans/upstream.fmf Normal file
View File

@ -0,0 +1,20 @@
discover:
how: fmf
dist-git-source: true
execute:
how: tmt
/system:
summary: Run tests on system session-recording
discover+:
test: /test/browser/system
/user:
summary: Run tests on user session-recording
discover+:
test: /test/browser/user
/misc:
summary: Run other tests
discover+:
test: /test/browser/other