Skip to content

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

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

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
@zliang-akamai
zliang-akamai marked this pull request as ready for review September 14, 2026 17:52
@zliang-akamai
zliang-akamai requested review from a team as code owners September 14, 2026 17:52
@zliang-akamai
zliang-akamai requested review from mawilk90 and yec-akamai and removed request for a team September 14, 2026 17:52
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