-
Notifications
You must be signed in to change notification settings - Fork 174
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
Bugfix 906 #907
Bugfix 906 #907
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 37s |
Hey @tnizharadze could you please add a changelog explaining your changes? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #907 +/- ##
==========================================
- Coverage 86.80% 86.80% -0.01%
==========================================
Files 196 196
Lines 12266 12267 +1
==========================================
Hits 10648 10648
- Misses 1618 1619 +1 |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 42s |
for more information, see https://pre-commit.ci
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 38s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 45s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 06s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 43s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 40s |
SUMMARY
Fixes #906
ISSUE TYPE
COMPONENT NAME
cisco/ios/plugins/cliconf/ios.py
ADDITIONAL INFORMATION
In some situations module cisco/ios/plugins/cliconf/ios.py does not send "end" command after "configure terminal" command. This patch ensures that in all cases "end" command will be send to device.