diff --git a/mlos_bench/mlos_bench/tests/services/remote/ssh/test_ssh_service.py b/mlos_bench/mlos_bench/tests/services/remote/ssh/test_ssh_service.py index 5b335477a98..d06516b3fe3 100644 --- a/mlos_bench/mlos_bench/tests/services/remote/ssh/test_ssh_service.py +++ b/mlos_bench/mlos_bench/tests/services/remote/ssh/test_ssh_service.py @@ -132,4 +132,4 @@ def test_ssh_service_context_handler() -> None: if __name__ == "__main__": # For debugging in Windows which has issues with pytest detection in vscode. - pytest.main(["-n1", "--dist=no", "-k", "test_ssh_service_background_thread"]) + pytest.main(["-n0", "--dist=no", "-k", "test_ssh_service_context_handler"]) diff --git a/mlos_bench/mlos_bench/tests/services/remote/ssh/up.sh b/mlos_bench/mlos_bench/tests/services/remote/ssh/up.sh index 42bc984e6e5..f0f152975dc 100755 --- a/mlos_bench/mlos_bench/tests/services/remote/ssh/up.sh +++ b/mlos_bench/mlos_bench/tests/services/remote/ssh/up.sh @@ -28,3 +28,5 @@ echo "OK: private key available at '$scriptdir/id_rsa'. Connect to the ssh-serve docker compose -p "$PROJECT_NAME" port ssh-server ${PORT:-2254} | cut -d: -f2 echo "INFO: And this port for the alt-server container:" docker compose -p "$PROJECT_NAME" port alt-server ${PORT:-2254} | cut -d: -f2 +echo "INFO: And this port for the reboot-server container:" +docker compose -p "$PROJECT_NAME" port reboot-server ${PORT:-2254} | cut -d: -f2