automatic DPDK test reports
 help / color / mirror / Atom feed
* [dts-test-report] |FAILURE| pw(116320) sid(24669) job(DTS_AUTO_1560) [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP
@ 2022-09-16  6:58 sys_stv
  0 siblings, 0 replies; 3+ messages in thread
From: sys_stv @ 2022-09-16  6:58 UTC (permalink / raw)
  To: test-report, dts-test-report

[-- Attachment #1: Type: text/plain, Size: 2546 bytes --]

Test-Label: Intel-dts-suite-test
Test-Status: FAILURE
http://dpdk.org/patch/116320
Subject: [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP

_Testing issues_

Diff:
	tests/TestSuite_af_xdp_2.py
	tests/TestSuite_af_xdp.py
	test_plans/index.rst
	test_plans/af_xdp_test_plan.rst
	test_plans/af_xdp_2_test_plan.rst

DPDK:
	commit f8f6b1c1744e12d8d6877464a613acd1231db1a1
	Author: David Marchand <david.marchand@redhat.com>
	Date:   Mon Jul 25 22:32:06 2022 +0200
	Comment: vhost: stop using mempool for IOTLB cache

DTS:
	commit 0c15de88fb78077b4565de70a95220eb835356e1
	Author: Song Jiale <songx.jiale@intel.com>
	Date:   Wed Sep 14 09:42:50 2022 +0000
	Comment: tests/ice_flow_priority: synchronize test plans and optimization scripts


Test environment and result as below:
+--------+----------+---------------------------------+--------------------------------+
| suits  | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit |
+--------+----------+---------------------------------+--------------------------------+
| af_xdp | CVL Only | run                             | not run                        |
+--------+----------+---------------------------------+--------------------------------+

Log path: /regression_dts/results/test/f538169f097b4f57aab2d6cfb8a4fb30

#1: UB2004-64+216_columbiaville_25g
	OS: Ubuntu 20.04.4 LTS
	Kernel: 5.8.0-45-generic
	CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
	Clang: 10.0.0-4ubuntu1


	Status: FAILURE
	Catogory: CVL Only
	Target: x86_64-native-linuxapp-gcc
	without_patch Total/Pass/Fail/Blocked/NA: 0/0/0/0/0
	with_patch Total/Pass/Fail/Blocked/NA: 8/0/8/0/0
	
	Detail test results:
	+-----------------------------------+------------+---------------+
	| suit/case                         | with_patch | without_patch |
	+-----------------------------------+------------+---------------+
	| af_xdp/test_func_shared_umem_2pmd | failed     | n/a           |
	| af_xdp/test_func_busy_budget      | failed     | n/a           |
	| af_xdp/test_func_queue_count      | failed     | n/a           |
	| af_xdp/test_func_xdp_prog         | failed     | n/a           |
	| af_xdp/test_func_secondary_prog   | failed     | n/a           |
	| af_xdp/test_func_xdp_prog_mq      | failed     | n/a           |
	| af_xdp/test_func_shared_umem_1pmd | failed     | n/a           |
	| af_xdp/test_func_start_queue      | failed     | n/a           |
	+-----------------------------------+------------+---------------+

DPDK STV team

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts-test-report] |FAILURE| pw(116320) sid(24669) job(DTS_AUTO_1560) [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP
@ 2022-09-16  6:54 sys_stv
  0 siblings, 0 replies; 3+ messages in thread
From: sys_stv @ 2022-09-16  6:54 UTC (permalink / raw)
  To: test-report, dts-test-report

[-- Attachment #1: Type: text/plain, Size: 367935 bytes --]

Test-Label: Intel-dts-pylama-test
Test-Status: FAILURE
http://dpdk.org/patch/116320
Subject: [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP

_Testing issues_

Diff:
	tests/TestSuite_af_xdp_2.py
	tests/TestSuite_af_xdp.py
	test_plans/index.rst
	test_plans/af_xdp_test_plan.rst
	test_plans/af_xdp_2_test_plan.rst

DPDK:
	commit f8f6b1c1744e12d8d6877464a613acd1231db1a1
	Author: David Marchand <david.marchand@redhat.com>
	Date:   Mon Jul 25 22:32:06 2022 +0200
	Comment: vhost: stop using mempool for IOTLB cache

DTS:
	commit 0c15de88fb78077b4565de70a95220eb835356e1
	Author: Song Jiale <songx.jiale@intel.com>
	Date:   Wed Sep 14 09:42:50 2022 +0000
	Comment: tests/ice_flow_priority: synchronize test plans and optimization scripts

PYLAMA test failed information:
framework/__init__.py:1: [D] D104 Missing docstring in public package [pydocstyle]
framework/asan_test.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/asan_test.py:32: [D] D101 Missing docstring in public class [pydocstyle]
framework/asan_test.py:36: [D] D102 Missing docstring in public method [pydocstyle]
framework/asan_test.py:47: [D] D102 Missing docstring in public method [pydocstyle]
framework/checkCase.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/checkCase.py:18: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/checkCase.py:18: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/checkCase.py:18: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:18: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:18: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:25: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/checkCase.py:35: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:46: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:54: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/checkCase.py:54: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:54: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:54: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:95: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/checkCase.py:95: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:95: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:95: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:120: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:139: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/checkCase.py:139: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:139: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:139: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:164: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:182: [D] D101 Missing docstring in public class [pydocstyle]
framework/checkCase.py:183: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/checkCase.py:189: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/config.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/config.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/config.py:40: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:41: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:48: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:54: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:65: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:71: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:80: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:81: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:91: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:95: [E] E722 do not use bare 'except' [pycodestyle]
framework/config.py:107: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:108: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:119: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:126: [E] E722 do not use bare 'except' [pycodestyle]
framework/config.py:137: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/config.py:143: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/config.py:143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/config.py:143: [D] D400 First line should end with a period [pydocstyle]
framework/config.py:143: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/config.py:143: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/config.py:153: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:154: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:163: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:168: [E] E722 do not use bare 'except' [pycodestyle]
framework/config.py:182: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:185: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:190: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:191: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:201: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:240: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:243: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:250: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:265: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:274: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:323: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:324: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:334: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:375: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:411: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:412: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:421: [D] D102 Missing docstring in public method [pydocstyle]
framework/crb.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/crb.py:21: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/crb.py:21: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:21: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:21: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:21: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:31: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/crb.py:67: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:67: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:73: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:73: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:79: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:79: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:93: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/crb.py:93: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:93: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:93: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:93: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:112: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:112: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:128: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:128: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:140: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:140: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:140: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:140: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:171: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:171: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/crb.py:171: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:181: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:181: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:181: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:181: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:187: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:187: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:194: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:205: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:205: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:215: [D] D102 Missing docstring in public method [pydocstyle]
framework/crb.py:224: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:224: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:224: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:224: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:257: [E] E722 do not use bare 'except' [pycodestyle]
framework/crb.py:267: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:267: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:274: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:274: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:280: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:280: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:296: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:296: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:302: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:302: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:313: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:313: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:322: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:322: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:376: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:376: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:390: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:390: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:397: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:397: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:414: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:414: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:420: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:427: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:427: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:444: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:444: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:451: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:451: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:469: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:469: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:476: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:476: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:487: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:487: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:500: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:500: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:500: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:500: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:509: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:509: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:509: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:509: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:523: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:523: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:531: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:531: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:531: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:531: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:531: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:556: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:556: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:556: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:568: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/crb.py:590: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/crb.py:616: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:616: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:641: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:641: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:648: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:648: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:659: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:659: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:671: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:671: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:684: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:684: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:693: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:693: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:725: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:725: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:765: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:765: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:771: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:771: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:782: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:782: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:794: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:794: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:803: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:803: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:825: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:825: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:948: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:948: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/crb.py:948: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:948: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:948: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:973: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:973: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:973: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:973: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:973: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:981: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:981: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:981: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:981: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:981: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:986: [D] D102 Missing docstring in public method [pydocstyle]
framework/crb.py:991: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:991: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:991: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:991: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:1008: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:1008: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:1008: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:1008: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:1008: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:1020: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:1020: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:1020: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:1020: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:1020: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:1031: [D] D102 Missing docstring in public method [pydocstyle]
framework/crbs.py:1: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crbs.py:1: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/debugger.py:22: [D] D103 Missing docstring in public function [pydocstyle]
framework/debugger.py:37: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:37: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:50: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:50: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:68: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:68: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:68: [D] D400 First line should end with a period [pydocstyle]
framework/debugger.py:68: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/debugger.py:95: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:95: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:104: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:104: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:113: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:113: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:121: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:121: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:154: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:154: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:174: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:174: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/dts.py:55: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:55: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:131: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:131: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:141: [E] E722 do not use bare 'except' [pycodestyle]
framework/dts.py:154: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:154: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:154: [D] D400 First line should end with a period [pydocstyle]
framework/dts.py:154: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dts.py:202: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:202: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:202: [D] D400 First line should end with a period [pydocstyle]
framework/dts.py:202: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dts.py:217: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:269: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:295: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:295: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:344: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:344: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:344: [D] D400 First line should end with a period [pydocstyle]
framework/dts.py:344: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dts.py:354: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:388: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:388: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:427: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:427: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:435: [E] E203 whitespace before ':' [pycodestyle]
framework/dts.py:511: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:511: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dts.py:511: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:511: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dts.py:656: [D] D103 Missing docstring in public function [pydocstyle]
framework/dts.py:669: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:669: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:678: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dts.py:678: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/dut.py:27: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/dut.py:27: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:42: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/dut.py:66: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:114: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:114: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:114: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:114: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:114: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:180: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:192: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:192: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:192: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:192: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:207: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:226: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:226: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:226: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:226: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:226: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:232: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:232: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:240: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:240: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:240: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:240: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:240: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:240: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/dut.py:262: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:262: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:268: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:272: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:272: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:278: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:278: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:284: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:284: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:290: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:290: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:296: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:296: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:349: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:357: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:368: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:368: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:379: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:379: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:387: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:387: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:387: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:467: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:467: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:467: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:478: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:478: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:478: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:534: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:534: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:534: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:547: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:554: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:554: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:567: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:580: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:580: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:580: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:580: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:580: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:604: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:604: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:604: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:629: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:629: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:629: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:629: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:629: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:639: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:639: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:639: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:639: [D] D401 First line should be in imperative mood [pydocstyle]
framework/dut.py:675: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:675: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:675: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:675: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:675: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:685: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:685: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:685: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:685: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:731: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:731: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:731: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:773: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:773: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:773: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:773: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:773: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:782: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:782: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:782: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:782: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:782: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:788: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:788: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:788: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:788: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:788: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:794: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:794: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:794: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:794: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:794: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:802: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:816: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:824: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:824: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:824: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:824: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:843: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:843: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:843: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:843: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:854: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:854: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:854: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:862: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:894: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:915: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:922: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:933: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:933: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:944: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:944: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:944: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:944: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:951: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:951: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:951: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:951: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:972: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:972: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:981: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:981: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1042: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1042: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1098: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1098: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1098: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1098: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1098: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:1106: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1106: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1141: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1164: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1166: [E] E711 comparison to None should be 'if cond is None:' [pycodestyle]
framework/dut.py:1172: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:1172: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1172: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1172: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1198: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1198: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1211: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1211: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1302: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1311: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1320: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1327: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1341: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1341: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1354: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1354: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1354: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1364: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1364: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1364: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1364: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1387: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:1387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1387: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1387: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1387: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/excel_reporter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/excel_reporter.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/excel_reporter.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/excel_reporter.py:5: [D] D407 Missing dashed underline after section [pydocstyle]
framework/excel_reporter.py:33: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/excel_reporter.py:33: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/excel_reporter.py:33: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/excel_reporter.py:33: [D] D400 First line should end with a period [pydocstyle]
framework/excel_reporter.py:33: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/excel_reporter.py:39: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/excel_reporter.py:244: [D] D102 Missing docstring in public method [pydocstyle]
framework/exception.py:1: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:1: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:9: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:9: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:9: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:13: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:17: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:21: [D] D102 Missing docstring in public method [pydocstyle]
framework/exception.py:27: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:27: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/exception.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:27: [D] D400 First line should end with a period [pydocstyle]
framework/exception.py:27: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/exception.py:32: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:35: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:41: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:41: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:41: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:45: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:48: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:54: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:54: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:54: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:58: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:61: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:67: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:67: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/exception.py:67: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:72: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:75: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:79: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:85: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:85: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:85: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:89: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:92: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:98: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:98: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:98: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:102: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:105: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:109: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:113: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:119: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:119: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:119: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:123: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:126: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:130: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:134: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:135: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:139: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:143: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:147: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_action_items.py:69: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:81: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:102: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:122: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:142: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:162: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:197: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:225: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:248: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:269: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:290: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:310: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:326: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:346: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:381: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:420: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:459: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:463: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:479: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:500: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:515: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:516: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:517: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:526: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:531: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:534: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:539: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:540: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:541: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:542: [E] E501 line too long (115 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:549: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:573: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:595: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:617: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:639: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:667: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:695: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:724: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:752: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:760: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:765: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:766: [E] E501 line too long (112 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:767: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:768: [E] E501 line too long (115 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:775: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:784: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:789: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:790: [E] E501 line too long (112 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:791: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:792: [E] E501 line too long (115 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:799: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:822: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:845: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:852: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:853: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:854: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:855: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:856: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:861: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:866: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:867: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:868: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:869: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:871: [E] E501 line too long (108 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:876: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:934: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:982: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1004: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1026: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1041: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1042: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1043: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1052: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1067: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1068: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1069: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1078: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1102: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1120: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1144: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1162: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1186: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1195: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1200: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1201: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1202: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1203: [E] E501 line too long (108 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1210: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1224: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1225: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1226: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1235: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1256: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1277: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1298: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1319: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1372: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1410: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1434: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1463: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_rule.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_rule.py:14: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_rule.py:17: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_rule.py:21: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_rule.py:24: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_rule.py:28: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_pattern_items.py:45: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:56: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow_pattern_items.py:56: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow_pattern_items.py:56: [D] D401 First line should be in imperative mood [pydocstyle]
framework/flow/flow_pattern_items.py:73: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:78: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:82: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:86: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:90: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:94: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:215: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:263: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:272: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:309: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:350: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:388: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:423: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:438: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:523: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:607: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:612: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:613: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:614: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:615: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:623: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:628: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:629: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:630: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:631: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:638: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:700: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:794: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:854: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:938: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:998: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1068: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1085: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1100: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1109: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1170: [E] E501 line too long (112 > 100 characters) [pycodestyle]
framework/flow/generator.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/generator.py:16: [E] E402 module level import not at top of file [pycodestyle]
framework/flow/generator.py:17: [E] E402 module level import not at top of file [pycodestyle]
framework/flow/generator.py:29: [E] E402 module level import not at top of file [pycodestyle]
framework/flow/generator.py:32: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:78: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:111: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:126: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:134: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/generator.py:144: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/flow/generator.py:144: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/flow/generator.py:145: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/generator.py:147: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/generator.py:167: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/generator.py:167: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/generator.py:167: [D] D400 First line should end with a period [pydocstyle]
framework/flow/generator.py:167: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/flow/enums.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/enums.py:9: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/enums.py:15: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/enums.py:40: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_items.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_items.py:24: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_items.py:42: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow_items.py:42: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow_items.py:42: [D] D400 First line should end with a period [pydocstyle]
framework/flow/flow_items.py:42: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/flow/flow_items.py:42: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/flow/flow_items.py:42: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/flow/flow_items.py:58: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/flow_items.py:62: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow_items.py:62: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow_items.py:62: [D] D401 First line should be in imperative mood [pydocstyle]
framework/flow/flow_items.py:87: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_items.py:94: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_items.py:100: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/exceptions.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/exceptions.py:7: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/exceptions.py:8: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/exceptions.py:12: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/exceptions.py:13: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/exceptions.py:15: [E] E501 line too long (116 > 100 characters) [pycodestyle]
framework/flow/flow.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow.py:36: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/flow/flow.py:36: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow.py:36: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow.py:36: [D] D400 First line should end with a period [pydocstyle]
framework/flow/flow.py:36: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/flow/flow.py:36: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/flow/flow.py:36: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/flow/flow.py:56: [E] E203 whitespace before ':' [pycodestyle]
framework/flow/flow.py:82: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow.py:87: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/flow.py:102: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow.py:102: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow.py:102: [D] D401 First line should be in imperative mood [pydocstyle]
framework/flow/flow.py:103: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/flow.py:140: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow.py:141: [E]  f-string is missing placeholders [pyflakes]
framework/flow/flow.py:145: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow.py:148: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow.py:157: [D] D102 Missing docstring in public method [pydocstyle]
framework/flow/flow.py:162: [D] D102 Missing docstring in public method [pydocstyle]
framework/flow/flow.py:172: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/__init__.py:1: [D] D104 Missing docstring in public package [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:31: [D] D101 Missing docstring in public class [pydocstyle]
framework/ixia_buffer_parser.py:32: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D301 Use r""" if any backslashes in a docstring [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:82: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:82: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:5: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/ixia_network/ixnet.py:26: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/ixia_network/ixnet.py:30: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/ixnet.py:48: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:56: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:65: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:65: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:68: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:81: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:81: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:81: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:89: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:122: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:135: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D417 Missing argument descriptions in the docstring [pydocstyle]
framework/ixia_network/ixnet.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:194: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:194: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:360: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet.py:360: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:370: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:370: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D417 Missing argument descriptions in the docstring [pydocstyle]
framework/ixia_network/ixnet.py:453: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet.py:500: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D411 Missing blank line before section [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D416 Section name should end with a colon [pydocstyle]
framework/ixia_network/ixnet.py:562: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet.py:579: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:579: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/ixia_network/ixnet.py:734: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:734: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:734: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D301 Use r""" if any backslashes in a docstring [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D411 Missing blank line before section [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D417 Missing argument descriptions in the docstring [pydocstyle]
framework/ixia_network/ixnet.py:820: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet.py:875: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:875: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:875: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet_config.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet_config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet_config.py:12: [D] D101 Missing docstring in public class [pydocstyle]
framework/ixia_network/packet_parser.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ixia_network/packet_parser.py:16: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/ixia_network/packet_parser.py:16: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/packet_parser.py:16: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/packet_parser.py:18: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/packet_parser.py:23: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/packet_parser.py:23: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/packet_parser.py:23: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/packet_parser.py:51: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/packet_parser.py:51: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/packet_parser.py:51: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:22: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:22: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/ixia_network/__init__.py:22: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:26: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/__init__.py:50: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:76: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/__init__.py:80: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:80: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:80: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:85: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/__init__.py:94: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:94: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:94: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:106: [E]  '...'.format(...) has unused arguments at position(s): 0 [pyflakes]
framework/ixia_network/__init__.py:126: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:126: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet_stream.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ixia_network/ixnet_stream.py:11: [D] D101 Missing docstring in public class [pydocstyle]
framework/ixia_network/ixnet_stream.py:12: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/ixnet_stream.py:28: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:45: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:58: [E] E501 line too long (145 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:63: [E] E501 line too long (150 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:66: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:75: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:104: [E] E501 line too long (134 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:123: [E] E501 line too long (134 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:126: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:135: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:172: [E] E501 line too long (138 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:200: [E] E501 line too long (138 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:203: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:212: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:226: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:232: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:235: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:245: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:259: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:265: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:268: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:278: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:288: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:297: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:305: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:317: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:327: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:335: [D] D102 Missing docstring in public method [pydocstyle]
framework/json_reporter.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/json_reporter.py:8: [D] D101 Missing docstring in public class [pydocstyle]
framework/json_reporter.py:9: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/json_reporter.py:52: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/logger.py:70: [D] D103 Missing docstring in public function [pydocstyle]
framework/logger.py:76: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:76: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:76: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:80: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:83: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:86: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:89: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:92: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:95: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:98: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:101: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:104: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:107: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:110: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:113: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:116: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:119: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:124: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:124: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:124: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:150: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:156: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:156: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:156: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:160: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/logger.py:192: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:192: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:222: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:222: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:228: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:228: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:234: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:234: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:240: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:240: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:246: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:246: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:252: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/logger.py:252: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:252: [D] D400 First line should end with a period [pydocstyle]
framework/logger.py:252: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/logger.py:259: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/logger.py:259: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:259: [D] D400 First line should end with a period [pydocstyle]
framework/logger.py:259: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/logger.py:266: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:266: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:295: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:295: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:322: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:322: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:332: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:332: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:354: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:354: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:358: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/logger.py:363: [E] E722 do not use bare 'except' [pycodestyle]
framework/logger.py:375: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:394: [E] E203 whitespace before ':' [pycodestyle]
framework/logger.py:396: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:420: [E] E203 whitespace before ':' [pycodestyle]
framework/logger.py:428: [D] D102 Missing docstring in public method [pydocstyle]
framework/multiple_vm.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/multiple_vm.py:14: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/multiple_vm.py:14: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:14: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:14: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:14: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:21: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/multiple_vm.py:35: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/multiple_vm.py:35: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:35: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:129: [D] D102 Missing docstring in public method [pydocstyle]
framework/multiple_vm.py:133: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:133: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:181: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:181: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:207: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:207: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:207: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:214: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:214: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:214: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:214: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:239: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:239: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:239: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:239: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:264: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:264: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:264: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:264: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:301: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:301: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:301: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:301: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:306: [D] D102 Missing docstring in public method [pydocstyle]
framework/multiple_vm.py:314: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:314: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:314: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:314: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:65: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:114: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:122: [D] D101 Missing docstring in public class [pydocstyle]
framework/packet.py:168: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/packet.py:172: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:175: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:181: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:184: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:192: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:202: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:210: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:220: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:235: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:250: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:265: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:314: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:314: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:328: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:338: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:346: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:356: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:362: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:366: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:369: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:402: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:410: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/packet.py:410: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:410: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:410: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:410: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:437: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:437: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:437: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:437: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:466: [D] D105 Missing docstring in magic method [pydocstyle]
framework/packet.py:469: [D] D105 Missing docstring in magic method [pydocstyle]
framework/packet.py:473: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:473: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:473: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:473: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:520: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:520: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:520: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:520: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:531: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:531: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:531: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:531: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:545: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:549: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:557: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:557: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:557: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:557: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:557: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:574: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:579: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:593: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/packet.py:593: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:593: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:593: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:593: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:617: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:621: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:656: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/packet.py:668: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:668: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:668: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:668: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:694: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:694: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:694: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:694: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:718: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:718: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:718: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:718: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:718: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:719: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/packet.py:748: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/packet.py:749: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:760: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:773: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:788: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:803: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:808: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:808: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:808: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:808: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:808: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:826: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:826: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:826: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:826: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:826: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:883: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:883: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:883: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:883: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:924: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:924: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:924: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:924: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:948: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:948: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:948: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:948: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:962: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:962: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:962: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:962: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:969: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:972: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:975: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:978: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:983: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:983: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:983: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:983: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:983: [D] D401 First line should be in imperative mood [pydocstyle]
framework/packet.py:988: [E] E731 do not assign a lambda expression, use a def [pycodestyle]
framework/packet.py:990: [E] E731 do not assign a lambda expression, use a def [pycodestyle]
framework/packet.py:995: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:995: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:995: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:995: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:995: [D] D401 First line should be in imperative mood [pydocstyle]
framework/packet.py:1020: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:1033: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:1033: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:1033: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:1033: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:1084: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:1084: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:1084: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:1084: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:1084: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:1143: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:1143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:1143: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:1143: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:1157: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:1168: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:1178: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:1189: [E] E722 do not use bare 'except' [pycodestyle]
framework/pktgen.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen.py:34: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen.py:34: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:34: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:47: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen.py:51: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:51: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:51: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:52: [E] E711 comparison to None should be 'if cond is None:' [pycodestyle]
framework/pktgen.py:79: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:79: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:79: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:81: [E] E712 comparison to False should be 'if cond is False:' or 'if not cond:' [pycodestyle]
framework/pktgen.py:97: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen.py:97: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen.py:97: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:97: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:97: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:170: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:170: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:170: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:190: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen.py:190: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen.py:190: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:190: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_base.py:25: [D] D101 Missing docstring in public class [pydocstyle]
framework/pktgen_base.py:31: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_base.py:31: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:31: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:31: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:31: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:36: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_base.py:46: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:53: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:53: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:53: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:53: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:81: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:81: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:81: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:81: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:99: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:114: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:114: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:117: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:125: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:125: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:125: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:128: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:135: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:135: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:135: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:140: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:140: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:140: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:147: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:147: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:147: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:153: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:157: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:157: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:157: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:217: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:217: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:217: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:236: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:236: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:236: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:300: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:300: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:300: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:300: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:338: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:338: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:338: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:338: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:338: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:357: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:357: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:357: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:357: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:357: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_base.py:357: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:378: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:378: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:378: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:417: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:417: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:417: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:417: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:417: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:429: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/pktgen_base.py:429: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:429: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:429: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:494: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:494: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:494: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:494: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:532: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/pktgen_base.py:532: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:532: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:532: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:643: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:643: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:643: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:643: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:643: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:665: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:665: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:665: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:665: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:708: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:712: [D] D101 Missing docstring in public class [pydocstyle]
framework/pktgen_ixia.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_ixia.py:27: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:27: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_ixia.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:31: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_ixia.py:80: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:84: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:87: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:91: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:97: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:97: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:103: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:103: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:109: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:154: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:154: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:168: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:168: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:233: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:233: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:262: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:351: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:351: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:388: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:388: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:406: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:415: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:437: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:437: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:446: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:446: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:454: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:454: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:492: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:492: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:511: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:511: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:562: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:613: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:613: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:629: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:629: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:678: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:678: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:686: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:686: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:715: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:715: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:724: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:724: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:739: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:739: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:754: [E] E203 whitespace before ':' [pycodestyle]
framework/pktgen_ixia.py:760: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:760: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:760: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:760: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:760: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/pktgen_ixia.py:771: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:777: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:777: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:789: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:790: [E] E711 comparison to None should be 'if cond is None:' [pycodestyle]
framework/pktgen_ixia.py:797: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:803: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:803: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:810: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:810: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:836: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:836: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:843: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:843: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:861: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:861: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:868: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:868: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:868: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:868: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:868: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/pktgen_ixia.py:868: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/pktgen_ixia.py:879: [E] E501 line too long (116 > 100 characters) [pycodestyle]
framework/pktgen_ixia.py:902: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:902: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:915: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:915: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:921: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:921: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:929: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:929: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:935: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:935: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:981: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:981: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:994: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:998: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:998: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:998: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:998: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1029: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1029: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1050: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1050: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1056: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1056: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1056: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1084: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1084: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1092: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1092: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1117: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1117: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1125: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1125: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1150: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1150: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1150: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1158: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1158: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1166: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1166: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1175: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1175: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1193: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1193: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1193: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1201: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1201: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1201: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1209: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1209: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1209: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1329: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1329: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1329: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1333: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1333: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1333: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1338: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1338: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1338: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1348: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1348: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1348: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1352: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1352: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1352: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1355: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1366: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1366: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1366: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1380: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1380: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1455: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_ixia.py:1490: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1490: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1490: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1494: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1494: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1494: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1587: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1587: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1587: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1600: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1600: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1600: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1609: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1609: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1609: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1617: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1617: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1617: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1626: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1626: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1626: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1660: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1660: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1660: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1682: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1682: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1682: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1709: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1709: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1709: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1788: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1788: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1788: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1812: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_ixia.py:1824: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_ixia.py:1840: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1840: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1840: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:18: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:35: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:35: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:35: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:65: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:65: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:65: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:117: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:117: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:117: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:132: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:132: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:132: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:149: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:149: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:149: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_trex.py:25: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:25: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_trex.py:25: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:25: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:25: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:29: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_trex.py:37: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:37: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:37: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:37: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:37: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:65: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:65: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:65: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:65: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:65: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:98: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:98: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:98: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:98: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:98: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:152: [E] E711 comparison to None should be 'if cond is not None:' [pycodestyle]
framework/pktgen_trex.py:205: [D] D101 Missing docstring in public class [pydocstyle]
framework/pktgen_trex.py:206: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_trex.py:243: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:243: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:243: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:243: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:243: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:304: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:304: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:304: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:304: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:304: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:342: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:342: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:342: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:342: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:342: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:359: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:359: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:359: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:359: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:359: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:379: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:379: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:379: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:379: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:379: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:401: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_trex.py:401: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_trex.py:401: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:401: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:401: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:406: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_trex.py:462: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:462: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:462: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:486: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:486: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:486: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:486: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:486: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:497: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:497: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:497: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:497: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:497: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:508: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:508: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:508: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:508: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:508: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:520: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:520: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:520: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:520: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:539: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:539: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:539: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:544: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:544: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:544: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:552: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:552: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:552: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:568: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_trex.py:580: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_trex.py:596: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:596: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:596: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:651: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:651: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:651: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:661: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:661: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:661: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:671: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:671: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:671: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:759: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:759: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:759: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:858: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:858: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:858: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:858: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:858: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:874: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/plotting.py:22: [D] D101 Missing docstring in public class [pydocstyle]
framework/plotting.py:23: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/plotting.py:31: [D] D101 Missing docstring in public class [pydocstyle]
framework/plotting.py:54: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/plotting.py:71: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:74: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:126: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:198: [E] E203 whitespace before ':' [pycodestyle]
framework/pmd_output.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pmd_output.py:15: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:15: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/pmd_output.py:15: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:15: [D] D400 First line should end with a period [pydocstyle]
framework/pmd_output.py:15: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pmd_output.py:19: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pmd_output.py:39: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:48: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:48: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:48: [D] D400 First line should end with a period [pydocstyle]
framework/pmd_output.py:48: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pmd_output.py:48: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pmd_output.py:57: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:77: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:91: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:91: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pmd_output.py:132: [E] E712 comparison to True should be 'if cond is not True:' or 'if not cond:' [pycodestyle]
framework/pmd_output.py:153: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:163: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:170: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:170: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:182: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:182: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:194: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:202: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:202: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:210: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:210: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:216: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:216: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:222: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:222: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:230: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:230: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:236: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:236: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:248: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:248: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:254: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:254: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:260: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:260: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:273: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:273: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:273: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/pmd_output.py:288: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:292: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:292: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:292: [D] D400 First line should end with a period [pydocstyle]
framework/pmd_output.py:292: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pmd_output.py:292: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pmd_output.py:306: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/project_dpdk.py:31: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/project_dpdk.py:31: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:31: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:31: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:31: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:36: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/project_dpdk.py:41: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:41: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:41: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:41: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:75: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:82: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:88: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:126: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:126: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:142: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:142: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:149: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:149: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:163: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:163: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:169: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/project_dpdk.py:169: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:169: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:169: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:169: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:187: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:191: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:195: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:195: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:195: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:195: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:221: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:221: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:233: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:233: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:233: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:233: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:248: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/project_dpdk.py:287: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:299: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:387: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:395: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:395: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:395: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:395: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:395: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/project_dpdk.py:403: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:403: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:403: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:403: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:421: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:421: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/project_dpdk.py:421: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:421: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:421: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:437: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:437: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:446: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:446: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:446: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:446: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:458: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/project_dpdk.py:481: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/project_dpdk.py:487: [E] E203 whitespace before ':' [pycodestyle]
framework/project_dpdk.py:504: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:509: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:509: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:518: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:518: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:532: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:532: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:542: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/project_dpdk.py:542: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:542: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:542: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:542: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:547: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/project_dpdk.py:552: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:552: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:552: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/project_dpdk.py:587: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:587: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:587: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/qemu_kvm.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/qemu_kvm.py:20: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:20: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:20: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:20: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/qemu_kvm.py:39: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:60: [D] D101 Missing docstring in public class [pydocstyle]
framework/qemu_kvm.py:92: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/qemu_kvm.py:134: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:134: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:134: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:134: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:148: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:158: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:177: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:177: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:177: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:177: [D] D405 Section name should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:177: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_kvm.py:177: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_kvm.py:177: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_kvm.py:195: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:195: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:201: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:201: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:208: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:208: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:230: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:230: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:230: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:230: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:237: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:237: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:256: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:256: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:264: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:264: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:270: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:270: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:290: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:290: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:300: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:300: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:300: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:300: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:308: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:308: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:318: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:318: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:318: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:318: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:333: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:333: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:333: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:333: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:344: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:344: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:344: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:344: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:351: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:351: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:361: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:361: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:361: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:361: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:369: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:369: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:369: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:369: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:387: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:387: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:387: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:406: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:406: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:406: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:431: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:431: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:431: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:431: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:439: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:439: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:439: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:439: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:452: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:452: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:452: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:452: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:464: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:467: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:475: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:475: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:495: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:495: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:495: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:495: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:520: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:520: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:520: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:520: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:546: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:546: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:546: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:546: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:570: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:570: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:584: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:584: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:588: [E] E731 do not assign a lambda expression, use a def [pycodestyle]
framework/qemu_kvm.py:644: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:644: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:644: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:644: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:686: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:686: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:686: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:686: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:700: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:700: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:714: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:714: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:714: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:714: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:732: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:732: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:732: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:732: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:752: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:752: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:752: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:752: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:772: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:772: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:772: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:772: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:772: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:840: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:840: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:840: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:840: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:840: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:872: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:872: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:872: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:872: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:902: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:902: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:902: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:902: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:917: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:917: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:931: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:931: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:931: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:931: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:942: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:942: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:942: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:942: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:960: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:960: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:960: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:960: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:975: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:975: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:975: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:975: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1017: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1017: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1017: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1017: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1085: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1085: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1085: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1085: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1164: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1164: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1164: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1164: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1191: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1191: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1191: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1191: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1209: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1209: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1209: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1209: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1228: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1228: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1238: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1238: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1238: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1238: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1251: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1251: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1260: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1260: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1260: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1260: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1296: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1296: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1296: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1296: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1304: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1304: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1304: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1304: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1356: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1369: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1369: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1464: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1464: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1464: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1464: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1479: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1479: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1479: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1479: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1501: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1501: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1518: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1518: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1518: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1518: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1546: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1546: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1546: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1546: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1546: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:1582: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1582: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1602: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1602: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1602: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1602: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1602: [D] D405 Section name should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:1602: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_kvm.py:1602: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_kvm.py:1602: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_kvm.py:1639: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1639: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1649: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1649: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1659: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1659: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1670: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1670: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1682: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1682: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1689: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1689: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1696: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1696: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1702: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1702: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1734: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1734: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1734: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1734: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1740: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1740: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1766: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1766: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1766: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1766: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1784: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1795: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1799: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1799: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1799: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1799: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1833: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1833: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1833: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1833: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1854: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1854: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1854: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1854: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1867: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1867: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1867: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1867: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1881: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1892: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1904: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1912: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/qemu_kvm.py:1912: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1912: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1912: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_kvm.py:1912: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_kvm.py:1912: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_kvm.py:1940: [E] E266 too many leading '#' for block comment [pycodestyle]
framework/qemu_kvm.py:1993: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1993: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:2005: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:2005: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:2005: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:2005: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/qemu_libvirt.py:23: [D] D101 Missing docstring in public class [pydocstyle]
framework/qemu_libvirt.py:42: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/qemu_libvirt.py:81: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:81: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:87: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:91: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:91: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:91: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:91: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_libvirt.py:119: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:123: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:128: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:128: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:134: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:134: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:134: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:134: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:147: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:147: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:157: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:157: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:157: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:157: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:157: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/qemu_libvirt.py:179: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:183: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:209: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:218: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:228: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:241: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:268: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:268: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:288: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:288: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:288: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:288: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:299: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:299: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:299: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:299: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:353: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:357: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:357: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:357: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:357: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:389: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:415: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:415: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:415: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:415: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:428: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:453: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:458: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:458: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:458: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:458: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:644: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:644: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:644: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:644: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:663: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:663: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:663: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:663: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:674: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:674: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:674: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:674: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:718: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:718: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:718: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:718: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:742: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:742: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:742: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:742: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:769: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:773: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:773: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:773: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:773: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:779: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:779: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:779: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_libvirt.py:779: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_libvirt.py:779: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_libvirt.py:804: [E]  use ==/!= to compare constant literals (str, bytes, int, float, tuple) [pyflakes]
framework/qemu_libvirt.py:836: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:836: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:836: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:836: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:836: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_libvirt.py:855: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/rst.py:33: [D] D101 Missing docstring in public class [pydocstyle]
framework/rst.py:35: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/rst.py:35: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:35: [D] D400 First line should end with a period [pydocstyle]
framework/rst.py:35: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/rst.py:35: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/rst.py:71: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:76: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/rst.py:76: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:76: [D] D400 First line should end with a period [pydocstyle]
framework/rst.py:76: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/rst.py:76: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/rst.py:85: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:91: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/rst.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:91: [D] D400 First line should end with a period [pydocstyle]
framework/rst.py:91: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/rst.py:91: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/rst.py:100: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:106: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:122: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:127: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/rst.py:127: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:135: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/rst.py:135: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:12: [D] D101 Missing docstring in public class [pydocstyle]
framework/serializer.py:15: [D] D102 Missing docstring in public method [pydocstyle]
framework/serializer.py:23: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/serializer.py:23: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:23: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:23: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:23: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:31: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/serializer.py:36: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:36: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:36: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:36: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:36: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:43: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:43: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:43: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:49: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:49: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:49: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:49: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:49: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:55: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:55: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:55: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:55: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:55: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:64: [E] E722 do not use bare 'except' [pycodestyle]
framework/serializer.py:68: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:68: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:68: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:68: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:68: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:78: [E] E722 do not use bare 'except' [pycodestyle]
framework/serializer.py:83: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:83: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:259: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:259: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:259: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:259: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:259: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/settings.py:269: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:269: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:269: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:279: [D] D103 Missing docstring in public function [pydocstyle]
framework/settings.py:291: [D] D103 Missing docstring in public function [pydocstyle]
framework/settings.py:300: [E] E722 do not use bare 'except' [pycodestyle]
framework/settings.py:306: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:306: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:306: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:306: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:318: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:318: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:318: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:318: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:333: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:333: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:333: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:333: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:343: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:343: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:343: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:343: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:354: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/settings.py:354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:354: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:354: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_connection.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ssh_connection.py:16: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/ssh_connection.py:16: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ssh_connection.py:16: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_connection.py:21: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ssh_connection.py:29: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:33: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:36: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:45: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:53: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:58: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:67: [E] E722 do not use bare 'except' [pycodestyle]
framework/ssh_connection.py:70: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:73: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:86: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:89: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ssh_pexpect.py:17: [D] D101 Missing docstring in public class [pydocstyle]
framework/ssh_pexpect.py:18: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ssh_pexpect.py:30: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ssh_pexpect.py:30: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:30: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:30: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_pexpect.py:53: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:71: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:86: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:90: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:101: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:124: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:139: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:143: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:143: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:143: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_pexpect.py:160: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:160: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:160: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:160: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_pexpect.py:178: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:187: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:192: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:199: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:203: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:203: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:203: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ssh_pexpect.py:208: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:217: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:217: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ssh_pexpect.py:222: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:235: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:235: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/stats_reporter.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/stats_reporter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/stats_reporter.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/stats_reporter.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/stats_reporter.py:12: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/stats_reporter.py:12: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/stats_reporter.py:12: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/stats_reporter.py:12: [D] D400 First line should end with a period [pydocstyle]
framework/stats_reporter.py:12: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/stats_reporter.py:17: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/stats_reporter.py:60: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_capabilities.py:2: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_capabilities.py:2: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_capabilities.py:2: [D] D400 First line should end with a period [pydocstyle]
framework/test_capabilities.py:2: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:39: [D] D101 Missing docstring in public class [pydocstyle]
framework/test_case.py:40: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/test_case.py:107: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:116: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_case.py:127: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_case.py:133: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:136: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:139: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:142: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:145: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:154: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:166: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:169: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:172: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:177: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:180: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:183: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:187: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:187: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:193: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:193: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:199: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:199: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:210: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:210: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:210: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:210: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:219: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:219: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:219: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:226: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:226: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:237: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:237: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:280: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_case.py:280: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:280: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:280: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:300: [E] E203 whitespace before ':' [pycodestyle]
framework/test_case.py:306: [E] E203 whitespace before ':' [pycodestyle]
framework/test_case.py:362: [E] E712 comparison to True should be 'if cond is True:' or 'if cond:' [pycodestyle]
framework/test_case.py:369: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:369: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:414: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:414: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:414: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:414: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:420: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:420: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:420: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:426: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:426: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:426: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:426: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:432: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:432: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:432: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:432: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:438: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:438: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:438: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:438: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:438: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_case.py:444: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:444: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:444: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:444: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:444: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_case.py:462: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:462: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:462: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:462: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:462: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_case.py:475: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:475: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:475: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:475: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:484: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:484: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:484: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:484: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:493: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:493: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:493: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:493: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:527: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:535: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:545: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:545: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:545: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:545: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:558: [E]  '...'.format(...) has unused arguments at position(s): 0 [pyflakes]
framework/test_case.py:572: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:572: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:572: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:572: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:592: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:592: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:592: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:592: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:592: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_result.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:12: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/test_result.py:12: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_result.py:12: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:12: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:12: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:46: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/test_result.py:67: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:67: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:67: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:67: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:67: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:73: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:90: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:94: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:94: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:94: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:94: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:94: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:100: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:115: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:119: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:119: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:119: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:119: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:119: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:125: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:142: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:146: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:146: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:146: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:146: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:146: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:152: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:167: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:171: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:171: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:171: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:171: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:171: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:177: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:192: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:261: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_result.py:265: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:265: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:265: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:265: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:271: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:271: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:271: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:271: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:271: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_result.py:277: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:277: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:277: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:277: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:283: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:283: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:289: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:295: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:295: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:295: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:295: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:295: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:300: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:305: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:305: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:305: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:305: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:305: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:311: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:316: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:316: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:316: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:322: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:327: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:327: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:327: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:334: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:339: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_result.py:339: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:339: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:339: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:339: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:350: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:357: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:357: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:357: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:357: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:357: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:363: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:363: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:363: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:363: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:370: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:370: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:370: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:370: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:370: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/test_result.py:376: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:376: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:376: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:376: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:376: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:382: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:382: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:382: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:382: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:382: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:388: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:388: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:388: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:388: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:396: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:396: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:396: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:396: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:396: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/test_result.py:402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:402: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:402: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:402: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:426: [D] D101 Missing docstring in public class [pydocstyle]
framework/test_result.py:428: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_result.py:428: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:444: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_result.py:447: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_result.py:451: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:451: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:457: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:457: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:43: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/tester.py:43: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:43: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:54: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/tester.py:78: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:95: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:112: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:112: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:121: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:121: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:121: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:121: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:121: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/tester.py:127: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:127: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:133: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:133: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:139: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:139: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:146: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:146: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:165: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:165: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:178: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:178: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:187: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:187: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:202: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:202: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:210: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/tester.py:229: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:229: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:241: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:241: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:249: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:249: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:249: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:249: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:260: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:260: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:269: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:281: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:281: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:293: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:293: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:309: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:309: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:338: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:338: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:338: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:338: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:361: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:374: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:382: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:394: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:394: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/tester.py:394: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:394: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:394: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/tester.py:436: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:436: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:453: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:476: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:476: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:544: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:544: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:544: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:544: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:544: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/tester.py:554: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:554: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:568: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:568: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:587: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:587: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:595: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:595: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:618: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:618: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:624: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:624: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:645: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:645: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:645: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:645: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:652: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:652: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:652: [D] D401 First line should be in imperative mood [pydocstyle]
framework/tester.py:678: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:678: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:687: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:687: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:687: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:687: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:704: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:704: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:704: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:704: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:826: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:826: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:826: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:826: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:826: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/tester.py:835: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:835: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:835: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:835: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:835: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/tester.py:842: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:842: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:853: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:853: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:879: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:879: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:879: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:879: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/utils.py:20: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:20: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:20: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:32: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/utils.py:32: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:32: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:32: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:32: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/utils.py:109: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:113: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:117: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:122: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:122: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:129: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:129: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/utils.py:129: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:144: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:155: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:155: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:163: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:175: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:175: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:187: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:193: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:193: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:204: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/utils.py:204: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:204: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:204: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:212: [E] E741 ambiguous variable name 'l' [pycodestyle]
framework/utils.py:219: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/utils.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:219: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:219: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:227: [E] E741 ambiguous variable name 'l' [pycodestyle]
framework/utils.py:234: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:234: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:234: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/utils.py:245: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:245: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:245: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/utils.py:250: [E] E203 whitespace before ':' [pycodestyle]
framework/utils.py:255: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:276: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:297: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:320: [D] D103 Missing docstring in public function [pydocstyle]
framework/virt_base.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_base.py:29: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/virt_base.py:29: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:29: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:29: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:29: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:36: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:36: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:78: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:78: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:84: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:84: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:90: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:90: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:96: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:96: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:102: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:102: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:108: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:108: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:114: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:114: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:120: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:120: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:132: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:132: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:132: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:132: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:138: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:138: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:139: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/virt_base.py:146: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_base.py:161: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:161: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:172: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:172: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:194: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:194: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:194: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:203: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:203: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:203: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:203: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:219: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:229: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:229: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:235: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:235: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:241: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:241: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:254: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:254: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:254: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:254: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:261: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_base.py:277: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:277: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:310: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:310: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:310: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:310: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:332: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:332: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:332: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:332: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:354: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_base.py:386: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:386: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:392: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:392: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:398: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:398: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:398: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:398: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:398: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/virt_base.py:420: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:481: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_base.py:495: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:495: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:504: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:504: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:504: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:504: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:523: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:523: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:523: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:523: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_common.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_common.py:13: [D] D103 Missing docstring in public function [pydocstyle]
framework/virt_dut.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_dut.py:21: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/virt_dut.py:21: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:21: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:30: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_dut.py:60: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:64: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:71: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:71: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:79: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:79: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:79: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:79: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:88: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:88: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:88: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:88: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:101: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:101: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:101: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:101: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:119: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:119: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:119: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:119: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:143: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:213: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:262: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:262: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:284: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:288: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:288: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:288: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:288: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:294: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:294: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:294: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:294: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:305: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:305: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:305: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:305: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:311: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:311: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:320: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:320: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:320: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:320: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:345: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:345: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:352: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:352: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:422: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:422: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:422: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:422: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_resource.py:19: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:19: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/virt_resource.py:19: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:19: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:19: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:23: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_resource.py:117: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:117: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:117: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:117: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:135: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_resource.py:135: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:192: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:200: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_resource.py:200: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:233: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:241: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_resource.py:241: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:275: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:299: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:299: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:311: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_resource.py:320: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:320: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:320: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:320: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:336: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:336: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:336: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:336: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:394: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:406: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:418: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:418: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:426: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:426: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:434: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:434: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:442: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_resource.py:443: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_resource.py:447: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_scene.py:32: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:33: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:50: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:59: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_scene.py:62: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:84: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:93: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:111: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:134: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:197: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:206: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:212: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:230: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:244: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:266: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:274: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:289: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_scene.py:293: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:300: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_scene.py:304: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_scene.py:304: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_scene.py:304: [D] D400 First line should end with a period [pydocstyle]
framework/virt_scene.py:304: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_scene.py:318: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:353: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_scene.py:353: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_scene.py:353: [D] D400 First line should end with a period [pydocstyle]
framework/virt_scene.py:353: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_scene.py:366: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:400: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:411: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:417: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:448: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:457: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:464: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:470: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:486: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:487: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:491: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:497: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:498: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:507: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:508: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:515: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:520: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:521: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:524: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:527: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_pf_smoke.py:1: [D] D100 Missing docstring in public module [pydocstyle]
tests/TestSuite_pf_smoke.py:18: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_pf_smoke.py:20: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_pf_smoke.py:20: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_pf_smoke.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:51: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_pf_smoke.py:51: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:74: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_pf_smoke.py:94: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_pf_smoke.py:94: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:105: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_pf_smoke.py:105: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:115: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_pf_smoke.py:139: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_vf_smoke.py:1: [D] D100 Missing docstring in public module [pydocstyle]
tests/TestSuite_vf_smoke.py:21: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_vf_smoke.py:23: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_vf_smoke.py:23: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_vf_smoke.py:23: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:78: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_vf_smoke.py:78: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:102: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_vf_smoke.py:122: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_vf_smoke.py:122: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:133: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_vf_smoke.py:133: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:143: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_vf_smoke.py:165: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:18: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_virtio_smoke.py:20: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:41: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:41: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:48: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:56: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:70: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:89: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:104: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:107: [E]  f-string is missing placeholders [pyflakes]
tests/TestSuite_virtio_smoke.py:108: [E] E501 line too long (119 > 100 characters) [pycodestyle]
tests/TestSuite_virtio_smoke.py:146: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:153: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:166: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:168: [E]  f-string is missing placeholders [pyflakes]
tests/TestSuite_virtio_smoke.py:170: [E] E501 line too long (104 > 100 characters) [pycodestyle]
tests/TestSuite_virtio_smoke.py:213: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:213: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:219: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:25: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:27: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:85: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:85: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:85: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:137: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:137: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:171: [E] E203 whitespace before ':' [pycodestyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:252: [E] E203 whitespace before ':' [pycodestyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D401 First line should be in imperative mood [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:481: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:481: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:487: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:487: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:6: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:6: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:32: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_mtu_update.py:42: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:42: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_mtu_update.py:65: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:68: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:77: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:135: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:139: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:144: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_mtu_update.py:167: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:167: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:178: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:178: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:178: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_mtu_update.py:191: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:191: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:191: [D] D401 First line should be in imperative mood [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:6: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_stats_checks.py:6: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:28: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_stats_checks.py:43: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:46: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:55: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:69: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:153: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:157: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:161: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:176: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:203: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:222: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:237: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:237: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_stats_checks.py:259: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:259: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:274: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:285: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:289: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_dynamic_config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:24: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:85: [E] E501 line too long (101 > 100 characters) [pycodestyle]
tests/TestSuite_dynamic_config.py:92: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:92: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:24: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:85: [E] E501 line too long (101 > 100 characters) [pycodestyle]
tests/TestSuite_dynamic_config.py:92: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:92: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:19: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_mac_filter.py:21: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:21: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:34: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:34: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:60: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mac_filter.py:60: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mac_filter.py:218: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:218: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:225: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mac_filter.py:225: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:27: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_queue_start_stop.py:35: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:35: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:43: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:43: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:48: [E] E722 do not use bare 'except' [pycodestyle]
tests/TestSuite_queue_start_stop.py:62: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_queue_start_stop.py:66: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:66: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_queue_start_stop.py:163: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:163: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:171: [E] E722 do not use bare 'except' [pycodestyle]
tests/TestSuite_queue_start_stop.py:182: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:182: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_scatter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:21: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_scatter.py:29: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_scatter.py:29: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:68: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:68: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:85: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:85: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_scatter.py:115: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:115: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:121: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:121: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:21: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:30: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:30: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:39: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:39: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:45: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:45: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:45: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:57: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:57: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:63: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:63: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:804: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if command is "ping":
DPDK STV team

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts-test-report] |FAILURE| pw(116320) sid(24669) job(DTS_AUTO_1560) [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP
@ 2022-09-16  6:22 sys_stv
  0 siblings, 0 replies; 3+ messages in thread
From: sys_stv @ 2022-09-16  6:22 UTC (permalink / raw)
  To: test-report, dts-test-report

[-- Attachment #1: Type: text/plain, Size: 367935 bytes --]

Test-Label: Intel-dts-pylama-test
Test-Status: FAILURE
http://dpdk.org/patch/116320
Subject: [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP

_Testing issues_

Diff:
	tests/TestSuite_af_xdp_2.py
	tests/TestSuite_af_xdp.py
	test_plans/index.rst
	test_plans/af_xdp_test_plan.rst
	test_plans/af_xdp_2_test_plan.rst

DPDK:
	commit f8f6b1c1744e12d8d6877464a613acd1231db1a1
	Author: David Marchand <david.marchand@redhat.com>
	Date:   Mon Jul 25 22:32:06 2022 +0200
	Comment: vhost: stop using mempool for IOTLB cache

DTS:
	commit 0c15de88fb78077b4565de70a95220eb835356e1
	Author: Song Jiale <songx.jiale@intel.com>
	Date:   Wed Sep 14 09:42:50 2022 +0000
	Comment: tests/ice_flow_priority: synchronize test plans and optimization scripts

PYLAMA test failed information:
framework/__init__.py:1: [D] D104 Missing docstring in public package [pydocstyle]
framework/asan_test.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/asan_test.py:32: [D] D101 Missing docstring in public class [pydocstyle]
framework/asan_test.py:36: [D] D102 Missing docstring in public method [pydocstyle]
framework/asan_test.py:47: [D] D102 Missing docstring in public method [pydocstyle]
framework/checkCase.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/checkCase.py:18: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/checkCase.py:18: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/checkCase.py:18: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:18: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:18: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:25: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/checkCase.py:35: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:46: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:54: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/checkCase.py:54: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:54: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:54: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:95: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/checkCase.py:95: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:95: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:95: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:120: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:139: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/checkCase.py:139: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/checkCase.py:139: [D] D400 First line should end with a period [pydocstyle]
framework/checkCase.py:139: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/checkCase.py:164: [E] E722 do not use bare 'except' [pycodestyle]
framework/checkCase.py:182: [D] D101 Missing docstring in public class [pydocstyle]
framework/checkCase.py:183: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/checkCase.py:189: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/config.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/config.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/config.py:40: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:41: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:48: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:54: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:65: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:71: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:80: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:81: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:91: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:95: [E] E722 do not use bare 'except' [pycodestyle]
framework/config.py:107: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:108: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:119: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:126: [E] E722 do not use bare 'except' [pycodestyle]
framework/config.py:137: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/config.py:143: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/config.py:143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/config.py:143: [D] D400 First line should end with a period [pydocstyle]
framework/config.py:143: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/config.py:143: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/config.py:153: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:154: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:163: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:168: [E] E722 do not use bare 'except' [pycodestyle]
framework/config.py:182: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:185: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:190: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:191: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:201: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:240: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:243: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:250: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:265: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:274: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:323: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:324: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:334: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:375: [D] D102 Missing docstring in public method [pydocstyle]
framework/config.py:411: [D] D101 Missing docstring in public class [pydocstyle]
framework/config.py:412: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/config.py:421: [D] D102 Missing docstring in public method [pydocstyle]
framework/crb.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/crb.py:21: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/crb.py:21: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:21: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:21: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:21: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:31: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/crb.py:67: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:67: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:73: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:73: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:79: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:79: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:93: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/crb.py:93: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:93: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:93: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:93: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:112: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:112: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:128: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:128: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:140: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:140: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:140: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:140: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:171: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:171: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/crb.py:171: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:181: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:181: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:181: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:181: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:187: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:187: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:194: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:205: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:205: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:215: [D] D102 Missing docstring in public method [pydocstyle]
framework/crb.py:224: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:224: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:224: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:224: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:257: [E] E722 do not use bare 'except' [pycodestyle]
framework/crb.py:267: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:267: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:274: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:274: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:280: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:280: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:296: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:296: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:302: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:302: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:313: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:313: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:322: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:322: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:376: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:376: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:390: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:390: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:397: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:397: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:414: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:414: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:420: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:427: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:427: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:444: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:444: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:451: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:451: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:469: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:469: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:476: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:476: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:487: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:487: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:500: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:500: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:500: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:500: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:509: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:509: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:509: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:509: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:523: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:523: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:531: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:531: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:531: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:531: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:531: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:556: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:556: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:556: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:568: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/crb.py:590: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/crb.py:616: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:616: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:641: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:641: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:648: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:648: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:659: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:659: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:671: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:671: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:684: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:684: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:693: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:693: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:725: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:725: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:765: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:765: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:771: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:771: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:782: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:782: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:794: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:794: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:803: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:803: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:825: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:825: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:948: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:948: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/crb.py:948: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:948: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:948: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:973: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:973: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:973: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:973: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:973: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:981: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:981: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:981: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:981: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:981: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:986: [D] D102 Missing docstring in public method [pydocstyle]
framework/crb.py:991: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/crb.py:991: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:991: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:991: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:1008: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:1008: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:1008: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:1008: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:1008: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:1020: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crb.py:1020: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/crb.py:1020: [D] D400 First line should end with a period [pydocstyle]
framework/crb.py:1020: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/crb.py:1020: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/crb.py:1031: [D] D102 Missing docstring in public method [pydocstyle]
framework/crbs.py:1: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/crbs.py:1: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/debugger.py:22: [D] D103 Missing docstring in public function [pydocstyle]
framework/debugger.py:37: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:37: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:50: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:50: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:68: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:68: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:68: [D] D400 First line should end with a period [pydocstyle]
framework/debugger.py:68: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/debugger.py:95: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:95: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:104: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:104: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:113: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:113: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:121: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:121: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:154: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:154: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/debugger.py:174: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/debugger.py:174: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/dts.py:55: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:55: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:131: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:131: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:141: [E] E722 do not use bare 'except' [pycodestyle]
framework/dts.py:154: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:154: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:154: [D] D400 First line should end with a period [pydocstyle]
framework/dts.py:154: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dts.py:202: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:202: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:202: [D] D400 First line should end with a period [pydocstyle]
framework/dts.py:202: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dts.py:217: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:269: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:295: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:295: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:344: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:344: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:344: [D] D400 First line should end with a period [pydocstyle]
framework/dts.py:344: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dts.py:354: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:388: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:388: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:427: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:427: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:435: [E] E203 whitespace before ':' [pycodestyle]
framework/dts.py:511: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:511: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dts.py:511: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:511: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dts.py:656: [D] D103 Missing docstring in public function [pydocstyle]
framework/dts.py:669: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dts.py:669: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dts.py:678: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dts.py:678: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/dut.py:27: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/dut.py:27: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:42: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/dut.py:66: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:114: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:114: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:114: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:114: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:114: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:180: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:192: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:192: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:192: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:192: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:207: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:226: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:226: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:226: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:226: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:226: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:232: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:232: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:240: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:240: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:240: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:240: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:240: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:240: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/dut.py:262: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:262: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:268: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:272: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:272: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:278: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:278: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:284: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:284: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:290: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:290: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:296: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:296: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:349: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:357: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:368: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:368: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:379: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:379: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:387: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:387: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:387: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:467: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:467: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:467: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:478: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:478: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:478: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:534: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:534: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:534: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:547: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:554: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:554: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:567: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:580: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:580: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:580: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:580: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:580: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:604: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:604: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:604: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:629: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:629: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:629: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:629: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:629: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:639: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:639: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:639: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:639: [D] D401 First line should be in imperative mood [pydocstyle]
framework/dut.py:675: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:675: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:675: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:675: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:675: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:685: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:685: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:685: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:685: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:731: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/dut.py:731: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:731: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:773: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:773: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:773: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:773: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:773: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:782: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:782: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:782: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:782: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:782: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:788: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:788: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:788: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:788: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:788: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:794: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:794: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:794: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:794: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:794: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:802: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:816: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:824: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:824: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:824: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:824: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:843: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:843: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:843: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:843: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:854: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:854: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:854: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/dut.py:862: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:894: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:915: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:922: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:933: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:933: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:944: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:944: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:944: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:944: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:951: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:951: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:951: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:951: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:972: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:972: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:981: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:981: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1042: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1042: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1098: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1098: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1098: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1098: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1098: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/dut.py:1106: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1106: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1141: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1164: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1166: [E] E711 comparison to None should be 'if cond is None:' [pycodestyle]
framework/dut.py:1172: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:1172: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1172: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1172: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1198: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1198: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1211: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1211: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1302: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1311: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1320: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1327: [D] D102 Missing docstring in public method [pydocstyle]
framework/dut.py:1341: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1341: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1354: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1354: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1354: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1364: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/dut.py:1364: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1364: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1364: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1387: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/dut.py:1387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/dut.py:1387: [D] D400 First line should end with a period [pydocstyle]
framework/dut.py:1387: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/dut.py:1387: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/excel_reporter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/excel_reporter.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/excel_reporter.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/excel_reporter.py:5: [D] D407 Missing dashed underline after section [pydocstyle]
framework/excel_reporter.py:33: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/excel_reporter.py:33: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/excel_reporter.py:33: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/excel_reporter.py:33: [D] D400 First line should end with a period [pydocstyle]
framework/excel_reporter.py:33: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/excel_reporter.py:39: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/excel_reporter.py:244: [D] D102 Missing docstring in public method [pydocstyle]
framework/exception.py:1: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:1: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:9: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:9: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:9: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:13: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:17: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:21: [D] D102 Missing docstring in public method [pydocstyle]
framework/exception.py:27: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:27: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/exception.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:27: [D] D400 First line should end with a period [pydocstyle]
framework/exception.py:27: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/exception.py:32: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:35: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:41: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:41: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:41: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:45: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:48: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:54: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:54: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:54: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:58: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:61: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:67: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:67: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/exception.py:67: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:72: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:75: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:79: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:85: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:85: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:85: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:89: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:92: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:98: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:98: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:98: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:102: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:105: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:109: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:113: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:119: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/exception.py:119: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/exception.py:119: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/exception.py:123: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:126: [D] D105 Missing docstring in magic method [pydocstyle]
framework/exception.py:130: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:134: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:135: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/exception.py:139: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:143: [D] D101 Missing docstring in public class [pydocstyle]
framework/exception.py:147: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_action_items.py:69: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:81: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:102: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:122: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:142: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:162: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:197: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:225: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:248: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:269: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:290: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:310: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:326: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:346: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:381: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:420: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:459: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:463: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:479: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:500: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:515: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:516: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:517: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:526: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:531: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:534: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:539: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:540: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:541: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:542: [E] E501 line too long (115 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:549: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:573: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:595: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:617: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:639: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:667: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:695: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:724: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:752: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:760: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:765: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:766: [E] E501 line too long (112 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:767: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:768: [E] E501 line too long (115 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:775: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:784: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:789: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:790: [E] E501 line too long (112 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:791: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:792: [E] E501 line too long (115 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:799: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:822: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:845: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:852: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:853: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:854: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:855: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:856: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:861: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:866: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:867: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:868: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:869: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:871: [E] E501 line too long (108 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:876: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:934: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:982: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1004: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1026: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1041: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1042: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1043: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1052: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1067: [E] E501 line too long (114 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1068: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1069: [E] E501 line too long (113 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1078: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1102: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1120: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1144: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1162: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1186: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1195: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1200: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1201: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1202: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1203: [E] E501 line too long (108 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1210: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1224: [E] E501 line too long (107 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1225: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1226: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/flow_action_items.py:1235: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1256: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1277: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1298: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1319: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1372: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1410: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1434: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_action_items.py:1463: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_rule.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_rule.py:14: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_rule.py:17: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_rule.py:21: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_rule.py:24: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_rule.py:28: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_pattern_items.py:45: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:56: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow_pattern_items.py:56: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow_pattern_items.py:56: [D] D401 First line should be in imperative mood [pydocstyle]
framework/flow/flow_pattern_items.py:73: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:78: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:82: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:86: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:90: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:94: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:215: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:263: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:272: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:309: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:350: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:388: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:423: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:438: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:523: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:607: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:612: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:613: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:614: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:615: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:623: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:628: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:629: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:630: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:631: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/flow_pattern_items.py:638: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:700: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:794: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:854: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:938: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:998: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1068: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1085: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1100: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1109: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_pattern_items.py:1170: [E] E501 line too long (112 > 100 characters) [pycodestyle]
framework/flow/generator.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/generator.py:16: [E] E402 module level import not at top of file [pycodestyle]
framework/flow/generator.py:17: [E] E402 module level import not at top of file [pycodestyle]
framework/flow/generator.py:29: [E] E402 module level import not at top of file [pycodestyle]
framework/flow/generator.py:32: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:78: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:111: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:126: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:134: [D] D103 Missing docstring in public function [pydocstyle]
framework/flow/generator.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/generator.py:144: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/flow/generator.py:144: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/flow/generator.py:145: [E] E501 line too long (106 > 100 characters) [pycodestyle]
framework/flow/generator.py:147: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/generator.py:167: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/generator.py:167: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/generator.py:167: [D] D400 First line should end with a period [pydocstyle]
framework/flow/generator.py:167: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/flow/enums.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/enums.py:9: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/enums.py:15: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/enums.py:40: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_items.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow_items.py:24: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow_items.py:42: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow_items.py:42: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow_items.py:42: [D] D400 First line should end with a period [pydocstyle]
framework/flow/flow_items.py:42: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/flow/flow_items.py:42: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/flow/flow_items.py:42: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/flow/flow_items.py:58: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/flow_items.py:62: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow_items.py:62: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow_items.py:62: [D] D401 First line should be in imperative mood [pydocstyle]
framework/flow/flow_items.py:87: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_items.py:94: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow_items.py:100: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/exceptions.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/exceptions.py:7: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/exceptions.py:8: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/exceptions.py:12: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/exceptions.py:13: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/exceptions.py:15: [E] E501 line too long (116 > 100 characters) [pycodestyle]
framework/flow/flow.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/flow/flow.py:36: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/flow/flow.py:36: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow.py:36: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow.py:36: [D] D400 First line should end with a period [pydocstyle]
framework/flow/flow.py:36: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/flow/flow.py:36: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/flow/flow.py:36: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/flow/flow.py:56: [E] E203 whitespace before ':' [pycodestyle]
framework/flow/flow.py:82: [D] D101 Missing docstring in public class [pydocstyle]
framework/flow/flow.py:87: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/flow/flow.py:102: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/flow/flow.py:102: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/flow/flow.py:102: [D] D401 First line should be in imperative mood [pydocstyle]
framework/flow/flow.py:103: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/flow/flow.py:140: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow.py:141: [E]  f-string is missing placeholders [pyflakes]
framework/flow/flow.py:145: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow.py:148: [D] D105 Missing docstring in magic method [pydocstyle]
framework/flow/flow.py:157: [D] D102 Missing docstring in public method [pydocstyle]
framework/flow/flow.py:162: [D] D102 Missing docstring in public method [pydocstyle]
framework/flow/flow.py:172: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/flow/__init__.py:1: [D] D104 Missing docstring in public package [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:31: [D] D101 Missing docstring in public class [pydocstyle]
framework/ixia_buffer_parser.py:32: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:39: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:50: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D301 Use r""" if any backslashes in a docstring [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:59: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:71: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_buffer_parser.py:82: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:82: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_buffer_parser.py:94: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:5: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/ixia_network/ixnet.py:26: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/ixia_network/ixnet.py:30: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/ixnet.py:48: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:56: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:65: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:65: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:68: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:81: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:81: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:81: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:89: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:98: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:122: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:135: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:145: [D] D417 Missing argument descriptions in the docstring [pydocstyle]
framework/ixia_network/ixnet.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:194: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:194: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:360: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet.py:360: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:370: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:370: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:406: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:442: [D] D417 Missing argument descriptions in the docstring [pydocstyle]
framework/ixia_network/ixnet.py:453: [E] E501 line too long (109 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet.py:500: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:508: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D411 Missing blank line before section [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:558: [D] D416 Section name should end with a colon [pydocstyle]
framework/ixia_network/ixnet.py:562: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet.py:579: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:579: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/ixia_network/ixnet.py:734: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:734: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:734: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:757: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D301 Use r""" if any backslashes in a docstring [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:765: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D413 Missing blank line after last section [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D411 Missing blank line before section [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D407 Missing dashed underline after section [pydocstyle]
framework/ixia_network/ixnet.py:813: [D] D417 Missing argument descriptions in the docstring [pydocstyle]
framework/ixia_network/ixnet.py:820: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet.py:875: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/ixnet.py:875: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/ixnet.py:875: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet_config.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/ixnet_config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/ixnet_config.py:12: [D] D101 Missing docstring in public class [pydocstyle]
framework/ixia_network/packet_parser.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ixia_network/packet_parser.py:16: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/ixia_network/packet_parser.py:16: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/packet_parser.py:16: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/packet_parser.py:18: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/packet_parser.py:23: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/packet_parser.py:23: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/packet_parser.py:23: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/packet_parser.py:51: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/packet_parser.py:51: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/packet_parser.py:51: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:22: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:22: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/ixia_network/__init__.py:22: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:26: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/__init__.py:50: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:63: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:76: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/__init__.py:80: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:80: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:80: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:85: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/__init__.py:94: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:94: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:94: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/__init__.py:106: [E]  '...'.format(...) has unused arguments at position(s): 0 [pyflakes]
framework/ixia_network/__init__.py:126: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:126: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D400 First line should end with a period [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ixia_network/__init__.py:144: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/ixia_network/ixnet_stream.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ixia_network/ixnet_stream.py:11: [D] D101 Missing docstring in public class [pydocstyle]
framework/ixia_network/ixnet_stream.py:12: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ixia_network/ixnet_stream.py:28: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:45: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:58: [E] E501 line too long (145 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:63: [E] E501 line too long (150 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:66: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:75: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:104: [E] E501 line too long (134 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:123: [E] E501 line too long (134 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:126: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:135: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:172: [E] E501 line too long (138 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:200: [E] E501 line too long (138 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:203: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:212: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:226: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:232: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:235: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:245: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:259: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:265: [E] E501 line too long (137 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:268: [E] E501 line too long (105 > 100 characters) [pycodestyle]
framework/ixia_network/ixnet_stream.py:278: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:288: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:297: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:305: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:317: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:327: [D] D102 Missing docstring in public method [pydocstyle]
framework/ixia_network/ixnet_stream.py:335: [D] D102 Missing docstring in public method [pydocstyle]
framework/json_reporter.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/json_reporter.py:8: [D] D101 Missing docstring in public class [pydocstyle]
framework/json_reporter.py:9: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/json_reporter.py:52: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/logger.py:70: [D] D103 Missing docstring in public function [pydocstyle]
framework/logger.py:76: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:76: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:76: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:80: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:83: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:86: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:89: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:92: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:95: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:98: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:101: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:104: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:107: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:110: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:113: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:116: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:119: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:124: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:124: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:124: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:150: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:156: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:156: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:156: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:160: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/logger.py:192: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:192: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:222: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:222: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:228: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:228: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:234: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:234: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:240: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:240: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:246: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:246: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:252: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/logger.py:252: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:252: [D] D400 First line should end with a period [pydocstyle]
framework/logger.py:252: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/logger.py:259: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/logger.py:259: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:259: [D] D400 First line should end with a period [pydocstyle]
framework/logger.py:259: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/logger.py:266: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:266: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:295: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:295: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:322: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:322: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:332: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:332: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:354: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/logger.py:354: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/logger.py:354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/logger.py:358: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/logger.py:363: [E] E722 do not use bare 'except' [pycodestyle]
framework/logger.py:375: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:394: [E] E203 whitespace before ':' [pycodestyle]
framework/logger.py:396: [D] D102 Missing docstring in public method [pydocstyle]
framework/logger.py:420: [E] E203 whitespace before ':' [pycodestyle]
framework/logger.py:428: [D] D102 Missing docstring in public method [pydocstyle]
framework/multiple_vm.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/multiple_vm.py:14: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/multiple_vm.py:14: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:14: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:14: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:14: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:21: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/multiple_vm.py:35: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/multiple_vm.py:35: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:35: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:129: [D] D102 Missing docstring in public method [pydocstyle]
framework/multiple_vm.py:133: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:133: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:181: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:181: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:207: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:207: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:207: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:214: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:214: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:214: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:214: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:239: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/multiple_vm.py:239: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:239: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:239: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:264: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:264: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:264: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:264: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:301: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:301: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:301: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:301: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/multiple_vm.py:306: [D] D102 Missing docstring in public method [pydocstyle]
framework/multiple_vm.py:314: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/multiple_vm.py:314: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/multiple_vm.py:314: [D] D400 First line should end with a period [pydocstyle]
framework/multiple_vm.py:314: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:65: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:114: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:122: [D] D101 Missing docstring in public class [pydocstyle]
framework/packet.py:168: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/packet.py:172: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:175: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:181: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:184: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:192: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:202: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:210: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:220: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:235: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:250: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:265: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:314: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:314: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:328: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:338: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:346: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:356: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:362: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:366: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:369: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:402: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:410: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/packet.py:410: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:410: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:410: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:410: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:437: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:437: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:437: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:437: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:466: [D] D105 Missing docstring in magic method [pydocstyle]
framework/packet.py:469: [D] D105 Missing docstring in magic method [pydocstyle]
framework/packet.py:473: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:473: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:473: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:473: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:520: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:520: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:520: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:520: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:531: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:531: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:531: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:531: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:545: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:549: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:557: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:557: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:557: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:557: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:557: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:574: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:579: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:593: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/packet.py:593: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:593: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:593: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:593: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:617: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:621: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:656: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/packet.py:668: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:668: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:668: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:668: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:694: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:694: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:694: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:694: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:718: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:718: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:718: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:718: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:718: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:719: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/packet.py:748: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/packet.py:749: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:760: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:773: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:788: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:803: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:808: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:808: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:808: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:808: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:808: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:826: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:826: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:826: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:826: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:826: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:883: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:883: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:883: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:883: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:924: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:924: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:924: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:924: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:948: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:948: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:948: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:948: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:962: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:962: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:962: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:962: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:969: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:972: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:975: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:978: [D] D102 Missing docstring in public method [pydocstyle]
framework/packet.py:983: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:983: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:983: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:983: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:983: [D] D401 First line should be in imperative mood [pydocstyle]
framework/packet.py:988: [E] E731 do not assign a lambda expression, use a def [pycodestyle]
framework/packet.py:990: [E] E731 do not assign a lambda expression, use a def [pycodestyle]
framework/packet.py:995: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/packet.py:995: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:995: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:995: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:995: [D] D401 First line should be in imperative mood [pydocstyle]
framework/packet.py:1020: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:1033: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:1033: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:1033: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:1033: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:1084: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:1084: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:1084: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:1084: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:1084: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/packet.py:1143: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/packet.py:1143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/packet.py:1143: [D] D400 First line should end with a period [pydocstyle]
framework/packet.py:1143: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/packet.py:1157: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:1168: [E] E722 do not use bare 'except' [pycodestyle]
framework/packet.py:1178: [D] D103 Missing docstring in public function [pydocstyle]
framework/packet.py:1189: [E] E722 do not use bare 'except' [pycodestyle]
framework/pktgen.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen.py:34: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen.py:34: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:34: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:47: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen.py:51: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:51: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:51: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:52: [E] E711 comparison to None should be 'if cond is None:' [pycodestyle]
framework/pktgen.py:79: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:79: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:79: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:81: [E] E712 comparison to False should be 'if cond is False:' or 'if not cond:' [pycodestyle]
framework/pktgen.py:97: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen.py:97: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen.py:97: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:97: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:97: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:170: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:170: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen.py:170: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen.py:190: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen.py:190: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen.py:190: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen.py:190: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_base.py:25: [D] D101 Missing docstring in public class [pydocstyle]
framework/pktgen_base.py:31: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_base.py:31: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:31: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:31: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:31: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:36: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_base.py:46: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:53: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:53: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:53: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:53: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:81: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:81: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:81: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:81: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:99: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:114: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:114: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:117: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:125: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:125: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:125: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:128: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:135: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:135: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:135: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:140: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:140: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:140: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:147: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:147: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:147: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:153: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:157: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:157: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:157: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:217: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:217: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:217: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:236: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:236: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:236: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:300: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:300: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:300: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:300: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:338: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:338: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:338: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:338: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:338: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:357: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:357: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:357: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:357: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:357: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_base.py:357: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:378: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:378: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:378: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:417: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_base.py:417: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:417: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:417: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:417: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:429: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/pktgen_base.py:429: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:429: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:429: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:494: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:494: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:494: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:494: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:532: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/pktgen_base.py:532: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:532: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:532: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:643: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:643: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:643: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:643: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:643: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_base.py:665: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_base.py:665: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_base.py:665: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_base.py:665: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_base.py:708: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_base.py:712: [D] D101 Missing docstring in public class [pydocstyle]
framework/pktgen_ixia.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_ixia.py:27: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:27: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_ixia.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:31: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_ixia.py:80: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:84: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:87: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:91: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:97: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:97: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:103: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:103: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:109: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:154: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:154: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:168: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:168: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:233: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:233: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:262: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:351: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:351: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:388: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:388: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:406: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:415: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:437: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:437: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:446: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:446: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:454: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:454: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:492: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:492: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:511: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:511: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:562: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:613: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:613: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:629: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:629: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:678: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:678: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:686: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:686: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:715: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:715: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:724: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:724: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:739: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:739: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:754: [E] E203 whitespace before ':' [pycodestyle]
framework/pktgen_ixia.py:760: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:760: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:760: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:760: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:760: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/pktgen_ixia.py:771: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:777: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:777: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:789: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:790: [E] E711 comparison to None should be 'if cond is None:' [pycodestyle]
framework/pktgen_ixia.py:797: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:803: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:803: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:810: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:810: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:836: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:836: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:843: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:843: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:861: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:861: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:868: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:868: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:868: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:868: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:868: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/pktgen_ixia.py:868: [D] D404 First word of the docstring should not be `This` [pydocstyle]
framework/pktgen_ixia.py:879: [E] E501 line too long (116 > 100 characters) [pycodestyle]
framework/pktgen_ixia.py:902: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:902: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:915: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:915: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:921: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:921: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:929: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:929: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:935: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:935: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:981: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:981: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:994: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:998: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:998: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:998: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:998: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1029: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1029: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1050: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1050: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1056: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1056: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1056: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1084: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1084: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1092: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1092: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1105: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1117: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1117: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1125: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1125: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1131: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1141: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1150: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1150: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1150: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1158: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1158: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1166: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1166: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1175: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1175: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1185: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1193: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1193: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1193: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1201: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1201: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1201: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1209: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1209: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1209: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1217: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1224: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1236: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1243: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1250: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1257: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1264: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1271: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1278: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1294: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1329: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1329: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1329: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1333: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1333: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1333: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1338: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1338: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1338: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1348: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1348: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1348: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1352: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1352: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1352: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1355: [D] D102 Missing docstring in public method [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1359: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1366: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1366: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1366: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1380: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1380: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1432: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1451: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1455: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_ixia.py:1490: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1490: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1490: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1494: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1494: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1494: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1510: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1522: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1533: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1544: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1556: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1587: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1587: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1587: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1592: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1600: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1600: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1600: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1609: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1609: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1609: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1617: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1617: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1617: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1626: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1626: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1626: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1660: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1660: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1660: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1682: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1682: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1682: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1709: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1709: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1709: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1788: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1788: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1788: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia.py:1812: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_ixia.py:1824: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_ixia.py:1840: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia.py:1840: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia.py:1840: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:14: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:18: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D401 First line should be in imperative mood [pydocstyle]
framework/pktgen_ixia_network.py:31: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:35: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:35: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:35: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:53: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:65: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:65: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:65: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:70: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:81: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:92: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:104: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:117: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:117: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:117: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:122: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:132: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:132: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:132: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_ixia_network.py:149: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_ixia_network.py:149: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_ixia_network.py:149: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pktgen_trex.py:25: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:25: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_trex.py:25: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:25: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:25: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:29: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_trex.py:37: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:37: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:37: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:37: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:37: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:65: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:65: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:65: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:65: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:65: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:98: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:98: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:98: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:98: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:98: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:152: [E] E711 comparison to None should be 'if cond is not None:' [pycodestyle]
framework/pktgen_trex.py:205: [D] D101 Missing docstring in public class [pydocstyle]
framework/pktgen_trex.py:206: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_trex.py:243: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:243: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:243: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:243: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:243: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:304: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:304: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:304: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:304: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:304: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:342: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:342: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:342: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:342: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:342: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:359: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:359: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:359: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:359: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:359: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:379: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:379: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:379: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:379: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:379: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:401: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/pktgen_trex.py:401: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pktgen_trex.py:401: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:401: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:401: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:406: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pktgen_trex.py:462: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:462: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:462: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:486: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:486: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:486: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:486: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:486: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:497: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:497: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:497: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:497: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:497: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:508: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:508: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:508: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:508: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:508: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:520: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:520: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:520: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:520: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:539: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:539: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:539: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:544: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:544: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:544: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:552: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:552: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:552: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:568: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_trex.py:580: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/pktgen_trex.py:596: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:596: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:596: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:651: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:651: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:651: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:661: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:661: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:661: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:671: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:671: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:671: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:759: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:759: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:759: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:858: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pktgen_trex.py:858: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pktgen_trex.py:858: [D] D400 First line should end with a period [pydocstyle]
framework/pktgen_trex.py:858: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pktgen_trex.py:858: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pktgen_trex.py:874: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/plotting.py:22: [D] D101 Missing docstring in public class [pydocstyle]
framework/plotting.py:23: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/plotting.py:31: [D] D101 Missing docstring in public class [pydocstyle]
framework/plotting.py:54: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/plotting.py:71: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:74: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:126: [D] D102 Missing docstring in public method [pydocstyle]
framework/plotting.py:198: [E] E203 whitespace before ':' [pycodestyle]
framework/pmd_output.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/pmd_output.py:15: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:15: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/pmd_output.py:15: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:15: [D] D400 First line should end with a period [pydocstyle]
framework/pmd_output.py:15: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pmd_output.py:19: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/pmd_output.py:39: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:48: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:48: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:48: [D] D400 First line should end with a period [pydocstyle]
framework/pmd_output.py:48: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pmd_output.py:48: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pmd_output.py:57: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:77: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:91: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:91: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pmd_output.py:132: [E] E712 comparison to True should be 'if cond is not True:' or 'if not cond:' [pycodestyle]
framework/pmd_output.py:153: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:163: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:170: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:170: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:182: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:182: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:194: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:202: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:202: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:210: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:210: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:216: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:216: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:222: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:222: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:230: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:230: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:236: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:236: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:248: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:248: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:254: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/pmd_output.py:254: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:260: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:260: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:273: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:273: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:273: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/pmd_output.py:288: [D] D102 Missing docstring in public method [pydocstyle]
framework/pmd_output.py:292: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/pmd_output.py:292: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/pmd_output.py:292: [D] D400 First line should end with a period [pydocstyle]
framework/pmd_output.py:292: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/pmd_output.py:292: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/pmd_output.py:306: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/project_dpdk.py:31: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/project_dpdk.py:31: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:31: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:31: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:31: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:36: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/project_dpdk.py:41: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:41: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:41: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:41: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:75: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:82: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:88: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:126: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:126: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:142: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:142: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:149: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:149: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:163: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:163: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:169: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/project_dpdk.py:169: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:169: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:169: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:169: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:187: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:191: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:195: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:195: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:195: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:195: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:221: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:221: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:233: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:233: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:233: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:233: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:248: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/project_dpdk.py:287: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:299: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:387: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:395: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:395: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:395: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:395: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:395: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/project_dpdk.py:403: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:403: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:403: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:403: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:421: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:421: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/project_dpdk.py:421: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:421: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:421: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:437: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:437: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:446: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:446: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:446: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:446: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:458: [E] E501 line too long (103 > 100 characters) [pycodestyle]
framework/project_dpdk.py:481: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/project_dpdk.py:487: [E] E203 whitespace before ':' [pycodestyle]
framework/project_dpdk.py:504: [D] D102 Missing docstring in public method [pydocstyle]
framework/project_dpdk.py:509: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:509: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:518: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:518: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:532: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:532: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:542: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/project_dpdk.py:542: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/project_dpdk.py:542: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:542: [D] D400 First line should end with a period [pydocstyle]
framework/project_dpdk.py:542: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/project_dpdk.py:547: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/project_dpdk.py:552: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:552: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:552: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/project_dpdk.py:587: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/project_dpdk.py:587: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/project_dpdk.py:587: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/qemu_kvm.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/qemu_kvm.py:20: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:20: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:20: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:20: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/qemu_kvm.py:39: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:60: [D] D101 Missing docstring in public class [pydocstyle]
framework/qemu_kvm.py:92: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/qemu_kvm.py:134: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:134: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:134: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:134: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:148: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:158: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:177: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:177: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:177: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:177: [D] D405 Section name should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:177: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_kvm.py:177: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_kvm.py:177: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_kvm.py:195: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:195: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:201: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:201: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:208: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:208: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:230: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:230: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:230: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:230: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:237: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:237: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:256: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:256: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:264: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:264: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:270: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:270: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:290: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:290: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:300: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:300: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:300: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:300: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:308: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:308: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:318: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:318: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:318: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:318: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:333: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:333: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:333: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:333: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:344: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:344: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:344: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:344: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:351: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:351: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:361: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:361: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:361: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:361: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:369: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:369: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:369: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:369: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:387: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:387: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:387: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:387: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:406: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:406: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:406: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:431: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:431: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:431: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:431: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:439: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:439: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:439: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:439: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:452: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:452: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:452: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:452: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:464: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:467: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_kvm.py:475: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:475: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:495: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:495: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:495: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:495: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:520: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:520: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:520: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:520: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:546: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:546: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:546: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:546: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:570: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:570: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:584: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:584: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:588: [E] E731 do not assign a lambda expression, use a def [pycodestyle]
framework/qemu_kvm.py:644: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:644: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:644: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:644: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:686: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:686: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:686: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:686: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:700: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:700: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:714: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:714: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:714: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:714: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:732: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:732: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:732: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:732: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:752: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:752: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:752: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:752: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:772: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:772: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:772: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:772: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:772: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:840: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:840: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:840: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:840: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:840: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:872: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:872: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:872: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:872: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:902: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:902: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:902: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:902: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:917: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:917: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:931: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:931: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:931: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:931: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:942: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:942: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:942: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:942: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:960: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:960: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:960: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:960: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:975: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:975: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:975: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:975: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1017: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1017: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1017: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1017: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1085: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1085: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1085: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1085: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1164: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1164: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1164: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1164: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1191: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1191: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1191: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1191: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1209: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1209: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1209: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1209: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1228: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1228: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1238: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1238: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1238: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1238: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1251: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1251: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1260: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1260: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1260: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1260: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1296: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1296: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1296: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1296: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1304: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1304: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1304: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1304: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1356: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1369: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1369: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1464: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1464: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1464: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1464: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1479: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1479: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1479: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1479: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1501: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1501: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1518: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1518: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1518: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1518: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1546: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1546: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1546: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1546: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1546: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:1582: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1582: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1602: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1602: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1602: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1602: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1602: [D] D405 Section name should be properly capitalized [pydocstyle]
framework/qemu_kvm.py:1602: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_kvm.py:1602: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_kvm.py:1602: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_kvm.py:1639: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1639: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1649: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1649: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1659: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1659: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1670: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1670: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1682: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1682: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1689: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1689: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1696: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1696: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1702: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1702: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1734: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1734: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1734: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1734: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1740: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1740: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1766: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1766: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1766: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1766: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1784: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1795: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1799: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1799: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1799: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1799: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1833: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1833: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1833: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1833: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1854: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1854: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1854: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1854: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1867: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1867: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1867: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:1867: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_kvm.py:1881: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1892: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1904: [E] E722 do not use bare 'except' [pycodestyle]
framework/qemu_kvm.py:1912: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/qemu_kvm.py:1912: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_kvm.py:1912: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:1912: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_kvm.py:1912: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_kvm.py:1912: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_kvm.py:1940: [E] E266 too many leading '#' for block comment [pycodestyle]
framework/qemu_kvm.py:1993: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:1993: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:2005: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_kvm.py:2005: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_kvm.py:2005: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_kvm.py:2005: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/qemu_libvirt.py:23: [D] D101 Missing docstring in public class [pydocstyle]
framework/qemu_libvirt.py:42: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/qemu_libvirt.py:81: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:81: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:87: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:91: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:91: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:91: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:91: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_libvirt.py:119: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:123: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:128: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:128: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:134: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:134: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:134: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:134: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:147: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:147: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:157: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:157: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:157: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:157: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:157: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/qemu_libvirt.py:179: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:183: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:209: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:218: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:228: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:241: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:268: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:268: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:288: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:288: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:288: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:288: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:299: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:299: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:299: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:299: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:353: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:357: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:357: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:357: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:357: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:389: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:415: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:415: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:415: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:415: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:428: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:453: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:458: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:458: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:458: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:458: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:644: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:644: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:644: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:644: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:663: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:663: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:663: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:663: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:674: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:674: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:674: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:674: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:718: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:718: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:718: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:718: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:742: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:742: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:742: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:742: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:769: [D] D102 Missing docstring in public method [pydocstyle]
framework/qemu_libvirt.py:773: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/qemu_libvirt.py:773: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:773: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:773: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:779: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:779: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:779: [D] D413 Missing blank line after last section [pydocstyle]
framework/qemu_libvirt.py:779: [D] D411 Missing blank line before section [pydocstyle]
framework/qemu_libvirt.py:779: [D] D407 Missing dashed underline after section [pydocstyle]
framework/qemu_libvirt.py:804: [E]  use ==/!= to compare constant literals (str, bytes, int, float, tuple) [pyflakes]
framework/qemu_libvirt.py:836: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/qemu_libvirt.py:836: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:836: [D] D400 First line should end with a period [pydocstyle]
framework/qemu_libvirt.py:836: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/qemu_libvirt.py:836: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/qemu_libvirt.py:855: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/rst.py:33: [D] D101 Missing docstring in public class [pydocstyle]
framework/rst.py:35: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/rst.py:35: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:35: [D] D400 First line should end with a period [pydocstyle]
framework/rst.py:35: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/rst.py:35: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/rst.py:71: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:76: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/rst.py:76: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:76: [D] D400 First line should end with a period [pydocstyle]
framework/rst.py:76: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/rst.py:76: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/rst.py:85: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:91: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/rst.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:91: [D] D400 First line should end with a period [pydocstyle]
framework/rst.py:91: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/rst.py:91: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/rst.py:100: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:106: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:122: [D] D102 Missing docstring in public method [pydocstyle]
framework/rst.py:127: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/rst.py:127: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/rst.py:135: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/rst.py:135: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:12: [D] D101 Missing docstring in public class [pydocstyle]
framework/serializer.py:15: [D] D102 Missing docstring in public method [pydocstyle]
framework/serializer.py:23: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/serializer.py:23: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:23: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:23: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:23: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:31: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/serializer.py:36: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:36: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:36: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:36: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:36: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:43: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:43: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:43: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:49: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:49: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:49: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:49: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:49: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:55: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:55: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:55: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:55: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:55: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:64: [E] E722 do not use bare 'except' [pycodestyle]
framework/serializer.py:68: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/serializer.py:68: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/serializer.py:68: [D] D400 First line should end with a period [pydocstyle]
framework/serializer.py:68: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/serializer.py:68: [D] D401 First line should be in imperative mood [pydocstyle]
framework/serializer.py:78: [E] E722 do not use bare 'except' [pycodestyle]
framework/serializer.py:83: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/serializer.py:83: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:259: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:259: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:259: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:259: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:259: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/settings.py:269: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:269: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:269: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:279: [D] D103 Missing docstring in public function [pydocstyle]
framework/settings.py:291: [D] D103 Missing docstring in public function [pydocstyle]
framework/settings.py:300: [E] E722 do not use bare 'except' [pycodestyle]
framework/settings.py:306: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:306: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:306: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:306: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:318: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:318: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:318: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:318: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:333: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:333: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:333: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:333: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:343: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/settings.py:343: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:343: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:343: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/settings.py:354: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/settings.py:354: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/settings.py:354: [D] D400 First line should end with a period [pydocstyle]
framework/settings.py:354: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_connection.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ssh_connection.py:16: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/ssh_connection.py:16: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ssh_connection.py:16: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_connection.py:21: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ssh_connection.py:29: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:33: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:36: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:45: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:53: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:58: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:67: [E] E722 do not use bare 'except' [pycodestyle]
framework/ssh_connection.py:70: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:73: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:86: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_connection.py:89: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/ssh_pexpect.py:17: [D] D101 Missing docstring in public class [pydocstyle]
framework/ssh_pexpect.py:18: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/ssh_pexpect.py:30: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/ssh_pexpect.py:30: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:30: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:30: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_pexpect.py:53: [E] E501 line too long (110 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:71: [E] E501 line too long (102 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:86: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:90: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:101: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:124: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:139: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:143: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:143: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:143: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_pexpect.py:160: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:160: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:160: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:160: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/ssh_pexpect.py:178: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:187: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:192: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:199: [D] D102 Missing docstring in public method [pydocstyle]
framework/ssh_pexpect.py:203: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:203: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:203: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ssh_pexpect.py:208: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:217: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:217: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:217: [D] D401 First line should be in imperative mood [pydocstyle]
framework/ssh_pexpect.py:222: [E] E501 line too long (101 > 100 characters) [pycodestyle]
framework/ssh_pexpect.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/ssh_pexpect.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/ssh_pexpect.py:235: [D] D400 First line should end with a period [pydocstyle]
framework/ssh_pexpect.py:235: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/stats_reporter.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/stats_reporter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/stats_reporter.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/stats_reporter.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/stats_reporter.py:12: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/stats_reporter.py:12: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/stats_reporter.py:12: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/stats_reporter.py:12: [D] D400 First line should end with a period [pydocstyle]
framework/stats_reporter.py:12: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/stats_reporter.py:17: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/stats_reporter.py:60: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_capabilities.py:2: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_capabilities.py:2: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_capabilities.py:2: [D] D400 First line should end with a period [pydocstyle]
framework/test_capabilities.py:2: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:39: [D] D101 Missing docstring in public class [pydocstyle]
framework/test_case.py:40: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/test_case.py:107: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:116: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_case.py:127: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_case.py:133: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:136: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:139: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:142: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:145: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:154: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:166: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:169: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:172: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:177: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:180: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:183: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:187: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:187: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:193: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:193: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:199: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:199: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:210: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:210: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:210: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:210: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:219: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:219: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:219: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:226: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:226: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:237: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:237: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:280: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_case.py:280: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:280: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:280: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:300: [E] E203 whitespace before ':' [pycodestyle]
framework/test_case.py:306: [E] E203 whitespace before ':' [pycodestyle]
framework/test_case.py:362: [E] E712 comparison to True should be 'if cond is True:' or 'if cond:' [pycodestyle]
framework/test_case.py:369: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:369: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:414: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:414: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:414: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:414: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:420: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:420: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:420: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:426: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:426: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:426: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:426: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:432: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:432: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:432: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:432: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:438: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:438: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:438: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:438: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:438: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_case.py:444: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:444: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:444: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:444: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:444: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_case.py:462: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:462: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:462: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:462: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:462: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_case.py:475: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:475: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:475: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:475: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:484: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:484: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:484: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:484: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:493: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:493: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:493: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:493: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:527: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:535: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_case.py:545: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:545: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:545: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:545: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:558: [E]  '...'.format(...) has unused arguments at position(s): 0 [pyflakes]
framework/test_case.py:572: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:572: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:572: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:572: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:592: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_case.py:592: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_case.py:592: [D] D400 First line should end with a period [pydocstyle]
framework/test_case.py:592: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_case.py:592: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_result.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:5: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:5: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:12: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/test_result.py:12: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_result.py:12: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:12: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:12: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:46: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/test_result.py:67: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:67: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:67: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:67: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:67: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:73: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:90: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:94: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:94: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:94: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:94: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:94: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:100: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:115: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:119: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:119: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:119: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:119: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:119: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:125: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:142: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:146: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:146: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:146: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:146: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:146: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:152: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:167: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:171: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:171: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:171: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:171: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:171: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:177: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:192: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:261: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_result.py:265: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:265: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:265: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:265: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:271: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:271: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:271: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:271: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:271: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/test_result.py:277: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:277: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:277: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:277: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:283: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:283: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:289: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:295: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:295: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:295: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:295: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:295: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:300: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:305: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:305: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:305: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:305: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:305: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:311: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:316: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:316: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:316: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:322: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:327: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:327: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:327: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:334: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:339: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_result.py:339: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:339: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:339: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:339: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:350: [E] E722 do not use bare 'except' [pycodestyle]
framework/test_result.py:357: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:357: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:357: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:357: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:357: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:363: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:363: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:363: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:363: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:370: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:370: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:370: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:370: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:370: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/test_result.py:376: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:376: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:376: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:376: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:376: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:382: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:382: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:382: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:382: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:382: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:388: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:388: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:388: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:388: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:396: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:396: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:396: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:396: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:396: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/test_result.py:402: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:402: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:402: [D] D400 First line should end with a period [pydocstyle]
framework/test_result.py:402: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/test_result.py:402: [D] D401 First line should be in imperative mood [pydocstyle]
framework/test_result.py:426: [D] D101 Missing docstring in public class [pydocstyle]
framework/test_result.py:428: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/test_result.py:428: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:444: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_result.py:447: [D] D102 Missing docstring in public method [pydocstyle]
framework/test_result.py:451: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:451: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/test_result.py:457: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/test_result.py:457: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:43: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/tester.py:43: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:43: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:54: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/tester.py:78: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:95: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:112: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:112: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:121: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:121: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:121: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:121: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:121: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/tester.py:127: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:127: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:133: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:133: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:139: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:139: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:146: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:146: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:165: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:165: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:178: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:178: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:187: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:187: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:202: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:202: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:210: [E] E713 test for membership should be 'not in' [pycodestyle]
framework/tester.py:229: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:229: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:241: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:241: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:249: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:249: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:249: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:249: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:260: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:260: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:269: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:281: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:281: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:293: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:293: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:309: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:309: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:338: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:338: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:338: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:338: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:361: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:374: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:382: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:394: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:394: [D] D213 Multi-line docstring summary should start at the second line [pydocstyle]
framework/tester.py:394: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:394: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:394: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/tester.py:436: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:436: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:453: [D] D102 Missing docstring in public method [pydocstyle]
framework/tester.py:476: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:476: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:544: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:544: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:544: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:544: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:544: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/tester.py:554: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:554: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:568: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:568: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:587: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:587: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:595: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:595: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:618: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:618: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:624: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:624: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:645: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/tester.py:645: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:645: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:645: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:652: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:652: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:652: [D] D401 First line should be in imperative mood [pydocstyle]
framework/tester.py:678: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:678: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:687: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:687: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:687: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:687: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:704: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:704: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:704: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:704: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:826: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:826: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:826: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:826: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:826: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/tester.py:835: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:835: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:835: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:835: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/tester.py:835: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/tester.py:842: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:842: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:853: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:853: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:879: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/tester.py:879: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/tester.py:879: [D] D400 First line should end with a period [pydocstyle]
framework/tester.py:879: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/utils.py:20: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:20: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:20: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:32: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/utils.py:32: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:32: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:32: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:32: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
framework/utils.py:109: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:113: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:117: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:122: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:122: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:129: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:129: [D] D202 No blank lines allowed after function docstring [pydocstyle]
framework/utils.py:129: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:144: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:155: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:155: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:163: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:175: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:175: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:187: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:193: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:193: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:204: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/utils.py:204: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:204: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:204: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:212: [E] E741 ambiguous variable name 'l' [pycodestyle]
framework/utils.py:219: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/utils.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:219: [D] D400 First line should end with a period [pydocstyle]
framework/utils.py:219: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/utils.py:227: [E] E741 ambiguous variable name 'l' [pycodestyle]
framework/utils.py:234: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:234: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:234: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/utils.py:245: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/utils.py:245: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/utils.py:245: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/utils.py:250: [E] E203 whitespace before ':' [pycodestyle]
framework/utils.py:255: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:276: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:297: [D] D103 Missing docstring in public function [pydocstyle]
framework/utils.py:320: [D] D103 Missing docstring in public function [pydocstyle]
framework/virt_base.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_base.py:29: [D] D203 1 blank line required before class docstring [pydocstyle]
framework/virt_base.py:29: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:29: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:29: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:29: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:36: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:36: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:78: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:78: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:84: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:84: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:90: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:90: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:96: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:96: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:102: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:102: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:108: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:108: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:114: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:114: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:120: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:120: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:132: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:132: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:132: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:132: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:138: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:138: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:139: [E] E501 line too long (104 > 100 characters) [pycodestyle]
framework/virt_base.py:146: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_base.py:161: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:161: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:172: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:172: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:194: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:194: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:194: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:194: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:203: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:203: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:203: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:203: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:219: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:229: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:229: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:235: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:235: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:241: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:241: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:254: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:254: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:254: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:254: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:261: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_base.py:277: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:277: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:310: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:310: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:310: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:310: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:332: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:332: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:332: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:332: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:354: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_base.py:386: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:386: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:392: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:392: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:398: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_base.py:398: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:398: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:398: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:398: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
framework/virt_base.py:420: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:481: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_base.py:495: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:495: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:504: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:504: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:504: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:504: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_base.py:523: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_base.py:523: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_base.py:523: [D] D400 First line should end with a period [pydocstyle]
framework/virt_base.py:523: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_common.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_common.py:13: [D] D103 Missing docstring in public function [pydocstyle]
framework/virt_dut.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_dut.py:21: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/virt_dut.py:21: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:21: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:30: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_dut.py:60: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:64: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:71: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:71: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:79: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:79: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:79: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:79: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:88: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:88: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:88: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:88: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:101: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:101: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:101: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:101: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:119: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:119: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:119: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:119: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:143: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_dut.py:143: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:213: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:262: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:262: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:284: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_dut.py:288: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:288: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:288: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:288: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:294: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:294: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:294: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:294: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:305: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:305: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:305: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:305: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:311: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:311: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:320: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:320: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:320: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:320: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_dut.py:345: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:345: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:352: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:352: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:422: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_dut.py:422: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_dut.py:422: [D] D400 First line should end with a period [pydocstyle]
framework/virt_dut.py:422: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_resource.py:19: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:19: [D] D211 No blank lines allowed before class docstring [pydocstyle]
framework/virt_resource.py:19: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:19: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:19: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:23: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_resource.py:117: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:117: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:117: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:117: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:135: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_resource.py:135: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:192: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:200: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_resource.py:200: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:233: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:241: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_resource.py:241: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:275: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:299: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:299: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:311: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_resource.py:320: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:320: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:320: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:320: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:336: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:336: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:336: [D] D400 First line should end with a period [pydocstyle]
framework/virt_resource.py:336: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_resource.py:394: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_resource.py:406: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:406: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:418: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:418: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:426: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:426: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:434: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
framework/virt_resource.py:434: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_resource.py:442: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_resource.py:443: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_resource.py:447: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:1: [D] D100 Missing docstring in public module [pydocstyle]
framework/virt_scene.py:32: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:33: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:50: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:59: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_scene.py:62: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:84: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:93: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:111: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:134: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:197: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:206: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:212: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:230: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:244: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:266: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:274: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:289: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_scene.py:293: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:300: [E] E722 do not use bare 'except' [pycodestyle]
framework/virt_scene.py:304: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_scene.py:304: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_scene.py:304: [D] D400 First line should end with a period [pydocstyle]
framework/virt_scene.py:304: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_scene.py:318: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:353: [D] D205 1 blank line required between summary line and description [pydocstyle]
framework/virt_scene.py:353: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/virt_scene.py:353: [D] D400 First line should end with a period [pydocstyle]
framework/virt_scene.py:353: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
framework/virt_scene.py:366: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:400: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:411: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:417: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:448: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:457: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:464: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:470: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:486: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:487: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:491: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:497: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:498: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:507: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:508: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:515: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:520: [D] D101 Missing docstring in public class [pydocstyle]
framework/virt_scene.py:521: [D] D107 Missing docstring in __init__ [pydocstyle]
framework/virt_scene.py:524: [D] D102 Missing docstring in public method [pydocstyle]
framework/virt_scene.py:527: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_pf_smoke.py:1: [D] D100 Missing docstring in public module [pydocstyle]
tests/TestSuite_pf_smoke.py:18: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_pf_smoke.py:20: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_pf_smoke.py:20: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_pf_smoke.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:51: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_pf_smoke.py:51: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:74: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_pf_smoke.py:82: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_pf_smoke.py:94: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_pf_smoke.py:94: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:105: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_pf_smoke.py:105: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_pf_smoke.py:115: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_pf_smoke.py:139: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_vf_smoke.py:1: [D] D100 Missing docstring in public module [pydocstyle]
tests/TestSuite_vf_smoke.py:21: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_vf_smoke.py:23: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_vf_smoke.py:23: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_vf_smoke.py:23: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:78: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_vf_smoke.py:78: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:102: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_vf_smoke.py:110: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_vf_smoke.py:122: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_vf_smoke.py:122: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:133: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_vf_smoke.py:133: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_vf_smoke.py:143: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_vf_smoke.py:165: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:18: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_virtio_smoke.py:20: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:20: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:41: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:41: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:48: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:56: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:70: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:89: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:104: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:107: [E]  f-string is missing placeholders [pyflakes]
tests/TestSuite_virtio_smoke.py:108: [E] E501 line too long (119 > 100 characters) [pycodestyle]
tests/TestSuite_virtio_smoke.py:146: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:153: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:166: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_virtio_smoke.py:168: [E]  f-string is missing placeholders [pyflakes]
tests/TestSuite_virtio_smoke.py:170: [E] E501 line too long (104 > 100 characters) [pycodestyle]
tests/TestSuite_virtio_smoke.py:213: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:213: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_virtio_smoke.py:219: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_virtio_smoke.py:219: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:5: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:25: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:27: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:27: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:85: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:85: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:85: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:137: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:137: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:152: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:171: [E] E203 whitespace before ':' [pycodestyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:190: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:213: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:223: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:235: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:252: [E] E203 whitespace before ':' [pycodestyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:363: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:420: [D] D401 First line should be in imperative mood [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:470: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:481: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:481: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:487: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_nic_single_core_perf.py:487: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:6: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:6: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:32: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_mtu_update.py:42: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:42: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:48: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:60: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_mtu_update.py:65: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:68: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:77: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:95: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:135: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:139: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_mtu_update.py:144: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:144: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_mtu_update.py:161: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_mtu_update.py:167: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:167: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:178: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:178: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:178: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_mtu_update.py:191: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mtu_update.py:191: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:191: [D] D401 First line should be in imperative mood [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:248: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:255: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:262: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:269: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mtu_update.py:276: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:6: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_stats_checks.py:6: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:28: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:38: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_stats_checks.py:43: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:46: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:55: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:69: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:82: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:103: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:153: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:157: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:161: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:176: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:203: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:222: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:237: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:237: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_stats_checks.py:253: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_stats_checks.py:259: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_stats_checks.py:259: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_stats_checks.py:268: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_stats_checks.py:274: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:285: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_stats_checks.py:289: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_dynamic_config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:24: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:85: [E] E501 line too long (101 > 100 characters) [pycodestyle]
tests/TestSuite_dynamic_config.py:92: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:92: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:24: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:33: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:74: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:85: [E] E501 line too long (101 > 100 characters) [pycodestyle]
tests/TestSuite_dynamic_config.py:92: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:92: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:106: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:148: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:176: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:207: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_dynamic_config.py:242: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:283: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_dynamic_config.py:289: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:19: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_mac_filter.py:21: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:21: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:34: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:34: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:60: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mac_filter.py:60: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mac_filter.py:73: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mac_filter.py:136: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_mac_filter.py:186: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_mac_filter.py:218: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_mac_filter.py:218: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_mac_filter.py:225: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_mac_filter.py:225: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:27: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_queue_start_stop.py:35: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:35: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:43: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:43: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:48: [E] E722 do not use bare 'except' [pycodestyle]
tests/TestSuite_queue_start_stop.py:62: [D] D102 Missing docstring in public method [pydocstyle]
tests/TestSuite_queue_start_stop.py:66: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:66: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D401 First line should be in imperative mood; try rephrasing [pydocstyle]
tests/TestSuite_queue_start_stop.py:89: [D] D404 First word of the docstring should not be `This` [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_queue_start_stop.py:103: [D] D403 First word of the first line should be properly capitalized [pydocstyle]
tests/TestSuite_queue_start_stop.py:163: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:163: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_queue_start_stop.py:171: [E] E722 do not use bare 'except' [pycodestyle]
tests/TestSuite_queue_start_stop.py:182: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_queue_start_stop.py:182: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:5: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_scatter.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:21: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_scatter.py:29: [D] D205 1 blank line required between summary line and description [pydocstyle]
tests/TestSuite_scatter.py:29: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:68: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:68: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:85: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:85: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D400 First line should end with a period [pydocstyle]
tests/TestSuite_scatter.py:91: [D] D415 First line should end with a period, question mark, or exclamation point [pydocstyle]
tests/TestSuite_scatter.py:115: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:115: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_scatter.py:121: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_scatter.py:121: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:5: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:21: [D] D101 Missing docstring in public class [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:30: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:30: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:39: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:39: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:45: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:45: [D] D202 No blank lines allowed after function docstring [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:45: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:57: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:57: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:63: [D] D200 One-line docstring should fit on one line with quotes [pydocstyle]
tests/TestSuite_unit_tests_mbuf.py:63: [D] D212 Multi-line docstring summary should start at the first line [pydocstyle]
framework/qemu_libvirt.py:804: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if command is "ping":
DPDK STV team

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-16  6:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16  6:58 [dts-test-report] |FAILURE| pw(116320) sid(24669) job(DTS_AUTO_1560) [1/1] test_plans/af_xdp_test_plan.rst: Add test plan for AF_XDP sys_stv
  -- strict thread matches above, loose matches on Subject: below --
2022-09-16  6:54 sys_stv
2022-09-16  6:22 sys_stv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).