You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${d_normalized}= Evaluate [str(__import__('ipaddress').ip_address(ip)) for ip in ${d_value}]
134
134
Lists Should Be Equal ${r_normalized}${d_normalized} ignore_order=True
135
135
136
-
{% elif vxlan.fabric.type == "MSD" %}
136
+
{% elif vxlan.fabric.type == "MSD" or vxlan.fabric.type == "MCFG" %}
137
137
${r_value}= Get Value From Json ${r_networks_attachments.json()} $[*].lanAttachList[?(@.networkName=="{{ network.name }}" & @.lanAttachState=="DEPLOYED")].switchName
138
138
{% set switches = (vxlan.multisite.overlay | default() | json_query(query))[0] %}
0 commit comments