tbot
tbot copied to clipboard
Automation/Testing tool for Embedded Linux Development
On some devices, logs may be printed just after the prompt. In such case prompt lands in the middle of a buffer, not at the end. This change is to...
Very simple test case fails with error: > $ newbot ts.hello_world.hi -c config.temp_config > tbot starting ... > ├─Calling hi ... > │ ├─[local] picocom -b 115200 /dev/ttyUSB1 > │...
My Device Under Test is defined as below: ``` MyBoard(connector.ConsoleConnector, board.PowerControler, board.Board) - power control + establish picocom channel MyLinux(board.Connector, board.LinuxBootLogin, Bash) - linux commands via picocom channel MyLinuxSsh(connector.SSHConnector, Bash)...
For some use cases it would be helpful when the flags can have some values attached. `newbot -c config.config1 --flag foo=bar tc.testcase` [0001-newbot-Add-more-general-flag-handling.patch.txt](https://github.com/user-attachments/files/15863238/0001-newbot-Add-more-general-flag-handling.patch.txt)
For some use cases it would be helpful when the flags can have some values attached. `newbot -c config.config1 --flag foo=bar tc.testcase`