Skip to content

Commit

Permalink
Merge branch 'fallout' of github.com:GSI-CS-CO/bel_projects into fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Jul 31, 2024
2 parents cfc564d + 9bde43e commit ba21244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ftm/tests/test_booster_startthread.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ def test_booster_thread_0_loop(self):
self.startPattern('booster-thread-0-loop.dot', 'MAIN')
file_name = 'snoop_booster-thread-0-loop.csv'
column_Param = 20
self.delay(0.5)
self.snoopToCsv(file_name, 3)
self.analyseFrequencyFromCsv(file_name, column_Param)
# assert that there are more than 61 tmsg in 3 seconds with EVTNO 0x0001.
column_EVTNO = 8
self.analyseFrequencyFromCsv(file_name, column_EVTNO, checkValues={'0x0001': '>60'})
self.analyseFrequencyFromCsv(file_name, column_EVTNO, checkValues={'0x0001': '>59'})
self.deleteFile(file_name)

def test_booster_thread_0(self):
Expand Down

0 comments on commit ba21244

Please sign in to comment.