Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Nov 4, 2024
1 parent e668139 commit 92dba3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
2 changes: 2 additions & 0 deletions mlos_bench/mlos_bench/tests/services/remote/ssh/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92dba3b

Please sign in to comment.