avocado-framework / aexpect

Python library used to control interactive programs
GNU General Public License v2.0
8 stars 32 forks source link

Remote door tweaks #123

Closed pevogam closed 1 year ago

pevogam commented 1 year ago

Adjust remote door file transfer port in case of custom choices and shorten remote door's control file output to a readable length both of which are small tweaks to make the remote door slightly more flexible.

These changes also allow us to run avocado tests with a remote spawner and perform distributed testing.

pevogam commented 1 year ago

Thanks! Note that we still log the complete error via an error level logging message, we just abbreviate it for the final thrown error which often ends up in a test status or other circumstance where one would expect a short error message.