Skip to content

testudos.internal.aut_startup

testudos.internal.aut_startup

AUT start helper for pytest: single startApp call (retries live in engine C++ lifecycle).

start_aut_with_retry

def start_aut_with_retry(*, select_aut: Callable[[str], Any],
start_app: Callable[[], Any],
stop_app: Callable[[], Any], aut_name: str) -> None

Stop any running AUT, select aut_name, and start once.

Transient connect failures are retried by the engine AutLifecycleManager; Python does not multiply attempts.