nxos_bgp_neighbor_af fix problem with advertise-map properties (#28413)

* Fix problem with advertise-map properties

* Change limit_to back to run all tests

* Fix unit tests

* Move advertise_map out of get_custom_value
This commit is contained in:
Mike Wiebe
2017-08-21 15:28:02 -04:00
committed by Nathaniel Case
parent 5660b18b6a
commit ec11cd2696
11 changed files with 283 additions and 23 deletions

View File

@@ -321,6 +321,12 @@
rescue:
- set_fact: test_failed=true
- block:
- include_role:
name: nxos_bgp_neighbor_af
when: "limit_to in ['*', 'nxos_bgp_neighbor_af']"
rescue:
- set_fact: test_failed=true
###########
- debug: var=failed_modules
when: test_failed