summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/nxos_l3_interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nxos_l3_interfaces: fix states, add new minor attributes (#64853)Chris Van Heuveln2020-01-105-49/+154
| | | | | | | | | | | | | | | | | | | | | | * (WIP) nxos_l3_interfaces: fix states, add new minor attributes * sa cleanup * more regression fixes * test_8 for add'l code coverage * Fix regressions to handle mgmt w/o IP * add 'no system default switchport' to regression setups * add err msg to terminal_stderr_re so that cli_config will catch L2 failures * regression test change: /int4/int3/ * Add default rsvd_intf_len for Zuul CI * Fix replaced-with-no-ipaddr and ip redirect issues
* 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
* [stable-2.9] Fix nxos_l3_interfaces module and tests (#62545)Mike Wiebe2019-10-024-6/+10
| | | | | | | | * Fix nxos_l3_interfaces module and tests * Use get_interface_type * get_interface_type in utils lib
* Add nxos_l3_interfaces resource module (#61021)Trishna Guha2019-08-239-0/+308
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>