Convert STI to tmt
This commit is contained in:
parent
39e6bb3bce
commit
f668649a92
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
14
plan.fmf
Normal file
14
plan.fmf
Normal file
@ -0,0 +1,14 @@
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: upstream tests
|
||||
require:
|
||||
- python3-pytest
|
||||
- python3-jinja2
|
||||
test: |
|
||||
cd "$(dirname $TMT_SOURCE_DIR/Jinja2-*/python3)"
|
||||
/usr/bin/py.test-3 python3/tests
|
||||
@ -1,18 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- always
|
||||
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- atomic
|
||||
- classic
|
||||
required_packages:
|
||||
- python3-pytest
|
||||
|
||||
tests:
|
||||
- verify:
|
||||
dir: ./source/
|
||||
run: /usr/bin/py.test-3 python3/tests
|
||||
Loading…
Reference in New Issue
Block a user