2017-07-27 15:32:35 +02:00
|
|
|
---
|
2017-08-08 18:40:22 +02:00
|
|
|
# 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'] }
|