test.py revision 4130
111104Spower.jg@gmail.com# Copyright (c) 2007 The Regents of The University of Michigan
211104Spower.jg@gmail.com# All rights reserved.
311104Spower.jg@gmail.com#
411104Spower.jg@gmail.com# Redistribution and use in source and binary forms, with or without
511104Spower.jg@gmail.com# modification, are permitted provided that the following conditions are
611104Spower.jg@gmail.com# met: redistributions of source code must retain the above copyright
711104Spower.jg@gmail.com# notice, this list of conditions and the following disclaimer;
811104Spower.jg@gmail.com# redistributions in binary form must reproduce the above copyright
911104Spower.jg@gmail.com# notice, this list of conditions and the following disclaimer in the
1011104Spower.jg@gmail.com# documentation and/or other materials provided with the distribution;
1111104Spower.jg@gmail.com# neither the name of the copyright holders nor the names of its
1211104Spower.jg@gmail.com# contributors may be used to endorse or promote products derived from
1311104Spower.jg@gmail.com# this software without specific prior written permission.
1411104Spower.jg@gmail.com#
1511104Spower.jg@gmail.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1611104Spower.jg@gmail.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1711104Spower.jg@gmail.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1811104Spower.jg@gmail.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1911104Spower.jg@gmail.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2011104Spower.jg@gmail.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2111104Spower.jg@gmail.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2211104Spower.jg@gmail.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2311104Spower.jg@gmail.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2411104Spower.jg@gmail.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2511104Spower.jg@gmail.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2611104Spower.jg@gmail.com#
2711104Spower.jg@gmail.com# Authors: Ali Saidi
2811104Spower.jg@gmail.com
2911104Spower.jg@gmail.comroot.system.readfile = os.path.join(tests_root, 'halt.sh')
3011104Spower.jg@gmail.com