1*86714001SSerapheim Dimitropoulos#!/usr/bin/ksh -p
2*86714001SSerapheim Dimitropoulos
3*86714001SSerapheim Dimitropoulos#
4*86714001SSerapheim Dimitropoulos# This file and its contents are supplied under the terms of the
5*86714001SSerapheim Dimitropoulos# Common Development and Distribution License ("CDDL"), version 1.0.
6*86714001SSerapheim Dimitropoulos# You may only use this file in accordance with the terms of version
7*86714001SSerapheim Dimitropoulos# 1.0 of the CDDL.
8*86714001SSerapheim Dimitropoulos#
9*86714001SSerapheim Dimitropoulos# A full copy of the text of the CDDL should have accompanied this
10*86714001SSerapheim Dimitropoulos# source.  A copy of the CDDL is also available via the Internet at
11*86714001SSerapheim Dimitropoulos# http://www.illumos.org/license/CDDL.
12*86714001SSerapheim Dimitropoulos#
13*86714001SSerapheim Dimitropoulos
14*86714001SSerapheim Dimitropoulos#
15*86714001SSerapheim Dimitropoulos# Copyright (c) 2018 by Delphix. All rights reserved.
16*86714001SSerapheim Dimitropoulos#
17*86714001SSerapheim Dimitropoulos
18*86714001SSerapheim Dimitropoulos. $STF_SUITE/tests/functional/pool_checkpoint/pool_checkpoint.kshlib
19*86714001SSerapheim Dimitropoulos
20*86714001SSerapheim Dimitropoulosverify_runnable "global"
21*86714001SSerapheim Dimitropoulos
22*86714001SSerapheim Dimitropoulostest_group_premake_nested_pools
23*86714001SSerapheim Dimitropouloslog_onexit cleanup_nested_pools
24*86714001SSerapheim Dimitropoulos
25*86714001SSerapheim Dimitropouloslog_pass "Successfully saved pool to be reused for tests in the group."
26