From 454ddd8fb8f503324e846f13e2550e30bc131f0e Mon Sep 17 00:00:00 2001 From: Jake Ororke Date: Wed, 18 Dec 2024 21:48:13 -0800 Subject: [PATCH] Updating TC_RVCCLEANM_2_1 and TC_RVCRUNM_2_2 test modules: - Resolving linting errors --- src/python_testing/TC_RVCCLEANM_2_1.py | 1 - src/python_testing/TC_RVCRUNM_2_2.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/python_testing/TC_RVCCLEANM_2_1.py b/src/python_testing/TC_RVCCLEANM_2_1.py index 2241d38f16e08f..23032013f29648 100644 --- a/src/python_testing/TC_RVCCLEANM_2_1.py +++ b/src/python_testing/TC_RVCCLEANM_2_1.py @@ -103,7 +103,6 @@ async def test_TC_RVCCLEANM_2_1(self): # Gathering Accepted and Generated Commands and associated ids commands = RVCClean_cluster.Commands - RVCClean_accptcmd_list = attributes.AcceptedCommandList RVCClean_gencmd_list = attributes.GeneratedCommandList generated_cmd_list = await self.read_single_attribute_check_success(endpoint=self.endpoint, cluster=RVCClean_cluster, attribute=RVCClean_gencmd_list) chg_rsp_cmd_id = commands.ChangeToModeResponse.command_id diff --git a/src/python_testing/TC_RVCRUNM_2_2.py b/src/python_testing/TC_RVCRUNM_2_2.py index f846feda633a8a..16ab5c28e5b974 100644 --- a/src/python_testing/TC_RVCRUNM_2_2.py +++ b/src/python_testing/TC_RVCRUNM_2_2.py @@ -150,8 +150,6 @@ async def test_TC_RVCRUNM_2_2(self): # Gathering Accepted and Generated Commands and associated ids commands = RVCRun_cluster.Commands RVCRun_accptcmd_list = attributes.AcceptedCommandList - accepted_cmd_list = await self.read_single_attribute_check_success(endpoint=self.endpoint, cluster=RVCRun_cluster, attribute=RVCRun_accptcmd_list) - chg_mode_cmd_id = commands.ChangeToMode.command_id if not await self.command_guard(endpoint=self.endpoint, command=commands.ChangeToMode): asserts.fail("Change To Mode receiving commands needs to be supported")