17a7741afSMartin Matuska#!/bin/ksh -p 2*61145dc2SMartin Matuska# SPDX-License-Identifier: CDDL-1.0 37a7741afSMartin Matuska# 47a7741afSMartin Matuska# CDDL HEADER START 57a7741afSMartin Matuska# 67a7741afSMartin Matuska# The contents of this file are subject to the terms of the 77a7741afSMartin Matuska# Common Development and Distribution License (the "License"). 87a7741afSMartin Matuska# You may not use this file except in compliance with the License. 97a7741afSMartin Matuska# 107a7741afSMartin Matuska# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 117a7741afSMartin Matuska# or http://www.opensolaris.org/os/licensing. 127a7741afSMartin Matuska# See the License for the specific language governing permissions 137a7741afSMartin Matuska# and limitations under the License. 147a7741afSMartin Matuska# 157a7741afSMartin Matuska# When distributing Covered Code, include this CDDL HEADER in each 167a7741afSMartin Matuska# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 177a7741afSMartin Matuska# If applicable, add the following below this CDDL HEADER, with the 187a7741afSMartin Matuska# fields enclosed by brackets "[]" replaced with your own identifying 197a7741afSMartin Matuska# information: Portions Copyright [yyyy] [name of copyright owner] 207a7741afSMartin Matuska# 217a7741afSMartin Matuska# CDDL HEADER END 227a7741afSMartin Matuska# 237a7741afSMartin Matuska 247a7741afSMartin Matuska# 257a7741afSMartin Matuska# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 267a7741afSMartin Matuska# Use is subject to license terms. 277a7741afSMartin Matuska# 287a7741afSMartin Matuska 297a7741afSMartin Matuska# 307a7741afSMartin Matuska# Copyright (c) 2021 by Nutanix. All rights reserved. 317a7741afSMartin Matuska# 327a7741afSMartin Matuska 337a7741afSMartin Matuska. $STF_SUITE/include/libtest.shlib 347a7741afSMartin Matuska 357a7741afSMartin MatuskaDISK=${DISKS%% *} 367a7741afSMartin Matuskadefault_setup $DISK 37