Chapter 4. Support Scripts

Table of Contents

rrt_test_wrapper
test_email

RRT is distributed with a couple of support scripts to help with setup and test log file capture.

rrt_test_wrapper

The script rrt_test_wrapper is a utility script to provide RRT needed header and PASS/FAIL info so that RRT can parse the log files for test results. One, would use this script in situations where a test script does everything that is needed, but is missing the required RRT fields. This script can also be set up to monitor for error strings and fail the test appropriately. For Example:

>> rrt_test_wrapper -test_name my_test \
                    -define "Configuration = testbench_a" \
                    -log sim/my_test.log \ 
                    command_to_execute -command_options

For a full list of options execute the command with the -help option.