You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update README.md with commands install GreanTea and htrun
* update settings.json according to CI test
* add files and changes for code coverage
* update README.md reflex Greentea update
* update configuration files with correct port number
* update setup.py
* update README for more details
* update script for python3 support
Copy file name to clipboardExpand all lines: README.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,31 @@
4
4
5
5
mbed-fastmodel-agent is a python module for Mbed OS GreenTea testing framework using FastModels FVP (Fixed Virtual Platforms).
6
6
7
-
This module only designed to work with [Greentea](https://github.com/ARMmbed/greentea) and [Htrun](https://github.com/ARMmbed/htrun),
7
+
This module only designed to work with [Greentea](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-greentea) and [Htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests),
8
8
It enables enables Fast Models to run Mbed OS Greentea test suites.
9
9
10
10
If user only need to run mbed OS applications or examples rather than Greentea tests on Fast Models, please referencing [this mbed OS documents](https://os.mbed.com/docs/v5.10/tools/fast-models.html)
11
11
12
12
13
13
## Requirements
14
-
1. Make sure you have Arm Fast Models Libraries files installed to your host machines, as well as the Fast Models PyCADI.
15
-
2. A valid Fast Models license been set up correctly.
16
-
2. Install [Greentea](https://github.com/ARMmbed/greentea) latest master from GitHub (current 1.4.0 release do not contains the support for Fast Models)
17
-
3. Htrun Version 1.4.1 or later
14
+
1. Make sure you have Arm Fast Models Libraries files installed to your host machines, as well as the Fast Models PyCADI.
15
+
16
+
>please referencing [Fast Models User Guide](https://developer.arm.com/docs/100965/latest)
17
+
18
+
2. A valid Fast Models license been set up correctly.
19
+
20
+
>please referencing [Fast Models User Guide](https://developer.arm.com/docs/100965/latest)
21
+
22
+
3. Greentea version 1.5.0 or later
23
+
```
24
+
pip install mbed-greentea -U
25
+
mbedgt --version
26
+
```
27
+
4. Htrun version 1.4.1 or later
28
+
```
29
+
pip install mbed-host-tests -U
30
+
mbedhtrun --version
31
+
```
18
32
19
33
## Download
20
34
```
@@ -114,4 +128,5 @@ Then users need to edit `mbed-fastmodel-agent\fm_agent\settings.json` file eithe
114
128
Key `configs_add` can be added for additional config files for each model, Or Key `config` can be added to overwrite `GLOBAL` config files.
115
129
116
130
## Known limitations:
117
-
1. Fast Models normally have 3 or 4 serial terminal ports. But currently only one port is supported at moment.
131
+
1. Fast Models normally have 3 or 4 serial terminal ports. But currently only one port is used at moment.
0 commit comments