This is a simple tmt test demonstrating that the installed library can be used. Resolves: RHEL-75941
12 lines
259 B
Plaintext
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"
|