|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| check_contain_no_errors (bookkeeper_file_path) | |
| check_transfer_finished (bookkeeper_file_path, file_name) | |
| check_transfer_uploading (bookkeeper_file_path, file_name) | |
| check_transfer_downloading (bookkeeper_file_path, file_name) | |
| check_transfer_state (bookkeeper_file_path, file_name) | |
| transfer_check.check_contain_no_errors | ( | bookkeeper_file_path | ) |
Check for errors in the bookkeeper file
Definition at line 3 of file transfer_check.py.
| transfer_check.check_transfer_downloading | ( | bookkeeper_file_path, | |
| file_name ) |
Check that the transfer is downloading in the bookkeeper file
Definition at line 34 of file transfer_check.py.
| transfer_check.check_transfer_finished | ( | bookkeeper_file_path, | |
| file_name ) |
Check that the transfer is finished in the bookkeeper file
Definition at line 11 of file transfer_check.py.
| transfer_check.check_transfer_state | ( | bookkeeper_file_path, | |
| file_name ) |
Check transfer state in the bookkeeper file. Returning list with count(uploading, downloading, finished)
Definition at line 46 of file transfer_check.py.
| transfer_check.check_transfer_uploading | ( | bookkeeper_file_path, | |
| file_name ) |
Check that the transfer is uploading in the bookkeeper file
Definition at line 22 of file transfer_check.py.