Migrate to tmt test

Migrate to tmt test

Resolves: RHEL-118275

Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
Kate Hsuan 2025-10-20 15:04:04 +08:00
parent 391ed85139
commit b40bd8b61c
3 changed files with 14 additions and 23 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

13
tests/main.fmf Normal file
View File

@ -0,0 +1,13 @@
summary:
Test for bolt
prepare:
how: install
package:
- bolt-tests
- python3-gobject-base
- python3-dbus
- python3-dbusmock
- umockdev-devel
execute:
script: tests/run-it.sh /usr/libexec/installed-tests/bolt/test-integration

View File

@ -1,23 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- bolt
- pygobject3-devel
- python3-dbus
- python3-dbusmock
- umockdev-devel
tests:
- smoke:
dir: smoke
run: boltctl --version
- integration:
dir: .
run: ./run-it.sh source/tests/test-integration