b9c3329950
* Fixes for #27170, #27172 * Add nxos_ip_interface IT tests * For ipv6 check if ip address configured before doing a no ip address
7 lines
210 B
YAML
7 lines
210 B
YAML
---
|
|
# Use block to ensure that both cli and nxapi tests
|
|
# will run even if there are failures or errors.
|
|
- block:
|
|
- { include: cli.yaml, tags: ['cli'] }
|
|
always:
|
|
- { include: nxapi.yaml, tags: ['nxapi'] }
|