tbot
tbot copied to clipboard
Automation/Testing tool for Embedded Linux Development
OpenSBI
For the RISC-V Maixduino board I will need to first build U-Boot and then OpenSBI passing U-Boot as payload: ``` prepare: test -d opensbi || git clone -v \ https://github.com/riscv/opensbi.git...
The print out of the uboot_testpy target is messed up when sub-tests are requiring power cycling: ``` │ │ ## test/py/tests/test_efi_loader.py .sss.s│ ├─[rpi2] relay-card off │ ├─[rpi2] relay-card off │...
Global installation as it is currently described is convenient but bears problems when updating tbot: Newer tbot might not be 100% compatible with old projects. Instead, one could install tbot...
Here are a few changes I needed to build and test with tbot.
Is it possible to that you publish this project also to PyPI?
Classes to store information about registers and interact with them Signed-off-by: Daniel Garcia
Currently, TBot will **always** turn the board off after running. For boards with a long boot cycle, this can considerably slow down test development. To allow quicker iterations, there should...
If kernel-logging is set to be verbose, kernel log-messages will clobber the serial console and lead to incorrect test results or prevent proper board initialization. tbot should at least be...
This change modifies tbot's wait_for_shell() to evaluate simple math instead of the existing echo TBOT''LOGIN. If a portion of the previously used echo command is dropped (including one single quote...
Hello, We have important kernel messages printed to the device console during tests and would like to have them printed continuously while the tests are running. These messages are needed...