Message ID | 20211008054300.27989-1-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ,v2,1/3] doc/tester-config: Enable Runtime Debugging Feature | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=559685 ---Test result--- Test Summary: CheckPatch FAIL 4.59 seconds GitLint PASS 2.76 seconds Prep - Setup ELL PASS 49.27 seconds Build - Prep PASS 0.49 seconds Build - Configure PASS 9.19 seconds Build - Make PASS 213.69 seconds Make Check PASS 9.35 seconds Make Distcheck PASS 253.27 seconds Build w/ext ELL - Configure PASS 9.30 seconds Build w/ext ELL - Make PASS 203.23 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: [BlueZ,v2,3/3] tools/mgmt-tester: Add more suspend/resume test cases WARNING:LONG_LINE_STRING: line length of 84 exceeds 80 columns #273: FILE: tools/mgmt-tester.c:12642: + test_bredrle50_full("Suspend/Resume - Success 9 (Discovery/Suspend/Resume)", WARNING:LONG_LINE_STRING: line length of 84 exceeds 80 columns #283: FILE: tools/mgmt-tester.c:12652: + test_bredrle50_full("Suspend/Resume - Success 10 (Multiple Suspend/Resume)", /github/workspace/src/12544411.patch total: 0 errors, 2 warnings, 187 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/12544411.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. --- Regards, Linux Bluetooth
diff --git a/doc/tester.config b/doc/tester.config index 892fd5eb3..011475661 100644 --- a/doc/tester.config +++ b/doc/tester.config @@ -32,6 +32,7 @@ CONFIG_BT_LE=y CONFIG_BT_HS=y CONFIG_BT_MSFTEXT=y CONFIG_BT_AOSPEXT=y +CONFIG_BT_FEATURE_DEBUG=y CONFIG_BT_HCIVHCI=y
From: Tedd Ho-Jeong An <tedd.an@intel.com> This patch adds CONFIG_BT_FEATURE_DEBUG=y in tester config to enable the runtime debug option. --- doc/tester.config | 1 + 1 file changed, 1 insertion(+)