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.
(cherry picked from commit 4798368b13
)
This commit is contained in:
parent
51fb908369
commit
faee6a3676
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue