mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 01:29:25 +09:00
new: SlaveLogParserV2 (for firmware/parameter writing campaign)
This commit is contained in:
parent
a2f3c36956
commit
18f5907d41
5 changed files with 2607 additions and 0 deletions
1
test/input/.gitignore
vendored
1
test/input/.gitignore
vendored
|
@ -10,3 +10,4 @@ slavelogs/main/*
|
|||
!slavelogs/main/430_100.txt
|
||||
!slavelogs/main/364_88_longrun.txt
|
||||
!slavelogs/main/127_172.txt
|
||||
!slavelogs/main/567_792.txt
|
||||
|
|
2494
test/input/slavelogs/main/567_792.txt
Normal file
2494
test/input/slavelogs/main/567_792.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -163,6 +163,12 @@ true || include("../src/PSBoardDataBase.jl")
|
|||
end
|
||||
end
|
||||
|
||||
@testset "Slave log parser v2 (firmware/parameter writing campaign)" begin
|
||||
@test PSBoardDataBase.SlaveLogParserV2.parse_slave_log_v2(
|
||||
"./input/slavelogs/main/567_792.txt",
|
||||
) == 567
|
||||
end
|
||||
|
||||
@testset "Download data csv" begin
|
||||
out = tempname()
|
||||
@test CSV.read(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue