-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#18481 from CodingCookieRookie/remove-bash-ssh…
…-key-generation juju#18481 In the Bash tests for Juju 4.0 we made a change to generate a new ssh key for every new model created. We want to stop this and just use the ssh key that is generated by the Juju client under /home/jenkins/.local/share/juju/ssh. Furthermore, we do not need to specifiy the private SSH key to use for authentication as we have already added the ssh key to the model through `juju add-ssh-key` ## Checklist ~~- [ ] Code style: imports ordered, good names, simple structure, etc~~ ~~- [ ] Comments saying why design decisions were made~~ ~~- [ ] Go unit tests, with comments saying what you're testing~~ ~~- [ ] [Integration tests](https://github.com/juju/juju/tree/main/tests), with comments saying what you're testing~~ ~~- [ ] [doc.go](https://discourse.charmhub.io/t/readme-in-packages/451) added or updated in changed packages~~ ## QA steps 1. Run all bash tests in tests folder under project root directory. ```sh $ cd tests $ ./main.sh -A ``` ## Links **Jira card:** https://warthogs.atlassian.net/browse/JUJU-7258
- Loading branch information
Showing
8 changed files
with
62 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters