File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -757,6 +757,28 @@ void updateLogTest()
757757 messages = 7 ;
758758 semaphoreWait = 10 ;
759759 break ;
760+
761+ case (LOGTEST_4HZ_5MSG_0MS):
762+ rate = 4 ;
763+ messages = 5 ;
764+ semaphoreWait = 0 ;
765+ break ;
766+ case (LOGTEST_4HZ_7MSG_0MS):
767+ rate = 4 ;
768+ messages = 7 ;
769+ semaphoreWait = 0 ;
770+ break ;
771+ case (LOGTEST_10HZ_5MSG_0MS):
772+ rate = 10 ;
773+ messages = 5 ;
774+ semaphoreWait = 0 ;
775+ break ;
776+ case (LOGTEST_10HZ_7MSG_0MS):
777+ rate = 10 ;
778+ messages = 7 ;
779+ semaphoreWait = 0 ;
780+ break ;
781+
760782 case (LOGTEST_4HZ_5MSG_50MS):
761783 rate = 4 ;
762784 messages = 5 ;
Original file line number Diff line number Diff line change @@ -184,6 +184,10 @@ enum LogTestState
184184 LOGTEST_4HZ_7MSG_10MS ,
185185 LOGTEST_10HZ_5MSG_10MS ,
186186 LOGTEST_10HZ_7MSG_10MS ,
187+ LOGTEST_4HZ_5MSG_0MS ,
188+ LOGTEST_4HZ_7MSG_0MS ,
189+ LOGTEST_10HZ_5MSG_0MS ,
190+ LOGTEST_10HZ_7MSG_0MS ,
187191 LOGTEST_4HZ_5MSG_50MS ,
188192 LOGTEST_4HZ_7MSG_50MS ,
189193 LOGTEST_10HZ_5MSG_50MS ,
You can’t perform that action at this time.
0 commit comments