Resources Management System
The key functionality is represented in managing and monitoring the state of known testers.
Available operations for users:
Add testers
Remove testers
Connect to testers
Disconnect from testers
Get the list of available testers
You can find the corresponding APIs in ../api_ref/index
Under the hood, XOA Core uses the instance of xoa_driver library as a representation of the resource.
Note
XOA Python API (PyPI package name xoa_driver) is treated as a 3rd-party dependency, thus its source code is not included in XOA Core.