summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml')
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
index ea6276e4fc..a1010d77a2 100644
--- a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
+++ b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
@@ -7,7 +7,7 @@
# Select interface for test
- set_fact: intname="{{ nxos_int1 }}"
- when: not (platform | match("N5K"))
+ when: not (platform is match("N5K"))
- name: Setup - Remove snmp_host if configured
nxos_snmp_host: &remove
@@ -51,7 +51,7 @@
that:
- "result.changed == false"
- when: not (platform | match('N35'))
+ when: not (platform is match('N35'))
always:
- name: Cleanup