You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/nxos_snmp_traps
Chris Van Heuveln 0e0c2a7db7 nxos_snmp_traps: fix 'group: all' for N35 platforms (#55995)
* nxos_snmp_traps: fix 'group: all' for N35 platforms

- `group: all` attempts to enable traps for all features defined in the module's `feature_list`

- `N35` platforms do not support `snmp-server enable traps bfd`; so removing `bfd` from the `feature_list` for that platform

- Minor cleanup in `sanity.yaml` test file

* whitespace lint fix
5 years ago
..
defaults fix nxos_snmp_traps issues (#39444) 6 years ago
meta fix nxos_snmp_traps issues (#39444) 6 years ago
tasks Nxos test reorganize (#41089) 6 years ago
tests/common nxos_snmp_traps: fix 'group: all' for N35 platforms (#55995) 5 years ago