Skip to content

Commit

Permalink
Updating TC_RVCCLEANM_2_1 and TC_RVCRUNM_2_2 test modules:
Browse files Browse the repository at this point in the history
- Resolving linting errors
  • Loading branch information
j-ororke committed Dec 19, 2024
1 parent 26985ab commit 454ddd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/python_testing/TC_RVCCLEANM_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/python_testing/TC_RVCRUNM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 454ddd8

Please sign in to comment.