summaryrefslogtreecommitdiff
path: root/test/integration/targets/eos_facts
Commit message (Collapse)AuthorAgeFilesLines
* Add new module eos_interfaces (#59729)Nathaniel Case2019-08-131-1/+1
| | | | | | | | | | | | | * Move module_utils * Add eos_interfaces and deprecate eos_interface * Add boilerplate, update ignores.txt * Try to reconcile eos provider documentation with argspec * Try to work around unknown interfaces * Move param_list_to_dict to utils
* Don't validate ip address for mgmt interface (#56136)Paul Belanger2019-05-094-4/+4
| | | | | | It is possible the EOS appliance doesn't have an IP address on the management1 interface, instead just check we have found that interface. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Fix eapi tests to use become (#40838)Nathaniel Case2018-05-295-24/+10
| | | | | | | | | | | | | | | | | | | | | | * Return the expected prompt character based on become status * Update eos_banner tests for eapi * Update eos_config tests for eapi * Update eos_facts tests for eapi * Update eos_interface tests for eapi * Update eos_l3_interface tests for eapi * Update eos_lldp tests for eapi * Update eos_logging tests for eapi * Update eos_smoke tests for eapi * Update eos_system tests for eapi
* HTTP(S) API connection plugin (#39224)Nathaniel Case2018-05-1710-24/+2
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix eos_facts eapi integration test failures (#37301)Ganesh Nalawade2018-03-122-0/+22
|
* Fix eos integration test failures (#37020)Ganesh Nalawade2018-03-061-2/+11
| | | | | Fixes #36919 Fix other eos modules integration test failure in dci
* Port eos tests to network_cli (#33586)Nathaniel Case2017-12-196-25/+23
| | | | | | | | | | | | | | | | | | | | | * Add eos and fix tests to run multiple connections * Update tests to report connection * Add missing START messages * Fix unspecified connection * Python 3 updates Exceptions don't have `.message` in Python 3 * Override `become` when using `connection=local` * Slight restructuring to make eapi easier later on * Move eapi toggle to prepare_eos * Pull out connection on eapi tasks
* Add missing provider on disable eapi tasks (#26928)Ricardo Carrillo Cruz2017-07-181-0/+1
|
* Remove enable EAPI from prepare_eos_tests (#26910)Ricardo Carrillo Cruz2017-07-181-0/+12
| | | | Enabling EAPI is not common on CLI *and* EAPI tests, therefore enabling it should be put at the eapi.yaml task level.
* updates eos_facts integration test cases (#21988)Peter Sprygada2017-02-274-4/+4
|
* Fix cosmetic problems in YAML sourceAdrien Vergé2016-11-113-5/+0
| | | | | | | | This change corrects problems reported by the `yamllint` linter. Since key duplication problems were removed in 4d48711, this commit mainly fixes trailing spaces and extra empty lines at beginning/end of files.
* Migrate Network Tests into ansible/ansible (#18233)John R Barker2016-10-2813-0/+322
* Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines