mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
aef50eaa40
* it cases for vxlan_vtep_vni, udld * platform specific testing * fix vxlan_vtep for n7k * fix udld_intf setup * skip udld tests on titanium n7k * remove hardcoding * fix udld tests for titanium
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'] }
|