From 4798368b135c7cb6c96a094e1e570477793985aa Mon Sep 17 00:00:00 2001 From: Chris Van Heuveln Date: Wed, 24 Apr 2019 08:09:35 -0400 Subject: [PATCH] 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. --- .../targets/nxos_bgp_neighbor_af/tests/common/sanity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/nxos_bgp_neighbor_af/tests/common/sanity.yaml b/test/integration/targets/nxos_bgp_neighbor_af/tests/common/sanity.yaml index 164c4138413..a9ba675b46b 100644 --- a/test/integration/targets/nxos_bgp_neighbor_af/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_bgp_neighbor_af/tests/common/sanity.yaml @@ -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