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
Ganesh Nalawade d60eac9bc4
Decouple config and state check in vlan and vrf network modules (#36386) (#36704)
* Decouple config and state check in {network_os }_vlan and { network_os }_vrf modules

Fixes #35567
Fixes #34754

`interfaces` option is used for configuration as well as operational state
check. If interface is configured to given vlan or vrf but if
operational state of interface is disabled it results in module failure.

Fix is to decouple same option usage for config and state.
With this fix `interfaces` is used as config option and a new
option named `associated_interfaces` will be used for intent check
for assigned interfaces.

* Fix CI failures

* Fix review comment

* Fixed integration test failure

(cherry picked from commit 5a6b893240)
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration Decouple config and state check in vlan and vrf network modules (#36386) (#36704) 8 years ago
legacy exo_dns_record: remove limitation for multiple records only for A type (#35173) 8 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Fix path handling in validate-modules sanity test. 8 years ago
sanity Win feature error cp (#36559) 8 years ago
units Start of tests for modify_module, specifically to ensure proper shebang replacement on old style modules (#36602) (#36606) 8 years ago
utils Match recent Dockerfile change in httptester playbook file, to extend ca cert lifetime (#35734) 8 years ago