Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Jan 7, 2025
1 parent 6c96a7d commit 62f7df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python_testing/TC_FAN_3_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ async def test_TC_FAN_3_1(self):

self.print_step("3a", "Read from the DUT the PercentSetting attribute and store")
existing_percent_setting = await self.read_percent_setting(endpoint=endpoint)
print(f"\n\n\n\n\t\t\t [FANS] existing_percent_setting: {existing_percent_setting.value}\n\n\n\n\n")
existing_percent_current = await self.read_percent_current(endpoint=endpoint)
print(f"\n\n\n\n\t\t\t [FANS] existing_percent_setting: {existing_percent_setting}\n\n\n\n\n")
print(f"\n\n\n\n\t\t\t [FANS] existing_percent_current: {existing_percent_current}\n\n\n\n\n")

# If mode was set, verify that the percent value is non-zero
if status == Status.Success:
Expand Down

0 comments on commit 62f7df7

Please sign in to comment.