Skip to content

Commit

Permalink
nxos_bgp_neighbor_af:sanity:6k: skip soft-reconfig 'always' test (ans…
Browse files Browse the repository at this point in the history
…ible#55661)

N5K / N6K do not support the `always` keyword on the `soft-reconfig in` configuration.
  • Loading branch information
chrisvanheuveln authored and trishnaguha committed Apr 24, 2019
1 parent bc90744 commit 4798368
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 4798368

Please sign in to comment.