Skip to content

Commit

Permalink
Merge pull request #310 from RIOT-OS/pytest-iotlab-hint
Browse files Browse the repository at this point in the history
testutils/pytest.py: fix format string and hint to connect once manually
  • Loading branch information
Teufelchen1 authored Jun 24, 2024
2 parents 694ca38 + 5bdaf38 commit b79f8a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testutils/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ def check_credentials(run_local):
elif not run_local and not check_ssh():
iotlab_creds_mark = pytest.mark.skip(
reason="Can't access IoT-LAB front-end "
"{DEFAULT_SITE}.{IOTLAB_DOMAIN} via SSH. Use key without "
"password or `ssh-agent`"
f"{DEFAULT_SITE}.{IOTLAB_DOMAIN} via SSH. Use key without "
"password or `ssh-agent` and connect once manually "
"to accept the fingerprint"
)
return iotlab_creds_mark

Expand Down

0 comments on commit b79f8a7

Please sign in to comment.