ansible/test/integration/targets/nxos_ospf/tasks/main.yaml
2017-08-09 11:25:35 -04:00

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'] }