diff --git a/autopts/wid/__init__.py b/autopts/wid/__init__.py index 11e4af4fce..f6118d4eea 100644 --- a/autopts/wid/__init__.py +++ b/autopts/wid/__init__.py @@ -11,7 +11,7 @@ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. -# +# test from typing import NamedTuple from .wid import generic_wid_hdl diff --git a/autopts/wid/gatt_client.py b/autopts/wid/gatt_client.py index 752a32ee26..77ab785844 100644 --- a/autopts/wid/gatt_client.py +++ b/autopts/wid/gatt_client.py @@ -42,6 +42,7 @@ def gatt_cl_wid_hdl(wid, description, test_case_name): #TODO: port all GATT wids to GATT Client service # wid handlers section begin def hdl_wid_1(_: WIDParams): + #test """ Please prepare IUT into a connectable mode. diff --git a/autopts/wid/gtbs.py b/autopts/wid/gtbs.py index 2c4b796d77..90493c44ca 100644 --- a/autopts/wid/gtbs.py +++ b/autopts/wid/gtbs.py @@ -28,5 +28,6 @@ def gtbs_wid_hdl(wid, description, test_case_name): # wid handlers section begin def hdl_wid_1(params: WIDParams): # Example WID + #test return True diff --git a/autopts/wid/mics.py b/autopts/wid/mics.py index 94082692ec..85cc57edc2 100644 --- a/autopts/wid/mics.py +++ b/autopts/wid/mics.py @@ -34,6 +34,7 @@ def mics_wid_hdl(wid, description, test_case_name): def hdl_wid_20001(_: WIDParams): """Please prepare IUT into a connectable mode. Verify that the Implementation Under Test (IUT) can accept GATT connect request from PTS.""" + #test stack = get_stack() btp.gap_set_conn() btp.gap_adv_ind_on(ad=stack.gap.ad)