Skip to content

Commit

Permalink
Update TC_OCC_2_3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehs6sam authored Aug 29, 2024
1 parent ea95d8c commit d722980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OCC_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async def test_TC_OCC_2_3(self):
await self.write_single_attribute(attributes.PhysicalContactOccupiedToUnoccupiedDelay(hold_time_limits_dut.holdTimeMin))
occupancy_phy_otou_delay_dut = await self.read_occ_attribute_expect_success(attribute=attributes.PhysicalContactOccupiedToUnoccupiedDelay)
holdtime_dut = await self.read_occ_attribute_expect_success(attribute=attributes.HoldTime)
asserts.assert_equal(occupancy_phy_otou_delay_dut, holdtime_dut,
asserts.assert_equal(occupancy_phy_otou_delay_dut, holdtime_dut,
"PhysicalContactOccupiedToUnoccupiedDelay has a different value from HoldTime in reverse testing.")


Expand Down

0 comments on commit d722980

Please sign in to comment.