From: He Yin Ling Date: Wed, 12 Sep 2018 10:15:06 +0000 (+0800) Subject: test: fix incorrect tx power value in adv X-Git-Tag: v3.2-beta1~162^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b41bd0cddf302f5d79277356a0d97c9eca2bbb4;p=esp-idf test: fix incorrect tx power value in adv --- 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 576598d16d..52f508c42e 100644 --- a/components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml +++ b/components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml @@ -2232,14 +2232,14 @@ test cases: - ["R SSC1 C +BLEADV:SetAdv,OK"] - *dut1_start_adv - - "SSC SSC2 blescan -D -z start -t 1 -e 1" - - - 'P SSC2 RE "\+BTSCANEXT:%%s,txp,0xEB"%%()' + - - 'P SSC2 RE "\+BTSCANEXT:%%s,txp,0x03"%%()' - 'R SSC2 C Complete' - *dut1_stop_adv - - "SSC SSC1 bleadv -L -c 0 -x 0 -t 3" - ["R SSC1 C +BLEADV:SetAdv,OK"] - *dut1_start_adv - - "SSC SSC2 blescan -D -z start -t 1 -e 1" - - - 'R SSC2 NRE "\+BTSCANEXT:%%s,txp,0xEB"%%()' + - - 'R SSC2 NRE "\+BTSCANEXT:%%s,txp,0x03"%%()' - 'R SSC2 C Complete' - ID: BTSTK_GAP_09007 <<: *GAP_CASE