From 363a20abec1eb586c31ef6156a83ff6c3d81d102 Mon Sep 17 00:00:00 2001 From: He Yin Ling Date: Thu, 21 Sep 2017 21:35:00 +0800 Subject: [PATCH] test: udpate new BLE known issues: 1. some cases caused by GATTC can't get correct attribute handle 2. some cases with increased fail ratio --- .../idf_test/integration_test/KnownIssues | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/components/idf_test/integration_test/KnownIssues b/components/idf_test/integration_test/KnownIssues index 8e7f77040..ef818e51f 100644 --- a/components/idf_test/integration_test/KnownIssues +++ b/components/idf_test/integration_test/KnownIssues @@ -234,7 +234,6 @@ BTSTK_GATT_25011 BTSTK_GATT_25012 BTSTK_GATT_25013 BTSTK_GATT_25014 -BTSTK_GATT_20002 # BT cases that might fail BTSTK_GAP_01003 @@ -245,7 +244,12 @@ BTSTK_GAP_06001 BTSTK_GAP_06002 BTSTK_GAP_06004 BTSTK_GAP_06005 -BTSTK_GATT_20002 + +BTSTK_GAP_03002 +BTSTK_GAP_03004 +BTSTK_GAP_09003 +BTSTK_GAP_09002 + BTSTK_GATT_21002 BTSTK_GATT_21006 BTSTK_GATT_21007 @@ -265,6 +269,13 @@ BTSTK_GATT_23003 BTSTK_GATT_25005 BTSTK_GATT_25007 BTSTK_GATT_25014 + +BTSTK_GATT_20001 +BTSTK_GATT_20002 +BTSTK_GATT_23007 +BTSTK_GATT_24003 +BTSTK_GATT_26006 + BTSTK_COEXIST_0101 BTSTK_COEXIST_0102 BTSTK_COEXIST_0103 @@ -272,3 +283,17 @@ BTSTK_COEXIST_0201 BTSTK_COEXIST_0202 BTSTK_COEXIST_0203 BTSTK_COEXIST_0301 + +# new failed caused by GATTC can't get correct attribute handle +BTSTK_GATT_22001 +BTSTK_GATT_22002 +BTSTK_GATT_22014 +BTSTK_GATT_22013 +BTSTK_GATT_22012 +BTSTK_GATT_22011 +BTSTK_GATT_22017 +BTSTK_GATT_22016 +BTSTK_GATT_22015 +BTSTK_GATT_22019 +BTSTK_GATT_22018 +