Skip to content

Commit

Permalink
wid: pr
Browse files Browse the repository at this point in the history
wid: test pr
  • Loading branch information
piotrnarajowski committed Jul 22, 2024
1 parent 0ca46cd commit 013a22d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autopts/wid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions autopts/wid/gatt_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions autopts/wid/gtbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions autopts/wid/mics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 013a22d

Please sign in to comment.