1*eda14cbcSMatt Macy# 2*eda14cbcSMatt Macy# This file and its contents are supplied under the terms of the 3*eda14cbcSMatt Macy# Common Development and Distribution License ("CDDL"), version 1.0. 4*eda14cbcSMatt Macy# You may only use this file in accordance with the terms of version 5*eda14cbcSMatt Macy# 1.0 of the CDDL. 6*eda14cbcSMatt Macy# 7*eda14cbcSMatt Macy# A full copy of the text of the CDDL should have accompanied this 8*eda14cbcSMatt Macy# source. A copy of the CDDL is also available via the Internet at 9*eda14cbcSMatt Macy# http://www.illumos.org/license/CDDL. 10*eda14cbcSMatt Macy# 11*eda14cbcSMatt Macy 12*eda14cbcSMatt Macy# 13*eda14cbcSMatt Macy# Copyright (c) 2015, 2016 by Delphix. All rights reserved. 14*eda14cbcSMatt Macy# 15*eda14cbcSMatt Macy 16*eda14cbcSMatt Macy[DEFAULT] 17*eda14cbcSMatt Macypre = setup 18*eda14cbcSMatt Macyquiet = False 19*eda14cbcSMatt Macypre_user = root 20*eda14cbcSMatt Macyuser = root 21*eda14cbcSMatt Macytimeout = 0 22*eda14cbcSMatt Macypost_user = root 23*eda14cbcSMatt Macypost = cleanup 24*eda14cbcSMatt Macyoutputdir = /var/tmp/test_results 25*eda14cbcSMatt Macytags = ['perf'] 26*eda14cbcSMatt Macy 27*eda14cbcSMatt Macy[tests/perf/regression] 28*eda14cbcSMatt Macytests = ['sequential_writes', 'sequential_reads', 'sequential_reads_arc_cached', 29*eda14cbcSMatt Macy 'sequential_reads_arc_cached_clone', 'sequential_reads_dbuf_cached', 30*eda14cbcSMatt Macy 'random_reads', 'random_writes', 'random_readwrite', 'random_writes_zil', 31*eda14cbcSMatt Macy 'random_readwrite_fixed'] 32*eda14cbcSMatt Macypost = 33*eda14cbcSMatt Macytags = ['perf', 'regression'] 34