Skip to content

Commit 409b383

Browse files
prabhataravindtheasianpianist
authored andcommitted
[tests]: Set HWSKU to NPU-2P for dash vstests (#2833)
* Use "NPU-2P" HWSKU to reflect 2-port NPU Signed-off-by: Prabhat Aravind <paravind@microsoft.com> --------- Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
1 parent f2365af commit 409b383

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

tests/test_dash_acl.py

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

66
import pytest
77

8-
DVS_ENV = ["HWSKU=Nvidia-MBF2H536C"]
8+
DVS_ENV = ["HWSKU=NPU-2P"]
9+
NUM_PORTS = 2
910

1011
ACL_GROUP_1 = "acl_group_1"
1112
ACL_GROUP_2 = "acl_group_2"

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=Nvidia-MBF2H536C"]
10+
DVS_ENV = ["HWSKU=NPU-2P"]
1111
NUM_PORTS = 2
1212

1313

tests/test_dash_vnet.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import typing
33
import time
44

5+
DVS_ENV = ["HWSKU=NPU-2P"]
6+
NUM_PORTS = 2
7+
58
def to_string(value):
69
if isinstance(value, bool):
710
return "true" if value else "false"

0 commit comments

Comments
 (0)