Switch to using tmt testing instead of STI

This commit is contained in:
Brian C. Lane 2022-02-03 14:12:38 -08:00
parent c4f3b640ee
commit 5bf63051fc
4 changed files with 7 additions and 20 deletions

7
plans/build-iso.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: Run Lorax tests (build an iso, run mkksiso on it)
prepare:
how: install
package:
- lorax
execute:
script: ./tests/scripts/run_tests.sh

View File

@ -1,5 +0,0 @@
---
standard-inventory-qcow2:
qemu:
m: 4G

View File

@ -1,15 +0,0 @@
---
# Run lorax with the new templates
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- lorax
tests:
- simple:
dir: scripts
run: ./run_tests.sh