diff --git a/ansible/roles/test/tasks/continuous_link_flap.yml b/ansible/roles/test/tasks/continuous_link_flap.yml index 307044271ac..577ae3ad379 100644 --- a/ansible/roles/test/tasks/continuous_link_flap.yml +++ b/ansible/roles/test/tasks/continuous_link_flap.yml @@ -124,7 +124,7 @@ - name: include continuous_peer_link_flap_helper.yml include: continuous_link_flap/continuous_peer_link_flap_helper.yml interface="{{item}}" -# with_items: "{{ device_conn.keys() }}" + with_items: "{{ device_conn.keys() }}" - name: wait 60 secs so that BGP routes are relearned pause: seconds=60 @@ -214,3 +214,6 @@ - name: perform config reload shell: config reload -y become: true + + - name: wait 30 secs for all ports up + pause: seconds=30