14130SN/A# Copyright (c) 2007 The Regents of The University of Michigan
24130SN/A# All rights reserved.
34130SN/A#
44130SN/A# Redistribution and use in source and binary forms, with or without
54130SN/A# modification, are permitted provided that the following conditions are
64130SN/A# met: redistributions of source code must retain the above copyright
74130SN/A# notice, this list of conditions and the following disclaimer;
84130SN/A# redistributions in binary form must reproduce the above copyright
94130SN/A# notice, this list of conditions and the following disclaimer in the
104130SN/A# documentation and/or other materials provided with the distribution;
114130SN/A# neither the name of the copyright holders nor the names of its
124130SN/A# contributors may be used to endorse or promote products derived from
134130SN/A# this software without specific prior written permission.
144130SN/A#
154130SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
164130SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
174130SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
184130SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
194130SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
204130SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
214130SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
224130SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
234130SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
244130SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
254130SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
264130SN/A#
274130SN/A# Authors: Ali Saidi
284130SN/A
294130SN/Aroot.system.readfile = os.path.join(tests_root, 'halt.sh')
30