mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Integration Tests only: add static route, snmp_user, snapshot and hsrp it cases (#28933)
* 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
This commit is contained in:
parent
8ab4412684
commit
c822292347
36 changed files with 525 additions and 4 deletions
|
@ -66,6 +66,7 @@
|
|||
when: (platform | match("N9K")) and (fretta | search("true"))
|
||||
|
||||
# Check if platform is titanium
|
||||
- set_fact: titanium="false"
|
||||
- set_fact: titanium={% for row in nxos_inventory_output.stdout_lines[0]['TABLE_inv']['ROW_inv'] if 'NX-OSv' in row['desc']%}"true"{% endfor %}
|
||||
when: platform | match("N7K")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue