Skip to content
Snippets Groups Projects
Commit 575747f1 authored by ME's avatar ME
Browse files

test

parent 95ab1711
Branches
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@
- name: Compare NLRIs
ansible.builtin.assert:
that:
- post_check.{{ check_id }}.nlri_peerconf is defined
- pre_check.{{ check_id }}.nlri_peerconf is defined
- "post_check.{{ check_id }}.nlri_peerconf == pre_check.{{ check_id }}.nlri_peerconf"
- "post_check.{{ check_id }}.nlri_peer == pre_check.{{ check_id }}.nlri_peer"
- "post_check.{{ check_id }}.nlri_session == pre_check.{{ check_id }}.nlri_session"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment