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 Jul 30, 2024
1 parent 346aaaf commit b848995
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/python_testing/TC_OCC_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@

import logging

from chip import ChipDeviceCtrl
import chip.clusters as Clusters
from chip.clusters.Types import NullValue
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts

Expand Down Expand Up @@ -96,3 +94,6 @@ async def test_TC_OCC_2_3(self):
asserts.assert_equal(occupancy_phy_otou_delay_dut, occupancy_hold_time_dut, "HoldTime attribute value is not equal to PhysicalContactOccupiedToUnoccupiedDelay")
else:
logging.info("OccupancySensorType attribute value is out of range")

if __name__ == "__main__":
default_matter_test_main()

0 comments on commit b848995

Please sign in to comment.