From 200d8d235b918b3690d4d14c8ddd60adb95bf2df Mon Sep 17 00:00:00 2001 From: chensheng Date: Fri, 24 Aug 2018 14:25:24 +0800 Subject: [PATCH] fix bug BTSTK_GAP_14007,BTSTK_GAP_14008,BTSTK_GAP_14009 duplicate summary --- components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml | 8 ++++---- components/idf_test/integration_test/TC_IT_BTSTK_GATT.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml b/components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml index 95bde1cf2d..03360bd0c6 100644 --- a/components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml +++ b/components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml @@ -2512,7 +2512,7 @@ test cases: - ["R SSC2 C +BLEADV:OK"] - - "SSC SSC1 blescan -D -z start" - ['R SSC1 P C Complete'] - - - "SSC SSC1 bleconn -C -p 0x10 -a " + - - "SSC SSC1 bleconn -C -p 0x10 -a -r 1" - ["P SSC1 C +BLE:GattcConnect,OK", "P SSC2 C +BLE:GattsConnect"] - ID: BTSTK_GAP_14002 <<: *GAP_CASE @@ -2577,7 +2577,7 @@ test cases: - ID: BTSTK_GAP_14007 <<: *GAP_CASE test point 2: BLE set random address test - summary: BLE set random address as resolvable private address + summary: BLE set random address as resolvable private address and cannot be scan initial condition: BLE_INIT_SMP steps: | 1. SSC1 set adv params and config local privacy as true @@ -2604,7 +2604,7 @@ test cases: - ID: BTSTK_GAP_14008 <<: *GAP_CASE test point 2: BLE set random address test - summary: BLE set random address as resolvable private address + summary: disconnect after encryption and set random address as resolvable private address and reconnect steps: | 1. SSC2 set AuthReqMode and IOCAP,set RspKey as Enc and IRK 2. pairing @@ -2651,7 +2651,7 @@ test cases: - ID: BTSTK_GAP_14009 <<: *GAP_CASE test point 2: BLE set random address test - summary: BLE set random address as resolvable private address + summary: reboot after BLE DUT encryption and set random address as resolvable private address steps: | 1. SSC2 set AuthReqMode and IOCAP,set RspKey as Enc and IRK 2. pairing diff --git a/components/idf_test/integration_test/TC_IT_BTSTK_GATT.yml b/components/idf_test/integration_test/TC_IT_BTSTK_GATT.yml index f1a88881d1..569e058e6d 100644 --- a/components/idf_test/integration_test/TC_IT_BTSTK_GATT.yml +++ b/components/idf_test/integration_test/TC_IT_BTSTK_GATT.yml @@ -1547,7 +1547,7 @@ test cases: cmd set: - "" - *primary_service_discovery - - - "SSC SSC1 gattc -W -z char -s 0xA000 -c 0xC102 -p 0x10 -v -x01 -w 1" + - - "SSC SSC1 gattc -W -z char -s 0xA000 -c 0xC102 -p 0x10 -v 0x01 -w 1" - ["P SSC1 C +GATTC:WriteOnce"] - ID: BTSTK_GATT_25008 <<: *GATT_CASE @@ -1685,9 +1685,9 @@ test cases: cmd set: - "" - *primary_service_discovery - - - "SSC SSC1 gattc -W -z char -s 0xA002 -c 0xC302 -p 0x10 -v -x01 -w 1" + - - "SSC SSC1 gattc -W -z char -s 0xA002 -c 0xC302 -p 0x10 -v 0x01 -w 1" - ["R SSC1 C +GATTC:Write,OK"] - - - "SSC SSC1 gattc -W -z char -s 0xA002 -c 0xC302 -p 0x10 -v -x01 -w 1" + - - "SSC SSC1 gattc -W -z char -s 0xA002 -c 0xC302 -p 0x10 -v 0x01 -w 1" - ["R SSC1 C +GATTC:Write,OK"] - ID: BTSTK_GATT_25015 <<: *GATT_CASE