14170SN/A# Copyright (c) 2007 The Regents of The University of Michigan
24170SN/A# All rights reserved.
34170SN/A#
44170SN/A# Redistribution and use in source and binary forms, with or without
54170SN/A# modification, are permitted provided that the following conditions are
64170SN/A# met: redistributions of source code must retain the above copyright
74170SN/A# notice, this list of conditions and the following disclaimer;
84170SN/A# redistributions in binary form must reproduce the above copyright
94170SN/A# notice, this list of conditions and the following disclaimer in the
104170SN/A# documentation and/or other materials provided with the distribution;
114170SN/A# neither the name of the copyright holders nor the names of its
124170SN/A# contributors may be used to endorse or promote products derived from
134170SN/A# this software without specific prior written permission.
144170SN/A#
154170SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
164170SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
174170SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
184170SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
194170SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
204170SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
214170SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
224170SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
234170SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
244170SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
254170SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
264170SN/A#
274170SN/A# Authors: Ali Saidi
284170SN/A
2911851Sbrandon.potter@amd.comroot.system.cpu[0].workload = Process(cmd = 'insttest',
3011851Sbrandon.potter@amd.com                                      executable = binpath('insttest'))
31