Test-Label: Intel-dts-format-test Test-Status: FAILURE http://dpdk.org/patch/109209 Subject: [v1] framework: Move test-specific files to test directory _Testing issues_ Diff: tests/util/virt/virt_scene.py tests/util/virt/virt_dut.py tests/util/virt/virt_common.py tests/util/virt/virt_base.py tests/util/virt/__init__.py tests/util/flow/flow_rule.py tests/util/flow/flow_items.py tests/util/flow/__init__.py tests/util/__init__.py tests/data/__init__.py framework/virt_resource.py DPDK: commit 26d734b5d280b96f91f00f5e0c6c7eff99facef2 Author: David Marchand Date: Thu Apr 14 13:27:56 2022 +0200 Comment: devargs: fix leak on hotplug failure DTS: commit f8e47bcdc2991b040ef80dd65fc914df93158290 Author: Lijuan Tu Date: Wed May 18 22:09:13 2022 +0800 Comment: format all codes with format.sh FORMAT test failed information: isort -c --profile black --line-length 88 --python-version auto . ERROR: /root/UB2004-64_216/16edf3c31025434387bceb1292c7c5b1/dts/tests/util/virt/virt_dut.py Imports are incorrectly sorted and/or formatted. ERROR: /root/UB2004-64_216/16edf3c31025434387bceb1292c7c5b1/dts/tests/util/virt/virt_scene.py Imports are incorrectly sorted and/or formatted. ERROR: /root/UB2004-64_216/16edf3c31025434387bceb1292c7c5b1/dts/tests/util/virt/virt_base.py Imports are incorrectly sorted and/or formatted. Skipped 2 files black --check --line-length 88 --required-version 22.1.0 --target-version py38 --safe . would reformat /root/UB2004-64_216/16edf3c31025434387bceb1292c7c5b1/dts/tests/util/flow/__init__.py would reformat /root/UB2004-64_216/16edf3c31025434387bceb1292c7c5b1/dts/tests/util/__init__.py would reformat /root/UB2004-64_216/16edf3c31025434387bceb1292c7c5b1/dts/tests/util/virt/__init__.py Oh no! 💥 💔 💥 3 files would be reformatted, 351 files would be left unchanged. Please use format.sh to format your patches and re-submit. DPDK STV team