You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Peter Sprygada 0b6f0e6c0d adds more intelligent save logic and diff to network config modules (#26565)
* adds more intelligent save logic and diff to network config modules

* adds sha1 property to NetworkConfig
* adds new argument save_when to argument_spec
* adds new argument diff_against to argument_spec
* adds new argument intended_config to argument_spec
* renames config argument to running_config with alias to config
* deprecates the use of the save argument
* before and after now work with src argument
* misc module clean

Modules updated
* nxos_config
* ios_config
* eos_config

Most notably this makes the save mechanism more intelligent for config
modules for devices that need to copy the ephemeral config to
non-volatile storage.

The diff_against argument allows the playbook task to control what the
device's running-config is diff'ed against. By default it will return
the diff of the startup-config.

* removes ios_config from pep8/legacy_files.txt

* extends the ignore lines argument to the module

* clean up CI errors

* add missing list brackets

* fixes typo

* fixes unit test cases

* remove last line break when returning config contents

* encode config string to bytes before hashing

* fix typo

* addresses feedback in PR

* update unit test cases
7 years ago
..
cli fixed issue with paths separator and others 8 years ago
contrib test/: PEP8 compliancy (#24803) 8 years ago
errors test/: PEP8 compliancy (#24803) 8 years ago
executor Return code is not very useful to assume a task failed 7 years ago
inventory test/: PEP8 compliancy (#24803) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock test/: PEP8 compliancy (#24803) 8 years ago
module_utils aws.core in new aws dir in module utils - module with AnsibleAWSModule class and fail_json_aws (#25780) 7 years ago
modules adds more intelligent save logic and diff to network config modules (#26565) 7 years ago
parsing metadata and doc generator optimization and fixes 7 years ago
playbook Fix spelling mistakes (comments only) (#25564) 8 years ago
plugins Add support for netconf network discovery (#25435) 7 years ago
template test/: PEP8 compliancy (#24803) 8 years ago
utils test/: PEP8 compliancy (#24803) 8 years ago
vars Fix spelling mistakes (comments only) (#25564) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 8 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago