From cc43746699aff5ba74fe1b61d00677a9c681bf7b Mon Sep 17 00:00:00 2001 From: desaimg1 Date: Fri, 27 Sep 2024 11:08:08 +0530 Subject: [PATCH] modified as per the latest model changes --- tests/imix/test_custom_imix_e2e.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/imix/test_custom_imix_e2e.py b/tests/imix/test_custom_imix_e2e.py index ed3da5673..ec547b83d 100644 --- a/tests/imix/test_custom_imix_e2e.py +++ b/tests/imix/test_custom_imix_e2e.py @@ -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()