Skip to content

Commit

Permalink
Enable authorize on disabling auto neg task (ansible#32243)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrillocruz authored Oct 27, 2017
1 parent 3d59ead commit 747bea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/targets/ios_interface/tests/cli/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
lines:
- no negotiation auto
parents: int GigabitEthernet2
authorize: yes

- name: Set test interface 2 to GigabitEthernet3 as we are on Cisco IOS-XE
set_fact: test_interface2=GigabitEthernet3
Expand All @@ -30,6 +31,7 @@
lines:
- no negotiation auto
parents: int GigabitEthernet3
authorize: yes
when: "'Cisco IOS-XE' in show_version_result.stdout[0]"

- name: Configure interface (setup)
Expand Down

0 comments on commit 747bea9

Please sign in to comment.