Skip to content

Commit

Permalink
modified as per the latest model changes
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Sep 27, 2024
1 parent 361c26f commit cc43746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/imix/test_custom_imix_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ def test_stats_filter_e2e(api, b2b_raw_config, utils):

eth1 = d1.ethernets.add()
eth1.name = "eth1"
eth1.port_name = config.ports[0].name
eth1.connection.port_name = config.ports[0].name
eth1.mac = "00:ad:aa:13:11:01"

eth2 = d2.ethernets.add()
eth2.name = "eth2"
eth2.port_name = config.ports[1].name
eth2.connection.port_name = config.ports[1].name
eth2.mac = "00:ad:aa:13:11:02"

ip1 = eth1.ipv4_addresses.add()
Expand Down

0 comments on commit cc43746

Please sign in to comment.