Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft][Develop] Fix test_porxy integ test #6302

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from

Commits on Jun 18, 2024

  1. Add connection timeout parameter to RemoteCommandExecutor. Set the a …

    …longer connection timeout to avoid paramiko.ssh_exception.SSHException: No existing session error.
    hehe7318 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b6d1e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d427e39 View commit details
    Browse the repository at this point in the history
  3. Add finalizer to ensure proxy stack is deleted after cluster stacks, …

    …add set ssh environment variables logic. Split the ssh-agent and ssh-add commands and add log output to debug.
    hehe7318 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    39d6130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c2c0fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66c7c73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    549dc04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87eb321 View commit details
    Browse the repository at this point in the history
  8. Add a new parameter connection_allow_agent to RemoteCommandExecutor. …

    …Set it to False, to disable connecting to the SSH agent when using paramiko.
    hehe7318 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9c0407a View commit details
    Browse the repository at this point in the history
  9. Comment out internet test, increase banner timeout to 600s. Add conne…

    …ct_timeout set to 360s
    hehe7318 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    884dbaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d79b901 View commit details
    Browse the repository at this point in the history
  11. Add ssh_agent and ssh_add

    hehe7318 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    150facf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    dba6114 View commit details
    Browse the repository at this point in the history
  2. Remove connection_allow_agent from RemoteCommandExecutor, add custom_…

    …env to pass env vairables. Add logic to show SSH keys added
    hehe7318 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cfef656 View commit details
    Browse the repository at this point in the history
  3. Add inline_ssh_env to test

    hehe7318 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    95195c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    892203e View commit details
    Browse the repository at this point in the history
  5. Reformat

    hehe7318 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2512cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Test protocol banner

    hehe7318 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6e6828a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca14436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5d2e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4f7a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff0e32 View commit details
    Browse the repository at this point in the history