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:
parent
bc9074404e
commit
4798368b13
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