summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_system
Commit message (Collapse)AuthorAgeFilesLines
* Nxos restore provider to nxapi tests (#41818)Nathaniel Case2018-07-026-0/+34
| | | | | | | | * Quick and dirty sed to add provider * Manually verify the rest of the cases * Add missing provider
* Nxos test reorganize (#41089)Nathaniel Case2018-06-052-9/+9
| | | | | | * Remove local from most cli tests * Readd local tests to nxapi until httpapi passes
* Replace bogus (but routeable) ip addresses with RFC 5737 example addresses ↵Nathaniel Case2018-05-302-49/+49
| | | | | | | | | | | | | | | | (#40554) * Remove 1.1.1.1 from *_config tests * remove from *_smoke and *_system * Miscellaneous other tests * Remove from module documentation as well * Remove from unit tests as well * Remove accidental duplication from rebase
* fix nxos_system test (#40643)Trishna Guha2018-05-242-3/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix nxos_system test (#40599)Trishna Guha2018-05-231-2/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix nxos_system issues (#40347)saichint2018-05-224-19/+145
|
* Fixing issues with httpapi (#40388)Nathaniel Case2018-05-2110-56/+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
* HTTP(S) API connection plugin (#39224)Nathaniel Case2018-05-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Set hostname to 'switch' on nxos_system (#36373)Trishna Guha2018-02-192-3/+3
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* nxos_system test fix inventory_hostname_short (#36359)Trishna Guha2018-02-181-2/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Fix nxos_system tests (#36201)Mike Wiebe2018-02-173-33/+73
| | | | | | | | * Fix nxos_system tests * Add debug connection plugin info * Move sanity test under common
* Remove deprecated params from module argspec nxos modules (#34911)Trishna Guha2018-01-161-68/+0
| | | | | | | | | | | | | | * Remove deprecated param from module argspec nxos modules Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix nxos_vrrp syntaxerror * Add choices for version _nxos_ip_interface * remove check_args function * remove include_defaults
* fix connection gets overridden by network_cli for transport nxapi,eapi net_* ↵Trishna Guha2018-01-151-0/+38
| | | | | | | | | | | | | | | | | | modules (#34778) * fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Define functions in individual action plugins to avoid code duplication Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add net_* eos tests for eapi Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update plugin code
* Cleanup net integration test case for network modules (#34684)Ganesh Nalawade2018-01-101-0/+37
| | | | | * Remove platform agnostic net_* test cases. * Add minimal platform agnostic test cases to individual platform-specific test cases
* Fixes nxos_l2_interface tests (#34514)Nathaniel Case2018-01-051-2/+4
| | | | | * Update nxos tests that got missed in the first pass * Add setup for setting interfaces to layer2
* nxos tests to use network_cli (#34474)Nathaniel Case2018-01-052-4/+14
| | | | | | | | | | | | | | | * Fix over-byte * Fix nxos_l2_interface docs * Update connections for tasks * Add default ssh port * Only report provider when using connection=local * Send empty provider when connection=network_cli * Fix find tasks
* Stop toggling nxapi (#28532)Nathaniel Case2017-09-281-13/+0
| | | | | | | | * Stop toggling nxapi all the time * Update failed_modules * Restore nxapi state at each toggle
* nxos_system parse name_servers fix (#29944)Trishna Guha2017-09-122-2/+0
| | | | | | | | | | * nxos_system parse name_servers fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix nxos_system tests Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Set hostname to 'switch' on nxos_system teardown (#29126)Ricardo Carrillo Cruz2017-09-081-1/+1
| | | | | | On setup we set it to 'switch', so teardown should be 'switch'. Also, using inventory_hostname breaks the test, since in our CI it's a long UUID string, which exceeds the 32 chars maximum for setting a hostname on NXOS.
* nxos: merge nxapi/cli tests - system, user, vlan, vrf (#28241)David Newswanger2017-08-176-126/+40
| | | | | | | | | | * refactor nxos_system * refactor nxos_user * refactor nxos_vlan * refactor nxos_vrf
* nxos integration fix part 1 (#27069)Nathaniel Case2017-07-191-0/+2
| | | | | | | | | * Assorted Python 3 fixes * Fix `testcase` definition in integration tests * Fix nxos_acl_interface * clean up nxapi after nxos_nxapi
* Run vyos_command Network tests in Shippable (#24514)John R Barker2017-05-121-1/+0
| | | | | | | | | | | | | | * Run VyOS Network tests in Shippable * net_command no longer exists * network/ci * Disable other network tests * pep8 fix * Fix PEP 8 issue.
* Add missing aliases files on nxos integration targets (#23070)Ricardo Carrillo Cruz2017-03-291-0/+1
|
* Test system (#22420)John R Barker2017-03-0814-0/+781
* ios_system * tests for ios_system * tests for *_system * working ios_system on cli * Typo * Loopback10 (single word, upeprcase) * Revert docs changes * Working iosxr_system tests * eos, not nxos * nxos_system