forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/psoc6/multi/network_config.py: Added network config multi test.
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
- Loading branch information
1 parent
278c518
commit b0bd665
Showing
2 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- instance0 --- | ||
ap instance created | ||
ap config get channel: True | ||
ap config get ssid: True | ||
ap config get security: True | ||
network conf password only queryable for default password | ||
ap is activated | ||
> yield station | ||
ap has clients: True | ||
ap status has stations: True | ||
--- instance1 --- | ||
sta instance created | ||
sta attempt connection to ap | ||
sta is (now) active: True | ||
sta is (now) connected: True | ||
sta assoc ap channel config: True | ||
sta assoc ap ssid config: True | ||
sta assoc ap security config: True | ||
network access point required |