Patchew URL: https://patchew.org/QEMU/20190923134019.8548-1-cr...@redhat.com/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190923134019.8548-1-cr...@redhat.com Subject: [PULL 0/7] Python (acceptance tests) queue - 2019-09-23 Type: series === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Switched to a new branch 'test' 586193c Acceptance tests: use avocado.utils.ssh for SSH interaction 73df413 tests/acceptance: Add new test cases in linux_ssh_mips_malta.py cfc25f3 tests/acceptance: Refactor and improve reporting in linux_ssh_mips_malta.py 4661118 Acceptance test x86_cpu_model_versions: split into smaller tests 2fb1036 Acceptance test x86_cpu_model_versions: fix mismatches between test and messages f5e5d96 Acceptance test x86_cpu_model_versions: shutdown VMs 0c13726 Acceptance test machine_m68k_nextcube.py: relax the error code pattern === OUTPUT BEGIN === 1/7 Checking commit 0c137262db6e (Acceptance test machine_m68k_nextcube.py: relax the error code pattern) 2/7 Checking commit f5e5d9617fe9 (Acceptance test x86_cpu_model_versions: shutdown VMs) 3/7 Checking commit 2fb10362a8ed (Acceptance test x86_cpu_model_versions: fix mismatches between test and messages) ERROR: line over 90 characters #25: FILE: tests/acceptance/x86_cpu_model_versions.py:283: + 'pc-i440fx-4.0 + Cascadelake-Server-v1 should not have arch-capabilities') ERROR: line over 90 characters #34: FILE: tests/acceptance/x86_cpu_model_versions.py:292: + 'pc-i440fx-4.0 + Cascadelake-Server-v2 should have arch-capabilities') ERROR: line over 90 characters #42: FILE: tests/acceptance/x86_cpu_model_versions.py:299: + vm.add_args('-cpu', 'Cascadelake-Server-v1,x-force-features=on,check=off,enforce=off,+arch-capabilities') total: 3 errors, 0 warnings, 24 lines checked Patch 3/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/7 Checking commit 4661118c3be7 (Acceptance test x86_cpu_model_versions: split into smaller tests) 5/7 Checking commit cfc25f3d2559 (tests/acceptance: Refactor and improve reporting in linux_ssh_mips_malta.py) 6/7 Checking commit 73df413e17b2 (tests/acceptance: Add new test cases in linux_ssh_mips_malta.py) 7/7 Checking commit 586193c82d14 (Acceptance tests: use avocado.utils.ssh for SSH interaction) WARNING: line over 80 characters #126: FILE: tests/acceptance/linux_ssh_mips_malta.py:85: + stdout_lines = [line.rstrip() for line in result.stdout_text.splitlines()] WARNING: line over 80 characters #130: FILE: tests/acceptance/linux_ssh_mips_malta.py:88: + stderr_lines = [line.rstrip() for line in result.stderr_text.splitlines()] total: 0 errors, 2 warnings, 158 lines checked Patch 7/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20190923134019.8548-1-cr...@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com