Skip to content

TPT-4671: Generate SSH keys in process for integration tests - #742

Draft
zliang-akamai wants to merge 2 commits into
devfrom
zhiwei/python-native-ssh-key-gen
Draft

TPT-4671: Generate SSH keys in process for integration tests#742
zliang-akamai wants to merge 2 commits into
devfrom
zhiwei/python-native-ssh-key-gen

Conversation

@zliang-akamai

@zliang-akamai zliang-akamai commented Sep 9, 2026

Copy link
Copy Markdown
Member

📝 Description

Integration tests currently create SSH keys by shelling out to ssh-keygen, which fails on hosts that do not have OpenSSH installed. Generate Ed25519 keys in process with cryptography so the suite no longer depends on that host binary.

✔️ How to Test

make TEST_CASE="test_ssh_key_create" test-int

Drop the ssh-keygen subprocess so the suite does not need OpenSSH on the host. Add cryptography as an int-test extra.
@zliang-akamai zliang-akamai added the testing for updates to the testing suite in the changelog. label Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing for updates to the testing suite in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant