[PATCH 5/6] dts: add statefulness to InteractiveShell
Jeremy Spewock
jspewock at iol.unh.edu
Thu Mar 28 17:48:48 CET 2024
On Tue, Mar 26, 2024 at 3:04 PM Luca Vizzarro <luca.vizzarro at arm.com> wrote:
<snip>
> diff --git a/dts/framework/remote_session/interactive_shell.py b/dts/framework/remote_session/interactive_shell.py
> index a2c7b30d9f..5d80061e8d 100644
> --- a/dts/framework/remote_session/interactive_shell.py
> +++ b/dts/framework/remote_session/interactive_shell.py
> @@ -41,8 +41,10 @@ class InteractiveShell(ABC):
> _stdout: channel.ChannelFile
> _ssh_channel: Channel
> _logger: DTSLogger
> + __default_timeout: float
Only single underscores are used for other private variables, probably
better to keep that consistent with this one.
> _timeout: float
> _app_args: Params | None
> + _is_privileged: bool = False
<snip>
> 2.34.1
>
More information about the dev
mailing list