Skip to content

Commit

Permalink
[ignore] Added name check to the query all assertion task
Browse files Browse the repository at this point in the history
  • Loading branch information
sajagana committed Nov 8, 2024
1 parent cb02685 commit 2a9fcd6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@
that:
- query_all_node_group_policies is not changed
- query_all_node_group_policies.current | length == 2
- "'node_group_policy_2' in query_all_node_group_policies.current | map(attribute='name') | list"
- "'node_group_policy_1' in query_all_node_group_policies.current | map(attribute='name') | list"

- name: Create node_group_policy_30 with bfd_multi_hop_authentication enabled, key id and value
cisco.mso.ndo_l3out_node_group_policy:
Expand Down

0 comments on commit 2a9fcd6

Please sign in to comment.