Test-Label: Intel-dts-pylama-test Test-Status: FAILURE http://dpdk.org/patch/120452 Subject: [V1] tests/*: optimized and add more test points _Testing issues_ Diff: tests/TestSuite_stats_checks.py DPDK: commit 6c8aed5ab7f6dbed8e71199504fa227f5f60c6fd Author: David Marchand Date: Thu Dec 1 10:22:29 2022 +0100 Comment: build: generate Windows build artefacts when needed DTS: commit 1b4f822bee585e100b0192d6383d01fb95cb7dfa Author: Wei Ling Date: Tue Nov 22 15:13:31 2022 +0800 Comment: tests/virtio_event_idx_interrupt_cbdma: modify the dmas parameter by DPDK changed PYLAMA test failed information: Traceback (most recent call last): File "/usr/local/bin/pylama", line 5, in from pylama.main import shell File "/usr/local/lib/python3.10/dist-packages/pylama/main.py", line 11, in from pylama.check_async import check_async File "/usr/local/lib/python3.10/dist-packages/pylama/check_async.py", line 8, in from pylama.config import Namespace File "/usr/local/lib/python3.10/dist-packages/pylama/config.py", line 13, in from pylama.lint import LINTERS File "/usr/local/lib/python3.10/dist-packages/pylama/lint/__init__.py", line 56, in import_module(f"{__name__}.{pname}") File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.10/dist-packages/pylama/lint/pylama_pyflakes.py", line 12, in m.RedefinedInListComp.message: "W0621", AttributeError: module 'pyflakes.messages' has no attribute 'RedefinedInListComp' DPDK STV team