trv_summ_rpt
Purpose:
-
Generate a summary report of Test Readiness Verification (TRV) data for specified groups of test cells.
Enter:
-
trv_summ_rpt [group_name=group_name] [start_date=MM/DD/YYYY] [end_date=MM/DD/YYYY] [interval=day/week/month] [email=email_address1,email_address2]
Where:
-
group_name
Optional. Specify the file that contains test cell numbers for the report. The default is grp1.
start_date
Optional. Specify the report start date. If the interval option is not specified, the start_date option must be specified
end_date
Optional. Specify the report end date. The default is the current date/time.
interval
Optional. Specify day, week, or month to define the report period based on the current date.
email
Optional. Specify one or more email addresses, separated by commas, to send the report. The default is no email specified
Example:
-
trv_summ_rpt group_name=grp1 start_date=11/10/2007 end_date=11/15/2007
The above example produces a summary report for the test cells specified within the /specs/trv/grp1 file. Data reported within the summary report is from 11/01/2007 00:00 to 11/15/2007 00:00.trv_summ_rpt group_name=grp2 interval=month
The above example produces a summary report for the test cells specified within the /specs/trv/grp2 file. If the report was run on 11/15/2007, data reported within the summary report would be from 10/01/2007 00:00 to 11/01/2007 00:00.trv_summ_rpt
The above example prompts to enter the group_name, start_date and end_date. Data reported within the summary report is from the specified start_date to the specified end_date for the test cells within the specified group_name file.trv_summ_rpt email=testuser@cummins.com
The above example prompts to enter the group_name, start_date and end_date. Data reported within the summary report is from the specified start_date to the specified end_date for the test cells within the specified group_name file. The report would be emailed to the testuser@cummins.com account.
Notes:
-
If no options are provided, the program will prompt for input values.