EMI Quality Control Verification
The EMI QC team verifies that components certified by EMI Product Teams are compliant with EMI
production release criteria.
The EMI QC Verification Report Template
The EMI Verification Google Spreadsheet
In order to have access to the Google spreadsheet used to collect verification report information, send an email to
andrea.ceccanti@cnafNOSPAMPLEASE.infn.it.
The EMI Report generator script
The python script used to generate verification reports from the Google spreadsheet can be downloaded
here
.
You may need to make the script executable after downloading it.
In order to use it:
- Export the Google spreadsheet to CSV using the "Download as CSV" option from the Google Spreadsheet File menu.
- Use the
qc-rep-gen.py
script to generate the reports. The -d
option can used to specify in which directory the reports should be generated:
wilco:src andreaceccanti$ ./qc-rep-gen.py -d /tmp ../test-data.csv
Report written on /tmp/18584_StoRM SE 1.7.0_VerificationReport.txt
Report written on /tmp/11111_Test component 1.0.0_VerificationReport.txt
Report written on /tmp/20901_CEmon 1.13.1_VerificationReport.txt
Report written on /tmp/20813_CREAM 1.13.1_VerificationReport.txt
Done.
- If you want to generate reports only for specific tasks, use the
--tasks
option, like in:
wilco:src andreaceccanti$ ./qc-rep-gen.py -d /tmp --tasks 20901,20813 ../test-data.csv
Report written on /tmp/20901_CEmon 1.13.1_VerificationReport.txt
Report written on /tmp/20813_CREAM 1.13.1_VerificationReport.txt
Done.
--
AndreaCeccanti - 16-Jun-2011
Topic revision: r2 - 2011-07-14
- unknown