Message ID | 3c7d838afab792b1445d1acd14a3170804895104.1715719254.git.pav@iki.fi (mailing list archive) |
---|---|
State | Accepted |
Commit | d9de306a28fecd711d3d2f88bf778f98f2772424 |
Headers | show |
Series | [BlueZ,1/3] shared/tester: add ability to skip tests unless explicitly selected | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | warning | WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c777c55ab662db4e9853bb08a6e1e6c77b319e09', maybe rebased or not pulled? #96: This reverts commit c777c55ab662db4e9853bb08a6e1e6c77b319e09. /github/workspace/src/src/13664420.patch total: 0 errors, 1 warnings, 18 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/src/13664420.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. |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 81636200e..8a4fbc2eb 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -9985,7 +9985,7 @@ static const struct generic_data read_exp_feat_success = { static const uint8_t read_exp_feat_param_success_index_none[] = { - 0x03, 0x00, /* Feature Count */ + 0x02, 0x00, /* Feature Count */ 0x1c, 0xda, 0x47, 0x1c, 0x48, 0x6c, /* UUID - Debug */ 0x01, 0xab, 0x9f, 0x46, 0xec, 0xb9, 0x30, 0x25, 0x99, 0xd4, @@ -9994,10 +9994,6 @@ static const uint8_t read_exp_feat_param_success_index_none[] = { 0x85, 0x98, 0x6a, 0x49, 0xe0, 0x05, 0x88, 0xf1, 0xba, 0x6f, 0x00, 0x00, 0x00, 0x00, /* Flags */ - 0x33, 0x57, 0x7b, 0xb4, 0x21, 0xc0, /* UUID - Poll Errqueue */ - 0xc1, 0x8b, 0x79, 0x46, 0x9f, 0xb6, - 0x4c, 0x8c, 0x51, 0x69, - 0x00, 0x00, 0x00, 0x00, /* Flags */ }; static const struct generic_data read_exp_feat_success_index_none = {