summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_install_os
Commit message (Collapse)AuthorAgeFilesLines
* nxos: Removing local-nxapi plugin and related parameters' usage from the ↵nkshrishail2020-01-0822-47/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix missing variable with nxos_install_os tests (#60351)Paul Belanger2019-08-171-1/+2
| | | | | | | Today we are getting an Ansible templating exception because this variable isn't defined. But we also don't want testing to run, as we don't have ability to run this test in DCI. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Fix nxos_install_os test cases typo (#58825)Paul Belanger2019-07-102-21/+3
| | | | | | | | This should be ansible_connection, not connection_type. We can also update local testing logic. Remove nxos_install_os/tasks/network_local.yaml as it is nolonger used. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* nxos_install_os: Fix nxapi local failures (#55993)Mike Wiebe2019-06-068-20/+85
| | | | | | | | | | * Fix nxapi failures * Remove logit debug calls * Remove msg_timestamps * Fix code alignment issue
* Fix issues with nxos_os_install module (#48811)Mike Wiebe2018-11-2029-172/+458
| | | | | | | | | | | | | | | | | | | | | | | | * Use expect module to copy files * Remove old and redundant upgrade files * Return error message instead of code * Cleanup copy command code * Fix force issue in nxos_install_os * new nxos_install_os integration tests * Uncomment transport tests * Revert negative test change * Remove combined option that is no longer required * Make shippable happy * Add n5k test files
* Add force disruptive option (#47694)Mike Wiebe2018-10-313-0/+3
| | | | | | | | * Use expect module to copy files * Add force option for disruptive upgrades * Revert changes to copy_kick_system_images.yaml
* Nxos test reorganize (#41089)Nathaniel Case2018-06-051-2/+2
| | | | | | * Remove local from most cli tests * Readd local tests to nxapi until httpapi passes
* Update nxos_install_os module (#40102)Mike Wiebe2018-05-2923-0/+423
* Add nxos_install_os integration tests * Update call to check timers * Update check_ansible_timer method * Modify network_cli integration tests * Add timer check for nxos_install_os * Add comments for clear_persistent_sockets * Update connection info for tests * More updates * Restructure files for provider and non-provider testing * Update env var name and add check for ISSU switchover