Connection question

I have a script that will restart my SUT. The problem is that everytime the SUT restarts, I will get the message “Failed to connect to…” in Eggplant. :frowning: I understand why this message is displayed. However, is it possible to ‘bypass’ this check? My script restarts the SUT multiple times, so it gets a bit tedious to have to close the above message multiple times by the time my script ends.

Immediately after triggering the shutdown action you should be able to issue the command Disconnect and have the connection close. Let us know if that solves your problem or if there is more to it then that.

This solution works. Thanks for the quick response! :smiley: