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:
saichint 2017-10-26 08:27:55 -07:00 committed by Nathaniel Case
commit c822292347
36 changed files with 525 additions and 4 deletions

View file

@ -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")