py: install_deps> python -I -m pip install flake8 flake8-docstrings py: freeze> python -m pip freeze --all py: flake8==7.3.0,flake8-docstrings==1.7.0,mccabe==0.7.0,pip==25.3,pycodestyle==2.14.0,pydocstyle==6.3.0,pyflakes==3.4.0,setuptools==80.9.0,snowballstemmer==3.0.1 py: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.py'"'"' > /tmp/.coalist_py' py: commands[0]> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' run_test.py:1:1: D100 Missing docstring in public module run_test.py:29:1: D103 Missing docstring in public function run_test.py:29:1: E302 expected 2 blank lines, found 1 run_test.py:45:1: D103 Missing docstring in public function run_test.py:45:1: E302 expected 2 blank lines, found 1 run_test.py:48:17: E201 whitespace after '[' run_test.py:61:1: D103 Missing docstring in public function run_test.py:61:1: E302 expected 2 blank lines, found 1 run_test.py:115:1: D103 Missing docstring in public function run_test.py:115:1: E302 expected 2 blank lines, found 1 run_test.py:134:1: E302 expected 2 blank lines, found 1 run_test.py:181:1: E305 expected 2 blank lines after class or function definition, found 1 src/onaptests/scenario/scenario_base.py:1:1: D100 Missing docstring in public module src/onaptests/scenario/scenario_base.py:39:1: D400 First line should end with a period src/onaptests/scenario/scenario_base.py:97:1: D202 No blank lines allowed after function docstring src/onaptests/scenario/scenario_base.py:126:1: D102 Missing docstring in public method src/onaptests/steps/base.py:1:1: D100 Missing docstring in public module src/onaptests/steps/base.py:17:1: E402 module level import not at top of file src/onaptests/steps/base.py:19:1: E402 module level import not at top of file src/onaptests/steps/base.py:406:1: D401 First line should be in imperative mood src/onaptests/steps/base.py:420:69: E261 at least two spaces before inline comment src/onaptests/steps/base.py:448:69: E261 at least two spaces before inline comment src/onaptests/steps/base.py:457:1: D401 First line should be in imperative mood src/onaptests/steps/base.py:464:1: D401 First line should be in imperative mood src/onaptests/steps/base.py:487:1: D202 No blank lines allowed after function docstring src/onaptests/steps/base.py:499:1: D202 No blank lines allowed after function docstring src/onaptests/steps/base.py:510:1: D202 No blank lines allowed after function docstring src/onaptests/steps/base.py:527:1: D202 No blank lines allowed after function docstring src/onaptests/steps/base.py:619:1: D107 Missing docstring in __init__ src/onaptests/steps/base.py:624:1: D102 Missing docstring in public method src/onaptests/steps/base.py:628:1: D102 Missing docstring in public method src/onaptests/steps/base.py:632:1: D102 Missing docstring in public method src/onaptests/steps/onboard/service.py:1:1: D100 Missing docstring in public module src/onaptests/steps/onboard/service.py:12:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:14:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:15:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:16:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:17:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:18:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:19:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:20:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:21:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:23:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:24:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:26:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:27:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:28:1: E402 module level import not at top of file src/onaptests/steps/onboard/service.py:59:1: D102 Missing docstring in public method src/onaptests/steps/onboard/service.py:400:1: D210 No whitespaces allowed surrounding docstring text src/onaptests/steps/onboard/service.py:400:1: D300 Use """triple double quotes""" src/onaptests/steps/onboard/service.py:400:1: D400 First line should end with a period src/onaptests/steps/onboard/service.py:594:1: D202 No blank lines allowed after function docstring py: exit 123 (0.49 seconds) /w/workspace/testsuite-pythonsdk-tests-master-python-lint> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' pid=35725 py: FAIL code 123 (3.18=setup[2.68]+cmd[0.01,0.49] seconds) evaluation failed :( (3.21 seconds)