Add tmt testcase for CI
This commit is contained in:
parent
cbb9c710bf
commit
bdf8570847
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
11
plans/fonttools.fmf
Normal file
11
plans/fonttools.fmf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
discover:
|
||||||
|
- name: smoke-tests
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: python-import-test
|
||||||
|
test: python3 -c 'import fs'
|
||||||
|
require:
|
||||||
|
- python3-fs
|
||||||
|
duration: 1m
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
cd ../source
|
|
||||||
python3 -m pytest --ignore Tests/otlLib/optimize_test.py --ignore Tests/varLib/merger_test.py --ignore Tests/varLib/varLib_test.py
|
|
@ -1,28 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
roles:
|
|
||||||
- role: standard-test-source
|
|
||||||
|
|
||||||
- hosts: localhost
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tests:
|
|
||||||
- smoke
|
|
||||||
required_packages:
|
|
||||||
- python3-pytest
|
|
||||||
- python3-brotli
|
|
||||||
- python3-scipy
|
|
||||||
- python3-pluggy
|
|
||||||
- python3-packaging
|
|
||||||
- python3-attrs
|
|
||||||
- python3-pyparsing
|
|
||||||
- python3-gobject
|
|
||||||
- python3-fs
|
|
||||||
- python3-lxml
|
|
||||||
- atk-devel
|
|
||||||
- pango-devel
|
|
||||||
- gtk3-devel
|
|
Loading…
Reference in New Issue
Block a user