Fix nxos_linkagg tests (#36175)

pull/36225/head
Mike Wiebe 8 years ago committed by Trishna Guha
parent b1263c34e8
commit 787114462e

@ -26,6 +26,7 @@
- no channel-group 20 - no channel-group 20
provider: "{{ connection }}" provider: "{{ connection }}"
parents: "{{ item }}" parents: "{{ item }}"
ignore_errors: yes
loop: loop:
- "interface {{ testint1 }}" - "interface {{ testint1 }}"
- "interface {{ testint2 }}" - "interface {{ testint2 }}"
@ -181,6 +182,7 @@
- no channel-group 20 - no channel-group 20
provider: "{{ connection }}" provider: "{{ connection }}"
parents: "{{ item }}" parents: "{{ item }}"
ignore_errors: yes
loop: loop:
- "interface {{ testint1 }}" - "interface {{ testint1 }}"
- "interface {{ testint2 }}" - "interface {{ testint2 }}"

Loading…
Cancel
Save