summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_lldp/tasks/nxapi.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to cisco.nxosAnsible Core Team2020-03-091-27/+0
|
* nxos: Removing local-nxapi plugin and related parameters' usage from the ↵nkshrishail2020-01-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | integration tests. (#65068) * nxos_integration_tests: Removing obsolete provider parameter * nxos: removing support for local-nxapi plugin * nxos: removing LocalNxapi plugin implementation * nxos_nxapi: removing local plugin usage * REVERT - nxos: removing LocalNxapi plugin implementation * Addressing yamllint issues * Removing the condition on the debug messages * Restoring changes done to nxos_nxapi* tests * Retaining timeout of 500 on nxos_smoke test * Some cleanup * Addressing latest comments * Restoring the nxos_smoke and removing timeout from nxos_config and nxos_rollback
* Nxos test reorganize (#41089)Nathaniel Case2018-06-051-1/+7
| | | | | | * Remove local from most cli tests * Readd local tests to nxapi until httpapi passes
* HTTP(S) API connection plugin (#39224)Nathaniel Case2018-05-171-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | * HTTPAPI connection * Punt run_commands to cliconf or httpapi * Fake enable_mode on eapi * Pull changes to nxos * Move load_config to edit_config for future-preparedness * Don't fail on lldp disabled * Re-enable check_rc on nxos' run_commands * Reorganize nxos httpapi plugin for compatibility * draft docs for connection: httpapi * restores docs for connection:local for eapi * Add _remote_is_local to httpapi
* Add nxos_lldp module (#34453)Ganesh Nalawade2018-01-041-0/+25
* Add nxos_lldp module * Implemetation for nxos_lldp module * Integration test for nxos_lldp module * Minor change