Skip to content

Commit

Permalink
Update pyats_ios_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Siming Yuan committed Dec 15, 2017
1 parent 2b7d324 commit c36c971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyats_ios_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class PingTestcase(aetest.Testcase):
@aetest.setup
def setup(self, uut_link):
destination = []
for intf in uut_link.interfaces.values():
for intf in uut_link.interfaces:
destination.append(str(intf.ipv4.ip))

# apply loop to next section
Expand Down

0 comments on commit c36c971

Please sign in to comment.