aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2020-12-07LINKS: Fix Links to cirv-hdv and sdv.opnfv-10.0.0stable/jermaopensource-tnbt1-0/+17
Add tox.ini file too Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I758d29d29ccee399ca5b059ab5f285dcb93d4be9
2020-10-30CIRV-Cleanup: Remove HDV and SDV contents.opensource-tnbt1-31/+0
As CIRV-HDV and CIRV-SDV are active now, we do not need contents here. The docs folder has links to HDV and SDV. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I86ee90fb5e969e14d000d9a08d971b13a2c2740e
2020-03-20Create CIRV python packageCédric Ollivier1-2/+7
It adds missing __init__py and fixes concrete and abstract dependencies. It adds pylint in tox without loading pylintrc which seems too much permissive. The missing requirements and the pylint fixes will be managed in next changes. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Id4e1e290012e53e275f7d64765d388118e7ac235
2020-03-19fix flake8 checking issue of hdvchenliangyjy1-1/+1
Signed-off-by: chenliangyjy <chenliangyjy@chinamobile.com> Change-Id: Ie779c186635e57fe5d900df7326e4a704ebcad42
2020-03-16Verify ci/build-cirv.sh via bashateCédric Ollivier1-1/+7
It also fixes the current errors highlighted by bashate. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I5614b539efd7a8863ecd354aef3cb94e876ff536
2020-03-16Add yamllint in gatesCédric Ollivier1-1/+9
It verified the yaml files. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I3901d92ec9c297e3fc025f9b1c42768151f65a42
2020-03-16Run pep8 via toxCédric Ollivier1-0/+12
It adds flake8 as test requirement. It may be completed by a second change fixing all the errors. It selects python3 as interpreter as lf-build2 is unmaintained and obsolete. It may be verified vs python3.5 which is false. https://build.opnfv.org/ci/view/cirv/job/cirv-run-tox-latest/1/console Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I45e2537b7a578a92c99a1da36db1c5fd6067be74