Skip to content

Commit

Permalink
[tests]: Change DVS ENV HWKSU to DPU-2P for DASH vstest (sonic-net#2847)
Browse files Browse the repository at this point in the history
* Change DVS ENV HWSKU to a more appropriate DPU-2P from NPU-2P for DASH vstest

Signed-off-by: Prabhat Aravind <[email protected]>
  • Loading branch information
prabhataravind authored Jul 12, 2023
1 parent 982a341 commit 12ad49c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_dash_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dash_crm.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from swsscommon import swsscommon


DVS_ENV = ["HWSKU=NPU-2P"]
DVS_ENV = ["HWSKU=DPU-2P"]
NUM_PORTS = 2


Expand Down
2 changes: 1 addition & 1 deletion tests/test_dash_vnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 12ad49c

Please sign in to comment.