Message ID | 20190924194501.9303-1-crosa@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Acceptance tests: make better use of machine tags | expand |
Patchew URL: https://patchew.org/QEMU/20190924194501.9303-1-crosa@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190924194501.9303-1-crosa@redhat.com Subject: [PATCH 0/3] Acceptance tests: make better use of machine tags === 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' ba0bacf Acceptance Tests: use avocado tags for machine type 68ff8a9 Acceptance tests: introduce utility method for tags unique vals ea0f62b Acceptance test x86_cpu_model_versions: use default vm === OUTPUT BEGIN === 1/3 Checking commit ea0f62b13779 (Acceptance test x86_cpu_model_versions: use default vm) ERROR: line over 90 characters #47: FILE: tests/acceptance/x86_cpu_model_versions.py:248: + self.vm.add_args('-cpu', 'Cascadelake-Server,x-force-features=on,check=off,enforce=off') ERROR: line over 90 characters #61: FILE: tests/acceptance/x86_cpu_model_versions.py:256: + self.vm.add_args('-cpu', 'Cascadelake-Server,x-force-features=on,check=off,enforce=off') ERROR: line over 90 characters #76: FILE: tests/acceptance/x86_cpu_model_versions.py:265: + self.vm.add_args('-cpu', 'Cascadelake-Server,x-force-features=on,check=off,enforce=off,+arch-capabilities') ERROR: line over 90 characters #90: FILE: tests/acceptance/x86_cpu_model_versions.py:273: + self.vm.add_args('-cpu', 'Cascadelake-Server,x-force-features=on,check=off,enforce=off,-arch-capabilities') ERROR: line over 90 characters #105: FILE: tests/acceptance/x86_cpu_model_versions.py:282: + self.vm.add_args('-cpu', 'Cascadelake-Server-v1,x-force-features=on,check=off,enforce=off') ERROR: line over 90 characters #120: FILE: tests/acceptance/x86_cpu_model_versions.py:290: + self.vm.add_args('-cpu', 'Cascadelake-Server-v2,x-force-features=on,check=off,enforce=off') ERROR: line over 90 characters #123: FILE: tests/acceptance/x86_cpu_model_versions.py:293: + 'pc-i440fx-4.0 + Cascadelake-Server-v2 should have arch-capabilities') ERROR: line over 90 characters #136: FILE: tests/acceptance/x86_cpu_model_versions.py:299: + self.vm.add_args('-cpu', 'Cascadelake-Server-v1,x-force-features=on,check=off,enforce=off,+arch-capabilities') ERROR: line over 90 characters #139: FILE: tests/acceptance/x86_cpu_model_versions.py:302: + 'pc-i440fx-4.0 + Cascadelake-Server-v1,+arch-capabilities should have arch-capabilities') ERROR: line over 90 characters #150: FILE: tests/acceptance/x86_cpu_model_versions.py:307: + self.vm.add_args('-cpu', 'Cascadelake-Server-v2,x-force-features=on,check=off,enforce=off,-arch-capabilities') total: 10 errors, 0 warnings, 134 lines checked Patch 1/3 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/3 Checking commit 68ff8a93f9cd (Acceptance tests: introduce utility method for tags unique vals) 3/3 Checking commit ba0bacf3a0d7 (Acceptance Tests: use avocado tags for machine type) WARNING: line over 80 characters #62: FILE: tests/acceptance/avocado_qemu/__init__.py:73: + default=self._get_unique_tag_val('machine')) total: 0 errors, 1 warnings, 386 lines checked Patch 3/3 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/20190924194501.9303-1-crosa@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com