CI: Add SW token update plan

Resolves: RHEL-840
This commit is contained in:
Karel Srot 2023-07-18 14:09:40 +02:00
parent e698005342
commit a658fde51d

View File

@ -15,3 +15,24 @@
execute:
how: tmt
/sw-token-package-update:
summary: perform opencryptoki package update on a configured SW token
prepare:
- how: shell
order: 90
script:
- dnf -y downgrade 'opencryptoki*'
discover:
url: https://src.fedoraproject.org/tests/opencryptoki.git
how: fmf
test:
- /Update/initialized-sw-token/setup
- /Update/dnf-update-opencryptoki
- /Update/initialized-sw-token/test
execute:
how: tmt