python-pycdio/plans/run-test.fmf
Brian C. Lane 64067d247b tests: Add simple test for python-pycdio
This is a simple tmt test demonstrating that the installed library can
be used.

Resolves: RHEL-75941
2025-01-22 16:27:42 -08:00

12 lines
259 B
Plaintext

summary: Run python-pycdio tests
prepare:
how: install
package:
- python3-pycdio
- xorriso
execute:
script: |
mkisofs -V "PYCDIO TEST" -o ./test.iso ./tests/
./tests/scripts/print-iso-volid ./test.iso | grep "PYCDIO TEST"