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()
327 // Tests when multi sensor failed, and verify the final failsafe's sensor in TEST_F()
349 // initializes into failsafe mode, and will read each sensor. in TEST_F()
351 // Disable failsafe logger for the unit test. in TEST_F()
380 // Verify now in failsafe mode. in TEST_F()
396 // We should no longer be in failsafe mode. in TEST_F()
407 // Disable failsafe logger for the unit test. in TEST_F()
459 // Disable failsafe logger for the unit test. in TEST_F()
487 // Verify now in failsafe mode. in TEST_F()
503 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
513 // than the timeout for that sensor and this triggers failsafe mode. in TEST_F()
521 // is set for sensor1, the zone should not enter failsafe mode when in TEST_F()
523 // However, sensor2 going missing should still trigger failsafe mode. in TEST_F()
525 // Disable failsafe logger for the unit test. in TEST_F()
554 // As sensors are not initialized, zone should be in failsafe mode in TEST_F()
569 // Only sensor2 has been initialized here. Failsafe should be false, in TEST_F()
583 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
594 // thrown into failsafe mode. in TEST_F()
606 // Now, the zone should be in failsafe mode, because sensor2 does not in TEST_F()
607 // have MissingIsAcceptable set true, it is still subject to failsafe. in TEST_F()
617 // The failsafe mode should cease, as both sensors are good again. in TEST_F()
625 // Disable failsafe logger for the unit test. in TEST_F()
654 // Verify now in failsafe mode. in TEST_F()
671 // We should no longer be in failsafe mode. in TEST_F()
682 // Disable failsafe logger for the unit test. in TEST_F()
711 // Verify now in failsafe mode. in TEST_F()
728 // We should no longer be in failsafe mode. in TEST_F()
745 // Disable failsafe logger for the unit test. in TEST_F()
840 // Disable failsafe logger for the unit test. in TEST_F()
844 EXPECT_EQ(zone->failSafe(), zone->getFailSafeMode()); in TEST_F()