nxos_bgp_neighbor_af:sanity:6k: skip soft-reconfig 'always' test (#55661)

N5K / N6K do not support the `always` keyword on the `soft-reconfig in` configuration.
This commit is contained in:
Chris Van Heuveln 2019-04-24 08:09:35 -04:00 committed by Trishna Guha
parent bc9074404e
commit 4798368b13

View file

@ -4,7 +4,7 @@
when: ansible_connection == "local"
- set_fact: soft_reconfiguration_ina="always"
when: imagetag and (imagetag is version_compare('D1', 'ne'))
when: imagetag is not search("D1|N1")
- name: "Disable feature BGP"
nxos_feature: &disable_bgp