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
Copy file name to clipboardExpand all lines: Readme.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,39 @@ If not, use **LinuxRemoteMaster.out**.
62
62
63
63
Ensure **RemoteStartServer** is installed and running on the Linux PC to allow remote execution.
64
64
65
+
## Python API
66
+
67
+
OpenXilEnv is distributed with a python bindings wrapper that allows full control over a runninx openXilEnv instance via python.
68
+
69
+
The [functional tests](test/functional/) of openXilEnv are implemented in [pytest](https://docs.pytest.org/en/stable/) using the openXilEnv **python API** and provide an example usage.
70
+
71
+
For a detailed description take a look at the [openXilenv python API refrence](docs/PYTHON_API_REFERENCE.md).
72
+
73
+
## Test
74
+
75
+
OpenXilEnv provides functionality tests, that validate the **openXilEnv** installation using pytest.
76
+
77
+
The tests depend on the **openXilEnv Installation** path and the **openXilEnv Source** path.
78
+
To make sure the paths are available, set the following variables
79
+
80
+
on windows
81
+
```cmd
82
+
set OPENXILENV_INSTALLATION_PATH="%SystemDrive%\dev\tools"
83
+
set OPENXILENV_SOURCE_PATH="%SystemDrive%\dev\src"
0 commit comments