From 9ad20a1edd0ac29cff1f942acb9c7012a989878a Mon Sep 17 00:00:00 2001 From: wenyiz2021 <91497961+wenyiz2021@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:31:54 -0800 Subject: [PATCH] test psu power skip 202205 release for arista --- tests/platform_tests/api/test_psu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/platform_tests/api/test_psu.py b/tests/platform_tests/api/test_psu.py index d49d4ffb2f1..255903e8e42 100644 --- a/tests/platform_tests/api/test_psu.py +++ b/tests/platform_tests/api/test_psu.py @@ -197,7 +197,7 @@ def test_fans(self, duthosts, enum_rand_one_per_hwsku_hostname, localhost, platf def test_power(self, duthosts, enum_rand_one_per_hwsku_hostname, localhost, platform_api_conn): ''' PSU power test ''' duthost = duthosts[enum_rand_one_per_hwsku_hostname] - skip_release_for_platform(duthost, ["202012", "201911", "201811"], ["arista"]) + skip_release_for_platform(duthost, ["202205", "202012", "201911", "201811"], ["arista"]) for psu_id in range(self.num_psus): name = psu.get_name(platform_api_conn, psu_id)