Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
prgeor committed Feb 24, 2024
1 parent d8d2025 commit 6226cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def port_change_admin_status(dvs, status):

assert oper_status == status

dvs.port_avdmin_set("Ethernet0", "up")
dvs.port_admin_set("Ethernet0", "up")
dvs.interface_ip_add("Ethernet0", "10.0.0.0/31")
dvs.port_admin_set("Ethernet4", "up")
dvs.interface_ip_add("Ethernet4", "10.0.0.2/31")
Expand Down

0 comments on commit 6226cdb

Please sign in to comment.