diff --git a/tests/test_dash_acl.py b/tests/test_dash_acl.py index d27db34521f..cbde79d026f 100644 --- a/tests/test_dash_acl.py +++ b/tests/test_dash_acl.py @@ -5,7 +5,7 @@ import pytest -DVS_ENV = ["HWSKU=NPU-2P"] +DVS_ENV = ["HWSKU=DPU-2P"] NUM_PORTS = 2 ACL_GROUP_1 = "acl_group_1" diff --git a/tests/test_dash_crm.py b/tests/test_dash_crm.py index 4bafda270d3..8064946cfd2 100644 --- a/tests/test_dash_crm.py +++ b/tests/test_dash_crm.py @@ -7,7 +7,7 @@ from swsscommon import swsscommon -DVS_ENV = ["HWSKU=NPU-2P"] +DVS_ENV = ["HWSKU=DPU-2P"] NUM_PORTS = 2 diff --git a/tests/test_dash_vnet.py b/tests/test_dash_vnet.py index a413900d7c1..ef64961a5c5 100644 --- a/tests/test_dash_vnet.py +++ b/tests/test_dash_vnet.py @@ -2,7 +2,7 @@ import typing import time -DVS_ENV = ["HWSKU=NPU-2P"] +DVS_ENV = ["HWSKU=DPU-2P"] NUM_PORTS = 2 def to_string(value):