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

Fix netconf_config backup string issue #56188

Merged
merged 2 commits into from May 22, 2019

Commits on May 7, 2019

  1. Fixes Netconf_config single parameter bug (ansible#56138)

    * Fixes Netconf_config single parameter bug
    Fixes 56022
    
    fixed get_config to not require multiple parameters to just run a backup
    
    * Add Integration test for netconf_config
    Associated with ansible#56022
    
    tests backup through netconf only using one parameter.
    
    * Added debug to the begin and end of file
    
    * Fix formatting of save config.  ansible#56022
    
    * removed blank line at end: ansible#56022
    
    (cherry picked from commit 647ed20)
    wjohnston888 authored and ganeshrn committed May 7, 2019
    Copy the full SHA
    5791504 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Fix netconf_config backup string issue (ansible#56175)

    *  Convert the ElementTree object to string
       before dumping the configuration in file.
    
    (cherry picked from commit 9c5745a)
    ganeshrn committed May 21, 2019
    Copy the full SHA
    e0cb04b View commit details
    Browse the repository at this point in the history