At some point a stray ';' got added into an autotest in a section of code that is heavily copy pasted. So in turn nearly all the autotests have this stray ';' after list_devices (and a few in other places).
These test were failing due to autoconnect taking over before the explicit connect call. This adds Autoconnect=False to all TLS/TTLS tests.