Fix nxos_linkagg tests (#36175) (#36222)

(cherry picked from commit 787114462e)
pull/36232/head
Trishna Guha 7 years ago committed by GitHub
parent d4aa089639
commit a6be3df24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save