Skip to content

Commit

Permalink
Use the dvs object from dash_db
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekrnv authored Sep 18, 2024
1 parent 1b57392 commit 9735f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dash/test_dash_vnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_eni(self, dash_db: DashDB):
assert_sai_attribute_exists("SAI_ENI_ATTR_ADMIN_STATE", attrs, "true")

time.sleep(1)
self.verify_flex_counter_flow(dvs, eni_counter_group_meta)
self.verify_flex_counter_flow(dash_db.dvs, eni_counter_group_meta)

eni_addr_maps = dash_db.wait_for_asic_db_keys(ASIC_ENI_ETHER_ADDR_MAP_TABLE)
attrs = dash_db.get_asic_db_entry(ASIC_ENI_ETHER_ADDR_MAP_TABLE, eni_addr_maps[0])
Expand Down

0 comments on commit 9735f87

Please sign in to comment.