Migrate to tmt test
Migrate to tmt test Resolves: RHEL-118275 Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
parent
391ed85139
commit
b40bd8b61c
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
13
tests/main.fmf
Normal file
13
tests/main.fmf
Normal 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
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user