Skip to content

Commit 12ad49c

Browse files
[tests]: Change DVS ENV HWKSU to DPU-2P for DASH vstest (#2847)
* Change DVS ENV HWSKU to a more appropriate DPU-2P from NPU-2P for DASH vstest Signed-off-by: Prabhat Aravind <[email protected]>
1 parent 982a341 commit 12ad49c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_dash_acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import pytest
77

8-
DVS_ENV = ["HWSKU=NPU-2P"]
8+
DVS_ENV = ["HWSKU=DPU-2P"]
99
NUM_PORTS = 2
1010

1111
ACL_GROUP_1 = "acl_group_1"

tests/test_dash_crm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from swsscommon import swsscommon
88

99

10-
DVS_ENV = ["HWSKU=NPU-2P"]
10+
DVS_ENV = ["HWSKU=DPU-2P"]
1111
NUM_PORTS = 2
1212

1313

tests/test_dash_vnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import typing
33
import time
44

5-
DVS_ENV = ["HWSKU=NPU-2P"]
5+
DVS_ENV = ["HWSKU=DPU-2P"]
66
NUM_PORTS = 2
77

88
def to_string(value):

0 commit comments

Comments
 (0)