mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2025-07-01 17:19:29 +09:00
update: add QAQC runid for master log parsing
- for master version v0.2.0
This commit is contained in:
parent
b927f5923e
commit
84d321ec30
5 changed files with 55 additions and 19 deletions
|
@ -18,7 +18,7 @@ mod integrated_test {
|
|||
let mut cmd = Command::cargo_bin("psb-qaqc")?;
|
||||
cmd.current_dir("tests")
|
||||
.arg("add-master-log")
|
||||
.arg("./example_logs/valid/20240720_171418.log")
|
||||
.arg("./example_logs/valid/7.log")
|
||||
.arg(test_out.as_path())
|
||||
.assert()
|
||||
.success()
|
||||
|
@ -34,7 +34,7 @@ mod integrated_test {
|
|||
line
|
||||
.unwrap()
|
||||
.contains(
|
||||
"8866,,A-0-0,0,1,1,0,1,8,1,,2024-07-20T17:15:46Z,20240720_171418.log,0.1.0,alice,,,,"
|
||||
"8866,,A-0-0,0,1,1,0,1,8,1,,7,2024-07-20T17:15:46Z,7.log,0.1.0,alice,,,,"
|
||||
)
|
||||
}));
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ mod integrated_test {
|
|||
let mut cmd = Command::cargo_bin("psb-qaqc")?;
|
||||
cmd.current_dir("tests")
|
||||
.arg("add-master-log")
|
||||
.arg("./example_logs/valid/20240720_171418.log")
|
||||
.arg("./example_logs/valid/7.log")
|
||||
.arg(test_out.as_path())
|
||||
.assert()
|
||||
.success();
|
||||
|
@ -67,7 +67,7 @@ mod integrated_test {
|
|||
let mut cmd = Command::cargo_bin("psb-qaqc")?;
|
||||
cmd.current_dir("tests")
|
||||
.arg("add-master-log")
|
||||
.arg("./example_logs/valid/20240720_171419.log")
|
||||
.arg("./example_logs/valid/84.log")
|
||||
.arg(test_out.as_path())
|
||||
.assert()
|
||||
.success()
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Shift script: 0.1.0
|
||||
----------------------
|
||||
Date: 2024-07-20T17:15:46+0000
|
||||
QAQC runid: 7
|
||||
Shifters: alice
|
||||
----------------------
|
||||
PBS Assignment:
|
|
@ -1,23 +1,24 @@
|
|||
Shift script: 0.1.0
|
||||
----------------------
|
||||
Date: 2024-07-20T17:15:46+0000
|
||||
Date: 2024-07-20T17:15:47+0000
|
||||
QAQC runid: 84
|
||||
Shifters: alice
|
||||
----------------------
|
||||
PBS Assignment:
|
||||
Position / assigned-ID : A-0-0 / PS008866
|
||||
Position / assigned-ID : A-1-0 / PS008866
|
||||
Position / assigned-ID : A-0-2 / PS008866
|
||||
Position / assigned-ID : A-1-2 / PS008866
|
||||
Position / assigned-ID : A-0-3 / PS008866
|
||||
Position / assigned-ID : A-1-3 / PS008866
|
||||
Position / assigned-ID : A-0-4 / PS008866
|
||||
Position / assigned-ID : A-1-4 / PS008866
|
||||
Position / assigned-ID : A-1-5 / PS008866
|
||||
Position / assigned-ID : A-0-6 / PS008866
|
||||
Position / assigned-ID : A-1-6 / PS008866
|
||||
Position / assigned-ID : A-0-7 / PS008866
|
||||
Position / assigned-ID : A-0-8 / PS008866
|
||||
Position / assigned-ID : A-1-8 / PS008866
|
||||
Position / assigned-ID : A-0-0 / PS008867
|
||||
Position / assigned-ID : A-1-0 / PS008868
|
||||
Position / assigned-ID : A-0-2 / PS008869
|
||||
Position / assigned-ID : A-1-2 / PS008810
|
||||
Position / assigned-ID : A-0-3 / PS008811
|
||||
Position / assigned-ID : A-1-3 / PS008812
|
||||
Position / assigned-ID : A-0-4 / PS008813
|
||||
Position / assigned-ID : A-1-4 / PS008814
|
||||
Position / assigned-ID : A-1-5 / PS008815
|
||||
Position / assigned-ID : A-0-6 / PS008816
|
||||
Position / assigned-ID : A-1-6 / PS008817
|
||||
Position / assigned-ID : A-0-7 / PS008818
|
||||
Position / assigned-ID : A-0-8 / PS008819
|
||||
Position / assigned-ID : A-1-8 / PS008820
|
||||
======================
|
||||
QAQC status| QSPIp | Recov | Power | Clock | ASDTP | Reset | Result |
|
||||
----------------------------------------------------------------------
|
Loading…
Add table
Add a link
Reference in a new issue