1*dd50e0ccSTony Hutter#!/bin/ksh -p
2*dd50e0ccSTony Hutter#
3*dd50e0ccSTony Hutter# CDDL HEADER START
4*dd50e0ccSTony Hutter#
5*dd50e0ccSTony Hutter# The contents of this file are subject to the terms of the
6*dd50e0ccSTony Hutter# Common Development and Distribution License (the "License").
7*dd50e0ccSTony Hutter# You may not use this file except in compliance with the License.
8*dd50e0ccSTony Hutter#
9*dd50e0ccSTony Hutter# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*dd50e0ccSTony Hutter# or http://www.opensolaris.org/os/licensing.
11*dd50e0ccSTony Hutter# See the License for the specific language governing permissions
12*dd50e0ccSTony Hutter# and limitations under the License.
13*dd50e0ccSTony Hutter#
14*dd50e0ccSTony Hutter# When distributing Covered Code, include this CDDL HEADER in each
15*dd50e0ccSTony Hutter# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*dd50e0ccSTony Hutter# If applicable, add the following below this CDDL HEADER, with the
17*dd50e0ccSTony Hutter# fields enclosed by brackets "[]" replaced with your own identifying
18*dd50e0ccSTony Hutter# information: Portions Copyright [yyyy] [name of copyright owner]
19*dd50e0ccSTony Hutter#
20*dd50e0ccSTony Hutter# CDDL HEADER END
21*dd50e0ccSTony Hutter
22*dd50e0ccSTony Hutter#
23*dd50e0ccSTony Hutter# Copyright (c) 2016, 2017 by Intel Corporation. All rights reserved.
24*dd50e0ccSTony Hutter#
25*dd50e0ccSTony Hutter
26*dd50e0ccSTony Hutter. $STF_SUITE/include/libtest.shlib
27*dd50e0ccSTony Hutter. $STF_SUITE/tests/functional/fault/fault.cfg
28*dd50e0ccSTony Hutter
29*dd50e0ccSTony Hutterverify_runnable "global"
30*dd50e0ccSTony Hutter
31*dd50e0ccSTony Huttercleanup_devices $DISKS
32*dd50e0ccSTony Hutter
33*dd50e0ccSTony Hutterzed_stop
34*dd50e0ccSTony Hutterzed_cleanup resilver_finish-start-scrub.sh
35*dd50e0ccSTony Hutter
36*dd50e0ccSTony Hutterlog_pass
37