Martin Kojtal
e52bb68f93
tests: astyle fix
...
All tests should comply to our coding standard now
2018-08-03 10:23:38 +01:00
Juha Ylinen
53eb36e729
Fix Greentea WiFi test build issues
2018-05-25 09:39:36 +03:00
Juha Ylinen
8e81d0153a
Update Greentea WiFi tests
...
Use similar network interface configuration as used in netsocket tests
Improve test coverage
2018-05-25 09:35:14 +03:00
Anna Bridge
2f4f82ec74
Merge pull request #5723 from SeppoTakalo/wifi-construtor-fix
...
Remove destruction of WiFi interface in test runs
2017-12-29 14:29:38 +00:00
Veijo Pesonen
c993057537
Security protocol made configurable via json
2017-12-22 12:54:22 +02:00
Seppo Takalo
8bfe5779b3
Remove destruction of WiFi interface in test runs
...
Most of our IP stacks don't allow removal of interfaces so
interface destructor can not reliably clean up. Therefore we
cannot rely its behaviours in test case.
Instead run interface->disconnect() in case interface was already
created.
2017-12-20 16:58:11 +02:00
Wolfgang Betz
043ee4a6f5
Split test for secure & unsecure tests
2017-11-28 13:17:38 +01:00
Seppo Takalo
429b0688bd
Add license texts
2017-10-04 17:45:25 +03:00
Seppo Takalo
72e7c326c9
Fix builds for targets without wifi or without mbed_app.json
2017-10-04 12:01:49 +03:00
Seppo Takalo
3ac788fa02
Set timeout to 4 minutes.
...
Wifi connections and scanning takes long time. 2 minutes might not be enough.
2017-10-04 12:01:49 +03:00
Seppo Takalo
3d87507c98
Implement functional Wifi tests
...
Implement 100% function coverage for WifiInterface as specified
in "Wifi test plan"
2017-10-04 12:01:49 +03:00
Bartek Szatkowski
3c06cdae7e
WiFi tests: Make tests CI friendly
2016-11-10 17:03:26 +00:00
Bartek Szatkowski
e116a66270
WiFi test Add support for mbed_app.json
2016-11-10 10:15:44 +00:00
Bartek Szatkowski
e8b55cac46
WiFi tests: Only support Odin board
2016-11-10 10:04:46 +00:00
Bartek Szatkowski
34cc61f871
WiFi tests: Increase the timeout for ESP module
2016-11-10 10:04:46 +00:00
Bartek Szatkowski
beef1d8b00
Add new WiFi tests
...
The tests try to:
* scan for available networks and check whether specified networks
are present in the results.
* connect to and disconnect from the specified network.
* repeats the scan tests while connected to a network.
* connect to a network and perform simple HTTP query.
2016-11-10 10:04:46 +00:00