MAESTRO — Modular Automotive Embedded System Test, Reporting & Orchestration: an offline-capable platform for automotive Hardware-in-the-Loop (HIL) and embedded device testing (visual designer + pytest engine + server + web UI + mini-tools).
Project description
MAESTRO
Modular Automotive Embedded System Test, Reporting & Orchestration.
MAESTRO is an open-source, offline-capable test-automation platform for automotive Hardware-in-the-Loop (HIL) and embedded device testing. Like a maestro leading an orchestra, it conducts your devices, scenarios, and endurance cycles from one visual canvas — fitting for automotive infotainment, where the head unit conducts the vehicle's audio, video, and connectivity.
Design test cases visually on a canvas (no code), run them on real or fake
devices through a pytest engine, and get detailed step-level reports with inline
attachments and first-class endurance/stability cycles. Results can be emailed and
pushed to Jira/Xray.
Install
pip install maestro-framework
# optional: real webcam capture (OpenCV / DirectShow)
pip install "maestro-framework[hardware]"
Run
maestro
This starts the API and serves the bundled web UI, then opens your browser.
Headless (no server / no UI)
maestro-core run scenario.json --bench bench.toml
Mini-tools (drive a device without the framework)
maestro-tool list
maestro-tool invoke turbossh --command "uname -a" --set host=10.0.0.5 --set user=root
MAESTRO calls your existing device tools (turboadb, turbossh, power/DLT
scripts) through thin adapters — keep them on PATH. A hardware-free demo bench of
fake drivers is included so everything runs end to end with no hardware.
Installs as
maestro-framework; the Python modules aremaestro_core,maestro_server, andmaestro_tools, and the console commands aremaestro,maestro-core, andmaestro-tool.
License: MIT © 2026 Naveen Daniel Kennedy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maestro_framework-0.1.0.tar.gz.
File metadata
- Download URL: maestro_framework-0.1.0.tar.gz
- Upload date:
- Size: 227.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0617970c5a4c6e108b6c98de7904d4f24d2bb52b4ae053ea87a881851031ceb
|
|
| MD5 |
4e0b9157ed719dd3b82fb7a314340e0f
|
|
| BLAKE2b-256 |
68f1fc5243e84d560d1ff5ffc49465c040bc9b72d9fc6c71a7da31791ee13622
|
File details
Details for the file maestro_framework-0.1.0-py3-none-any.whl.
File metadata
- Download URL: maestro_framework-0.1.0-py3-none-any.whl
- Upload date:
- Size: 271.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e22634492d7008b4b6c5bea32570e65a4ef9fa67ca9d83be925c72a4bbfc23
|
|
| MD5 |
7654e278d07cb12176411a8fbb39faa5
|
|
| BLAKE2b-256 |
20818b0dc4879880bd059db90c740d157c4581b67d580e8d3526a77a794dad07
|