未验证 提交 c250ab3f 编写于 作者: R Rudá Moura

testplans: Tests for 'make check' and 'make check_cyclical'.

Do sanity checks in Avocado sources.
Signed-off-by: NRudá Moura <rmoura@redhat.com>
上级 60ed09a6
......@@ -3,6 +3,12 @@
"description": "Test Plan to be performed before a release is cut",
"tests": [
{"name": "Avocado source is sound",
"description": "On your development machine, on a freshen Avocado source to be released, run `$ make check`. Expected result: Make command should say OK."},
{"name": "Avocado modules does not contains cyclical dependencies",
"description": "Pre-requirements: Python Snakefood (pip install snakefood) and Python NetworkX (yum install python-networkx). On your development machine, on a freshen Avocado source to be released, run `$ make check_cyclical`. Expected result: Make command should say OK."},
{"name": "Avocado RPM build",
"description": "On your development machine, build the Avocado RPM packages using: `$ make build-rpm-all`. Expected result: SRPM file `SRPMS/avocado-x.y.z-r.distro.src.rpm` and RPM files at `RPMS/noarch`"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册