Skip to content

Commit 2545e82

Browse files
committed
Replace K64F with NUCLEO_F411RE in the test runner example
1 parent b44b236 commit 2545e82

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/tools/testing/testing_greentea.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,22 @@ Let's run this test (tip: to see all tests, run `mbed test --compile-list`):
139139
$ mbed test -t GCC_ARM -m auto -v -n tests-test-group-simple-test
140140
```
141141
142-
This will yield (on a K64F):
142+
This will yield (on a NUCLEO F411RE):
143143
144144
```
145145
mbedgt: test suite report:
146-
+--------------+---------------+------------------------------+--------+--------------------+-------------+
147-
| target | platform_name | test suite | result | elapsed_time (sec) | copy_method |
148-
+--------------+---------------+------------------------------+--------+--------------------+-------------+
149-
| K64F-GCC_ARM | K64F | tests-test-group-simple-test | OK | 16.84 | default |
150-
+--------------+---------------+------------------------------+--------+--------------------+-------------+
146+
+-----------------------+---------------+------------------------------+--------+--------------------+-------------+
147+
| target | platform_name | test suite | result | elapsed_time (sec) | copy_method |
148+
+-----------------------+---------------+------------------------------+--------+--------------------+-------------+
149+
| NUCLEO_F411RE-GCC_ARM | NUCLEO_F411RE | tests-test-group-simple-test | OK | 16.84 | default |
150+
+-----------------------+---------------+------------------------------+--------+--------------------+-------------+
151151
mbedgt: test suite results: 1 OK
152152
mbedgt: test case report:
153-
+--------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
154-
| target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
155-
+--------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
156-
| K64F-GCC_ARM | K64F | tests-test-group-simple-test | simple test | 1 | 0 | OK | 0.01 |
157-
+--------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
153+
+-----------------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
154+
| target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
155+
+-----------------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
156+
| NUCLEO_F411RE-GCC_ARM | NUCLEO_F411RE | tests-test-group-simple-test | simple test | 1 | 0 | OK | 0.01 |
157+
+-----------------------+---------------+------------------------------+-------------+--------+--------+--------+--------------------+
158158
mbedgt: test case results: 1 OK
159159
mbedgt: completed in 18.64 sec
160160
```

0 commit comments

Comments
 (0)