From 12ad49cd44f4ac051e4f47c39230a155b3ca77f2 Mon Sep 17 00:00:00 2001 From: prabhataravind <108555774+prabhataravind@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:45:43 -0700 Subject: [PATCH] [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 --- tests/test_dash_acl.py | 2 +- tests/test_dash_crm.py | 2 +- tests/test_dash_vnet.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_dash_acl.py b/tests/test_dash_acl.py index d27db34521..cbde79d026 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 4bafda270d..8064946cfd 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 a413900d7c..ef64961a5c 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):