From e2e618709a4fedab561111218df67e586a6b171e Mon Sep 17 00:00:00 2001 From: kamalsahu0001 <57159499+kamalsahu0001@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:48:07 -0700 Subject: [PATCH 1/2] Update test_m2o_fluctuating_lossless.py adding tgen pytest mark to the test case --- tests/snappi_tests/pfc/test_m2o_fluctuating_lossless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snappi_tests/pfc/test_m2o_fluctuating_lossless.py b/tests/snappi_tests/pfc/test_m2o_fluctuating_lossless.py index dc356346ab4..06fc06fc9ad 100644 --- a/tests/snappi_tests/pfc/test_m2o_fluctuating_lossless.py +++ b/tests/snappi_tests/pfc/test_m2o_fluctuating_lossless.py @@ -12,7 +12,7 @@ from tests.common.snappi_tests.snappi_test_params import SnappiTestParams from tests.snappi_tests.cisco.helper import disable_voq_watchdog # noqa: F401 logger = logging.getLogger(__name__) -pytestmark = [pytest.mark.topology('multidut-tgen')] +pytestmark = [pytest.mark.topology('multidut-tgen', 'tgen')] @pytest.fixture(autouse=True, scope='module') From e7ae8e3c9e9745a5a31070ffa0dae3197461d8bb Mon Sep 17 00:00:00 2001 From: kamalsahu0001 <57159499+kamalsahu0001@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:49:19 -0700 Subject: [PATCH 2/2] Update test_m2o_oversubscribe_lossy.py adding tgen pytest mark to the test case --- tests/snappi_tests/pfc/test_m2o_oversubscribe_lossy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snappi_tests/pfc/test_m2o_oversubscribe_lossy.py b/tests/snappi_tests/pfc/test_m2o_oversubscribe_lossy.py index 48f70860930..afeb97137ba 100644 --- a/tests/snappi_tests/pfc/test_m2o_oversubscribe_lossy.py +++ b/tests/snappi_tests/pfc/test_m2o_oversubscribe_lossy.py @@ -12,7 +12,7 @@ from tests.common.snappi_tests.snappi_test_params import SnappiTestParams from tests.snappi_tests.cisco.helper import disable_voq_watchdog # noqa: F401 logger = logging.getLogger(__name__) -pytestmark = [pytest.mark.topology('multidut-tgen')] +pytestmark = [pytest.mark.topology('multidut-tgen', 'tgen')] @pytest.fixture(autouse=True, scope='module')