pyATS - How to Disable Default Connection Commands
pyATS Tip! By default, pyATS runs several exec/config commands and logs to stdout when connecting. You can disable these using the parameters in the example below:
device.connect(
init_exec_commands=[], # Disable default exec commands
init_config_commands=[], # Disable default config commands
log_stdout=False # Disable logging to stdout