Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vhowdhur committed Oct 11, 2023
1 parent 98a4809 commit efada69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/test_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ def test_defaults(api):
]
}
config = api.config()
config.ports.port(name="ptest")
config.ports.port(name="lagport")
config.ports.port(name="testport")
layer1 = config.layer1.layer1()[-1]
layer1.name = "abc"
layer1.port_names = ["test"]
layer1.name = "def"
layer1.port_names = ["testport"]
layer1.ieee_media_defaults = True
layer1.auto_negotiate = True
layer1.flow_control
Expand Down

0 comments on commit efada69

Please sign in to comment.