Message ID | 20240206112253.76446-3-verdre@v0yd.nl (mailing list archive) |
---|---|
State | Accepted |
Commit | 6a264df7200b3350712decf5d09d7bcef7a50fc2 |
Headers | show |
Series | Adjust tests for sequential conn establishing | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
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 7d884bbf6..767cd5cda 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -3216,7 +3216,7 @@ static const struct generic_data pair_device_power_off_test_1 = { .send_opcode = MGMT_OP_PAIR_DEVICE, .send_func = pair_device_send_param_func, .force_power_off = true, - .expect_status = MGMT_STATUS_NOT_POWERED, + .expect_status = MGMT_STATUS_DISCONNECTED, .expect_func = pair_device_expect_param_func, };