xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/setup.ksh (revision 9e3493cb8a0cfe96c9aef9b7da42c6c9b5c24b43)
1*9e3493cbSJason King#!/bin/ksh -p
2*9e3493cbSJason King#
3*9e3493cbSJason King# CDDL HEADER START
4*9e3493cbSJason King#
5*9e3493cbSJason King# This file and its contents are supplied under the terms of the
6*9e3493cbSJason King# Common Development and Distribution License ("CDDL"), version 1.0.
7*9e3493cbSJason King# You may only use this file in accordance with the terms of version
8*9e3493cbSJason King# 1.0 of the CDDL.
9*9e3493cbSJason King#
10*9e3493cbSJason King# A full copy of the text of the CDDL should have accompanied this
11*9e3493cbSJason King# source.  A copy of the CDDL is also available via the Internet at
12*9e3493cbSJason King# http://www.illumos.org/license/CDDL.
13*9e3493cbSJason King#
14*9e3493cbSJason King# CDDL HEADER END
15*9e3493cbSJason King#
16*9e3493cbSJason King
17*9e3493cbSJason King#
18*9e3493cbSJason King# Copyright (c) 2020, George Amanakis. All rights reserved.
19*9e3493cbSJason King#
20*9e3493cbSJason King
21*9e3493cbSJason King. $STF_SUITE/tests/functional/l2arc/l2arc.cfg
22*9e3493cbSJason King
23*9e3493cbSJason Kingverify_runnable "global"
24*9e3493cbSJason King
25*9e3493cbSJason Kinglog_must rm -rf $VDIR
26*9e3493cbSJason Kinglog_must mkdir -p $VDIR
27*9e3493cbSJason Kinglog_must mkfile $SIZE $VDEV
28*9e3493cbSJason King
29*9e3493cbSJason Kinglog_pass
30