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

Make remote tests run in Jenkins docker container #3

Open
killenb opened this issue Feb 20, 2019 · 0 comments
Open

Make remote tests run in Jenkins docker container #3

killenb opened this issue Feb 20, 2019 · 0 comments

Comments

@killenb
Copy link
Member

killenb commented Feb 20, 2019

Currently there are several steps which have to be done:

  • Install, configure and start the sshd in the docker container. Starting probably is easiest just before the test in the groovy script
  • The current show stopper is that ssh is checking the host key for "localhost", so one has to distribute the host key. As the known_hosts file is in the home folder, which is shared across the containers, it always has to be the same key. I don't know how to do that, and if it is OK to do this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant