Skip to content

Commit

Permalink
tests/psoc6/multi/network_config: Addedd module print test.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Jul 20, 2023
1 parent d653042 commit 40deff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/psoc6/multi/network_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def instance0():
stations = ap_if.status("stations")
print("ap status has stations: ", stations != [])

print(ap_if)


# Station
def instance1():
Expand Down Expand Up @@ -86,3 +88,5 @@ def instance1():
sta_if.ifconfig(sta_net_conf) # not for STA
except ValueError as err:
print(err)

print(sta_if)
2 changes: 2 additions & 0 deletions tests/psoc6/multi/network_config.py.exp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ap ip settings: True
> yield station
ap has clients: True
ap status has stations: True
<IFX WCM AP up 10.20.0.1>
--- instance1 ---
sta instance created
sta attempt connection to ap
Expand All @@ -20,3 +21,4 @@ sta assoc ap security config: True
network access point required
sta ip settings: True
network access point required
<IFX WCM STA joined 10.20.0.2>

0 comments on commit 40deff6

Please sign in to comment.