@@ -53,7 +53,6 @@ Please refer to the following table for priorities of test cases. Priorities are
53
53
| 4 | WIFI_SET_CHANNEL | | SHOULD |
54
54
| 5 | WIFI_GET_RSSI | | SHOULD |
55
55
| 6 | WIFI_CONNECT_PARAMS_NULL | | MUST |
56
- | 7 | WIFI_CONNECT_PARAMS_VALID_UNSECURE | | MUST |
57
56
| 8 | WIFI_CONNECT_PARAMS_VALID_SECURE | With security type: | |
58
57
| | | NSAPI_SECURITY_WEP | SHOULD |
59
58
| | | NSAPI_SECURITY_WPA | SHOULD |
@@ -271,28 +270,6 @@ Test enviroment is set up as specified in "Test Environment" chapter.
271
270
272
271
Both ` connect() ` calls return NSAPI_ERROR_PARAMETER.
273
272
274
- ### WIFI_CONNECT_PARAMS_VALID_UNSECURE
275
-
276
- ** Description:**
277
-
278
- Test ` WiFiInterface::connect(ssid, pass, security) ` with valid parameters for the unsecure network.
279
-
280
- ** Precondition:**
281
-
282
- Test enviroment is set up as specified in the "Test Environment" chapter.
283
-
284
- ** Test steps:**
285
-
286
- 1 . Initialize the driver.
287
- 2 . Call ` WiFiInterface::connect( <ssid:unsecure>, NULL) ` .
288
- 3 . ` disconnect() ` .
289
- 4 . Call ` WiFiInterface::connect( <ssid:unsecure>, "") ` .
290
- 5 . ` disconnect() ` .
291
-
292
- ** Expected result:**
293
-
294
- ` connect() ` calls return NSAPI_ERROR_OK.
295
-
296
273
### WIFI_CONNECT_PARAMS_VALID_SECURE
297
274
298
275
** Description:**
@@ -350,7 +327,7 @@ Test enviroment is set up as specified in the "Test Environment" chapter.
350
327
** Test steps:**
351
328
352
329
1 . Initialize the driver.
353
- 2 . Call ` WiFiInterface::connect( <ssid:secure>, <pw:secure>, NSAPI_SECURITY_WPA2, <ch:unsecure >) ` .
330
+ 2 . Call ` WiFiInterface::connect( <ssid:secure>, <pw:secure>, NSAPI_SECURITY_WPA2, <ch:secure >) ` .
354
331
3 . ` disconnect() ` .
355
332
356
333
** Expected result:**
@@ -398,7 +375,7 @@ Test `WiFiInterface::connect()` and `WiFiInterface::disconnect()` in non-blockin
398
375
** Test steps:**
399
376
400
377
1 . Initialize the driver.
401
- 2 . ` Call WiFiInterface::set_credentials( <ssid:unsecure >, NULL) ` .
378
+ 2 . ` Call WiFiInterface::set_credentials( <ssid:secure >, NULL) ` .
402
379
3 . ` Call WiFiInterface::set_blocking(false) `
403
380
4 . ` Call WiFiInterface::connect() ` .
404
381
5 . ` Cal WiFiInterface::set_credentials(const char *ssid, const char *pass, nsapi_security_t security) `
@@ -473,7 +450,7 @@ The test enviroment is set up as specified in the "Test Environment" chapter.
473
450
** Test steps:**
474
451
475
452
1 . Initialize the driver.
476
- 2 . Call ` WiFiInterface::set_credentials( <ssid:unsecure >, NULL) ` .
453
+ 2 . Call ` WiFiInterface::set_credentials( <ssid:secure >, NULL) ` .
477
454
3 . Repeat 10 times:
478
455
1 . Call ` WiFiInterface::connect() ` .
479
456
2 . ` disconnect() ` .
0 commit comments