------------
* pylint: 10.00/10
- * code coverage: 70%
-
-Useful links
-============
-
- * Functest git repository: https://github.com/opnfv/functest
- * Functest CI dashboard: http://104.154.71.112:8080/view/functest/
- * JIRA dashboard: https://jira.opnfv.org/secure/Dashboard.jspa?selectPageId=10611
- * Functest IRC channel: #opnfv-functest
- * Reporting page: http://testresults.opnfv.org/reporting/master/functest/functest.html
+ * code coverage: 70%
\ No newline at end of file
[testenv:yamllint]
basepython = python3.10
files =
- .travis.yml
- docker
- functest/ci
- functest/opnfv_tests/openstack/rally/blacklist.yaml
- functest/opnfv_tests/openstack/rally/rally_jobs.yaml
- functest/opnfv_tests/openstack/tempest/custom_tests/blacklist.yaml
- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+ .travis.yml \
+ docker \
+ functest/ci \
+ functest/opnfv_tests/openstack/rally/blacklist.yaml \
+ functest/opnfv_tests/openstack/rally/rally_jobs.yaml \
+ functest/opnfv_tests/openstack/tempest/custom_tests/blacklist.yaml \
+ functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \
functest/opnfv_tests/vnf
commands =
yamllint -s {[testenv:yamllint]files}
[testenv:bashate]
basepython = python3.10
files =
- functest/opnfv_tests/openstack/cinder/write_data.sh
- functest/opnfv_tests/openstack/cinder/read_data.sh
- functest/ci/add_proxy.sh
- functest/ci/convert_images.sh
- functest/ci/download_images.sh
+ functest/opnfv_tests/openstack/cinder/write_data.sh \
+ functest/opnfv_tests/openstack/cinder/read_data.sh \
+ functest/ci/add_proxy.sh \
+ functest/ci/convert_images.sh \
+ functest/ci/download_images.sh \
build.sh
commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
[testenv:cover]
basepython = python3.10
dirs =
- functest/tests/unit/openstack/vping
+ functest/tests/unit/openstack/vping \
functest/tests/unit/openstack/cinder
commands =
pytest --cov=xtesting --cov-reset --cov-report html --cov-fail-under=100 \