Skip to content

Commit

Permalink
Update src/python_testing/TC_OCC_2_1.py
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
jaehs6sam and cecille authored Jul 31, 2024
1 parent 86beae4 commit e134ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python_testing/TC_OCC_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async def test_TC_OCC_2_1(self):
asserts.assert_less_equal(occupancy_dut, 0b00000001, "Occupancy attribute is not in valid range")
else:
logging.info("Occupancy attribute is a mandatory attribute. Test step fails.")
asserts.fail("Missing mandatory attribute Occupancy")

self.step(3)
if attributes.OccupancySensorType.attribute_id in attribute_list:
Expand Down

0 comments on commit e134ba8

Please sign in to comment.