c822292347
* add static route and hsrp it cases * add snmp_user and snapshot it * password strength correction * fix typo * add compare snapshot as it is fixed in the code now * skip snapshot tests for titanium * titanium and nxapi conditions added
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'] }
|