From 415292d618e139a150ea25e695f9d5612ccd9b18 Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Tue, 4 Dec 2018 11:25:26 -0500 Subject: [PATCH] Fix nxos_vxlan_vtep test (#49479) --- .../targets/nxos_vxlan_vtep/tests/common/sanity.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml b/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml index bbb05174250..34fa4b02ca6 100644 --- a/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml @@ -27,6 +27,10 @@ - set_fact: def_global_suppress_arp="false" when: platform is search('N9K') and (major_version is version('9.2', 'ge')) +# This parameter requires a switch reload. +# The line below can be commented out if needed to verify the functionality. +- set_fact: global_suppress_arp="false" + - block: - name: "Apply N7K specific setup config" include: targets/nxos_vxlan_vtep/tasks/platform/n7k/setup.yaml