Copyright (c) 2020-2023 Antmicro
A rudimentary Python library to talk to Renode programatically.
Exposed telnet interface to Renode, allowing you to control it with the tell_renode
command.
This version is using Robot remote keyword execution.
It imports all Renode keywords and enables them in the current namespace. See example.py for details.
pip install git+https://github.com/antmicro/pyrenode.git
pip install git+https://github.com/antmicro/renode-run
./example.py
- Better error handling
- Namespace organization
- Tutorial
- Tests