92fcf2522e
Keep watching a workflow with modularity-testing-framework will be stable.
15 lines
432 B
Makefile
15 lines
432 B
Makefile
# A workflow with modularity-testing-framework is still uncertain.
|
|
# Only nspawn is actually used.
|
|
# https://meta-test-family.readthedocs.io/en/latest/index.html
|
|
#
|
|
# Installation
|
|
# $ sudo dnf install modularity-testing-framework python2-avocado
|
|
# $ sudo /usr/bin/pip install behave
|
|
test:
|
|
mtf-generator
|
|
MODULE=nspawn \
|
|
python -d -m avocado run \
|
|
--filter-by-tags=-WIP \
|
|
/usr/share/moduleframework/tools/modulelint.py \
|
|
*.py
|