Lines Matching full:failsafe
307 // Tests when only one sensor failed and the sensor's failsafe duty is zero, in TEST_F()
308 // and verify that the sensor name is empty and failsafe duty is PID zone's in TEST_F()
309 // failsafe duty. in TEST_F()
333 // Tests when multi sensor failed, and verify the final failsafe's sensor in TEST_F()
365 // initializes into failsafe mode, and will read each sensor. in TEST_F()
367 // Disable failsafe logger for the unit test. in TEST_F()
396 // Verify now in failsafe mode. in TEST_F()
412 // We should no longer be in failsafe mode. in TEST_F()
423 // Disable failsafe logger for the unit test. in TEST_F()
475 // Disable failsafe logger for the unit test. in TEST_F()
503 // Verify now in failsafe mode. in TEST_F()
519 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
529 // than the timeout for that sensor and this triggers failsafe mode. in TEST_F()
537 // is set for sensor1, the zone should not enter failsafe mode when in TEST_F()
539 // However, sensor2 going missing should still trigger failsafe mode. in TEST_F()
541 // Disable failsafe logger for the unit test. in TEST_F()
570 // As sensors are not initialized, zone should be in failsafe mode in TEST_F()
585 // Only sensor2 has been initialized here. Failsafe should be false, in TEST_F()
599 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
610 // thrown into failsafe mode. in TEST_F()
622 // Now, the zone should be in failsafe mode, because sensor2 does not in TEST_F()
623 // have MissingIsAcceptable set true, it is still subject to failsafe. in TEST_F()
633 // The failsafe mode should cease, as both sensors are good again. in TEST_F()
641 // Disable failsafe logger for the unit test. in TEST_F()
670 // Verify now in failsafe mode. in TEST_F()
687 // We should no longer be in failsafe mode. in TEST_F()
698 // Disable failsafe logger for the unit test. in TEST_F()
727 // Verify now in failsafe mode. in TEST_F()
744 // We should no longer be in failsafe mode. in TEST_F()
761 // Disable failsafe logger for the unit test. in TEST_F()
856 // Disable failsafe logger for the unit test. in TEST_F()
860 EXPECT_EQ(zone->failSafe(), zone->getFailSafeMode()); in TEST_F()