Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icetea added #659

Merged
merged 51 commits into from
Sep 4, 2018
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
2132ceb
Icetea added
May 30, 2018
fa8de42
Copy edit testing_intro.md
Aug 13, 2018
5bdfb85
Complete initial copy edits of testing_icetea.md
Aug 13, 2018
df471aa
Copy edit icetea.md
Aug 20, 2018
8988382
Updated link, will work after the integration PR is merged
Aug 22, 2018
e1e3903
Fix instruction for running MAC tester testcases in driver creation g…
Aug 23, 2018
9d0c80f
Copy edit MeshInterface.md
Aug 24, 2018
97bee7d
Remove icetea.md because not ready
Aug 27, 2018
62958a8
Add icetea.md content
Aug 28, 2018
fcc26d1
Fixes according to comments
Aug 28, 2018
f0eab0a
Update cli-test-debug.md
jen3andruska Aug 28, 2018
f746f54
Update cli-test-debug.md
jen3andruska Aug 28, 2018
781f4e7
Update cli-test-debug.md
jen3andruska Aug 28, 2018
87a423d
Update cli-test-debug.md
jen3andruska Aug 28, 2018
bcc22cf
Change cli-test-debug according to comments
Aug 28, 2018
5b2cb15
Update cli-test-debug.md
jen3andruska Aug 28, 2018
42e2015
Update cli-test-debug.md
jen3andruska Aug 28, 2018
5db3026
Update cli-test-debug.md
jen3andruska Aug 29, 2018
dde79f8
Update icetea.md
jen3andruska Aug 29, 2018
f34bd81
Update icetea.md
jen3andruska Aug 29, 2018
a08ee50
Update icetea.md
jen3andruska Aug 29, 2018
e979e11
Update icetea.md
jen3andruska Aug 29, 2018
94997d1
Updating Icetea.md.
Aug 29, 2018
48737b4
Updating Icetea.md
Aug 29, 2018
495d484
Updating Icetea.md
Aug 29, 2018
f102a1b
Update icetea.md
jen3andruska Aug 29, 2018
61cab4c
Update cli-test-debug.md
Aug 29, 2018
622ff0f
Update icetea.md
jen3andruska Aug 29, 2018
ff04613
Update icetea.md
jen3andruska Aug 29, 2018
46897ac
Update icetea.md
jen3andruska Aug 29, 2018
881ccbd
Update icetea.md
jen3andruska Aug 29, 2018
f2b6db3
Update icetea.md
jen3andruska Aug 29, 2018
59a858f
update cli-test-debug.md
Aug 29, 2018
95a9aac
Update testing_icetea.md
Aug 29, 2018
8d1b6a3
Updated Icetea.md
Aug 29, 2018
ef3e502
Update testing_greentea.md
jen3andruska Aug 30, 2018
03b9602
Update testing_greentea.md
jen3andruska Aug 30, 2018
f329c00
Update testing_greentea.md
jen3andruska Aug 30, 2018
60908f4
Update testing_greentea.md
jen3andruska Aug 30, 2018
5f59df6
Update testing_greentea.md
jen3andruska Aug 30, 2018
8c973fa
Update testing_greentea.md
jen3andruska Aug 30, 2018
d7ebf45
Update testing_greentea.md
jen3andruska Aug 30, 2018
e0d4907
Update testing_greentea.md
jen3andruska Aug 30, 2018
90ef9e3
Update testing_greentea.md
jen3andruska Aug 30, 2018
0e826d8
Update testing_greentea.md
jen3andruska Aug 30, 2018
2c47f44
Update testing_icetea.md
jen3andruska Aug 30, 2018
12bf038
Update testing_icetea.md
jen3andruska Aug 30, 2018
e05475e
Copy edit icetea.md
Aug 31, 2018
8411229
Copy edit cli-test-debug.md
Aug 31, 2018
f2a2532
Make changes from comments in icetea.md
Aug 31, 2018
2bc593c
Make changes from comments to cli-test-debug.md
Aug 31, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update testing_greentea.md
jen3andruska authored and Olli-Pekka Puolitaival committed Sep 4, 2018
commit d7ebf456065e1d9b7f47596953a7b6870e9ebdf0
4 changes: 2 additions & 2 deletions docs/tools/testing/testing_greentea.md
Original file line number Diff line number Diff line change
@@ -71,13 +71,13 @@ If you need to test with multiple configurations, then you can use the `--app-co

You can run automated tests through Mbed CLI.

The testing process requires tests to be built and that a test specification JSON file exist that describes these available tests. See the [test specification format](https://github.com/ARMmbed/greentea#test-specification-json-formatted-input).
The testing process requires that tests be built and that a test specification JSON file that describes these available tests exists. See the [test specification format](https://github.com/ARMmbed/greentea#test-specification-json-formatted-input).

The Greentea tool handles the actual testing process. To read more about this tool, please visit its [GitHub repository](https://github.com/ARMmbed/greentea).

#### Writing tests

You can write tests for your own project, or add more tests to Mbed OS. You can write tests using the [Greentea client](https://github.com/ARMmbed/mbed-os/tree/master/features/frameworks/greentea-client), [UNITY](https://github.com/ARMmbed/mbed-os/tree/master/features/frameworks/unity) and [utest](https://github.com/ARMmbed/mbed-os/tree/master/features/frameworks/utest) frameworks, located in `/features/frameworks`. Below is an example test that uses all of these frameworks:
You can write tests for your own project or add more tests to Mbed OS. You can write tests by using the [Greentea client](https://github.com/ARMmbed/mbed-os/tree/master/features/frameworks/greentea-client), and the [UNITY](https://github.com/ARMmbed/mbed-os/tree/master/features/frameworks/unity) and [utest](https://github.com/ARMmbed/mbed-os/tree/master/features/frameworks/utest) frameworks, which are located in `/features/frameworks`. Below is an example test that uses all of these frameworks:

```c++
#include "mbed.h"