From f9515810f410bfc8e8b6d62151907a98a0eeeecf Mon Sep 17 00:00:00 2001 From: croy Date: Thu, 24 Apr 2025 11:48:16 -0400 Subject: [PATCH] Changing Duplex requirement marker on test_delete_and_add_all_ptp_configuration Changing the lab_is_duplex marker in favor of lab_has_standby_controller for test_delete_and_add_all_ptp_configuration. Additional requirements for matching the ptp_setup_template is likely to be added in the future for those test cases. Change-Id: Ie3dae852ddffa30bd4b47c9e69aded0606f8208f Signed-off-by: croy --- testcases/cloud_platform/regression/ptp/test_ptp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/cloud_platform/regression/ptp/test_ptp.py b/testcases/cloud_platform/regression/ptp/test_ptp.py index 5031ea97..553b282d 100644 --- a/testcases/cloud_platform/regression/ptp/test_ptp.py +++ b/testcases/cloud_platform/regression/ptp/test_ptp.py @@ -8,7 +8,7 @@ from keywords.cloud_platform.system.ptp.ptp_teardown_executor_keywords import PT @mark.p0 -@mark.lab_is_duplex +@mark.lab_has_standby_controller def test_delete_and_add_all_ptp_configuration(): """ Delete and Add all PTP configurations