Lines Matching full:failsafe

319     // Tests when only one sensor failed and the sensor's failsafe duty is zero,  in TEST_F()
320 // and verify that the sensor name is empty and failsafe duty is PID zone's in TEST_F()
321 // failsafe duty. in TEST_F()
345 // Tests when multi sensor failed, and verify the final failsafe's sensor in TEST_F()
377 // initializes into failsafe mode, and will read each sensor. in TEST_F()
379 // Disable failsafe logger for the unit test. in TEST_F()
408 // Verify now in failsafe mode. in TEST_F()
424 // We should no longer be in failsafe mode. in TEST_F()
435 // Disable failsafe logger for the unit test. in TEST_F()
487 // Disable failsafe logger for the unit test. in TEST_F()
515 // Verify now in failsafe mode. in TEST_F()
531 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
541 // than the timeout for that sensor and this triggers failsafe mode. in TEST_F()
549 // is set for sensor1, the zone should not enter failsafe mode when in TEST_F()
551 // However, sensor2 going missing should still trigger failsafe mode. in TEST_F()
553 // Disable failsafe logger for the unit test. in TEST_F()
582 // As sensors are not initialized, zone should be in failsafe mode in TEST_F()
597 // Only sensor2 has been initialized here. Failsafe should be false, in TEST_F()
611 // Ok, so we're not in failsafe mode, so let's set updated to the past. in TEST_F()
622 // thrown into failsafe mode. in TEST_F()
634 // Now, the zone should be in failsafe mode, because sensor2 does not in TEST_F()
635 // have MissingIsAcceptable set true, it is still subject to failsafe. in TEST_F()
645 // The failsafe mode should cease, as both sensors are good again. in TEST_F()
653 // Disable failsafe logger for the unit test. in TEST_F()
682 // Verify now in failsafe mode. in TEST_F()
699 // We should no longer be in failsafe mode. in TEST_F()
710 // Disable failsafe logger for the unit test. in TEST_F()
739 // Verify now in failsafe mode. in TEST_F()
756 // We should no longer be in failsafe mode. in TEST_F()
773 // Disable failsafe logger for the unit test. in TEST_F()
868 // Disable failsafe logger for the unit test. in TEST_F()
872 EXPECT_EQ(zone->failSafe(), zone->getFailSafeMode()); in TEST_F()