Skip to content

Commit 93e90f7

Browse files
author
Juhani Puurula
committed
Icetea test documentation: added spaces
1 parent 3732f72 commit 93e90f7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

TEST_APPS/testcases/nanostack_mac_tester/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
##Nanostack MAC RF tests
1+
## Nanostack MAC RF tests
22

33
This folder contains nanostack MAC RF tests for Icetea.
44
The test located under this folder is dependent of the application [`nanostack_mac_tester`](https://github.com/ARMmbed/mbed-os/blob/master/TEST_APPS/device/nanostack_mac_tester).
55
The nanostack MAC tester is disabled by default. To run the test cases with the application, either remove the preprocessor macro from main.cpp or add `-DICETEA_MAC_TESTER_ENABLED` to the `mbed test` command.
66

77
Icetea test cases are processed by passing commands through the `mbed-client-cli` command line. It is possible to manually replicate most test cases by following the instructions below.
88

9-
In test cases with more than one device under test(DUT) the target device is given in the instructions as DUT1, DUT2 or DUT3.
9+
In test cases with more than one device under test (DUT) the target device is given in the instructions as DUT1, DUT2 or DUT3.
1010

11-
##Test cases
11+
## Test cases
1212

1313
### `address_read_and_write`
1414

@@ -41,7 +41,7 @@ The test exits with status `PASS` without timeouts.
4141

4242
**Description:**
4343

44-
Create two Personal Area Networks(PAN) and verify beacon transmission.
44+
Create two Personal Area Networks (PAN) and verify beacon transmission.
4545

4646
Requires 3 devices.
4747

@@ -89,7 +89,7 @@ The test exits with status `PASS` without timeouts.
8989

9090
**Description:**
9191

92-
Perform Energy Detection(ED) scan to find Personal Area Networks(PAN).
92+
Perform Energy Detection (ED) scan to find Personal Area Networks (PAN).
9393

9494
The test case requires that a lot of data is sent on the RF channel. In the test case
9595
this is done automatically at a rate that is hard to perform manually, which makes
@@ -212,29 +212,29 @@ Requires 3 devices.
212212
`config-status --data_ind abcde`
213213
10. DUT3: Configure indirect data:
214214
`config-status --data_ind 12345`
215-
11. DUT1,DUT2,DUT3: Mute traces(can cause timing issues):
215+
11. DUT1,DUT2,DUT3: Mute traces (can cause timing issues):
216216
`silent-mode on`
217217
12. DUT1: Send data indirectly to DUT2:
218218
`data --dst_addr 01:02:03:00:00:00:00:02 --msdu_length 5 --msdu abcde --indirect_tx true --wait_for_confirm false`
219-
13. DUT2: Poll DUT1(coordinator) for data:
219+
13. DUT2: Poll DUT1 (coordinator) for data:
220220
`poll --coord_address 01:02:03:00:00:00:00:01`
221221
14. DUT1: Resend data twice:
222222
`data`
223223
`data`
224224
15. DUT2: Poll data twice:
225225
`poll`
226226
`poll`
227-
16. DUT2: Set expected poll return status to 0xEB(No data after poll):
227+
16. DUT2: Set expected poll return status to 0xEB (No data after poll):
228228
`config-status --poll 235")`
229229
17. DUT2: Expected fail for poll command:
230230
`poll`
231-
16. DUT2: Set expected poll return status to 0xEB(No data after poll):
231+
16. DUT2: Set expected poll return status to 0xEB (No data after poll):
232232
`config-status --poll 235")`
233-
17. DUT1: Send data indirectly to DUT3(other values set before are preserved):
233+
17. DUT1: Send data indirectly to DUT3 (other values set before are preserved):
234234
`data --dst_addr 01:02:03:00:00:00:00:03 --msdu 12345`
235235
19. DUT2: Expected fail for poll command:
236236
`poll`
237-
20. DUT3: Poll DUT1(coordinator) for data:
237+
20. DUT3: Poll DUT1 (coordinator) for data:
238238
`poll --coord_address 01:02:03:00:00:00:00:01`
239239

240240
**Expected result:**

TEST_APPS/testcases/netsocket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The test cases in this folder are similar to [Network Socket test plan](https://
77

88
Icetea test cases are processed by passing commands through the `mbed-client-cli` command line. It is possible to manually replicate most test cases by following the instructions below.
99

10-
In test cases with more than one device under test(DUT) the target device is given in the instructions as DUT1, DUT2 or DUT3.
10+
In test cases with more than one device under test (DUT) the target device is given in the instructions as DUT1, DUT2 or DUT3.
1111

1212
## Test cases
1313

0 commit comments

Comments
 (0)