1d7e7cb9cSYuri Pankov#!/usr/bin/ksh -p
2d7e7cb9cSYuri Pankov#
3d7e7cb9cSYuri Pankov#
4d7e7cb9cSYuri Pankov# This file and its contents are supplied under the terms of the
5d7e7cb9cSYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0.
6d7e7cb9cSYuri Pankov# You may only use this file in accordance with the terms of version
7d7e7cb9cSYuri Pankov# 1.0 of the CDDL.
8d7e7cb9cSYuri Pankov#
9d7e7cb9cSYuri Pankov# A full copy of the text of the CDDL should have accompanied this
10d7e7cb9cSYuri Pankov# source.  A copy of the CDDL is also available via the Internet at
11d7e7cb9cSYuri Pankov# http://www.illumos.org/license/CDDL.
12d7e7cb9cSYuri Pankov#
13d7e7cb9cSYuri Pankov
14d7e7cb9cSYuri Pankov#
15d7e7cb9cSYuri Pankov# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
16d7e7cb9cSYuri Pankov#
17d7e7cb9cSYuri Pankov
18*1d32ba66SJohn Wren Kennedy#
19*1d32ba66SJohn Wren Kennedy# Copyright (c) 2016 by Delphix. All rights reserved.
20*1d32ba66SJohn Wren Kennedy#
21*1d32ba66SJohn Wren Kennedy
22d7e7cb9cSYuri Pankov. $STF_SUITE/include/libtest.shlib
23d7e7cb9cSYuri Pankov
24d7e7cb9cSYuri Pankovverify_runnable "global"
25d7e7cb9cSYuri PankovDISK=${DISKS%% *}
26*1d32ba66SJohn Wren Kennedylog_must zpool create $TESTPOOL $DISK
27d7e7cb9cSYuri Pankovlog_pass
28