summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_snmp_traps/tests
Commit message (Collapse)AuthorAgeFilesLines
* nxos_snmp_traps: fix 'group: all' for N35 platforms (#55995)Chris Van Heuveln2019-05-071-5/+4
| | | | | | | | | | | | * 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
* nxos_snmp_traps:sanity: skip idempotency tests for I7 image bug (#55618)Chris Van Heuveln2019-04-241-3/+3
| | | | | | This is a sanity test cleanup to handle a known image bug with (N9K) I7 images. The I7 image fails to enable some snmp trap link configs causing an idempotency failure in the sanity, so we're skipping the idempotence tests that involve this bug. Tested on N9K images: 9.2(2), 7.0(3)I7.
* Nxos restore provider to nxapi tests (#41818)Nathaniel Case2018-07-021-0/+4
| | | | | | | | * Quick and dirty sed to add provider * Manually verify the rest of the cases * Add missing provider
* Fixing issues with httpapi (#40388)Nathaniel Case2018-05-211-4/+0
| | | | | | | | | | | | | | * I seem to have forgotten the back half of tests * Set http timeout from persistent_command_timeout * Tweak URL generation and provide URL on error * Push var_options to connection process * Don't wait forever if coming from persistent * Don't send the entire contents of variables to ansible-connection
* fix nxos_snmp_traps issues (#39444)saichint2018-05-031-0/+84
* fix snmp_traps code * add IT cases * fix shippable * fix shippable without ignore