Skip to content

#069 - Area Arming Failure

Objective

This test verifies the driver implementation's behavior for managing arming failures. This usually occurs when the detector in the area is activated at the moment of arming.

Test Steps

  1. Activate detector assigned to the area.
  2. Execute the "Arm" command from the Netsocs user interface

Expected Result

  • The alarm state must be "alarm_panel.state.armed_error"
  • An event must be generated in the event log.
  • The device audit log must have a new entry:
Command 'Arm' issued by 'PERSON' on 'DEVICE' failed with reason: 'Not Ready'.

where:

  • 'DEVICE' is the device name.
  • 'PERSON' is the name of the user who performed the action.
  • 'Not Ready' is the reason for the failure.