1*96c8483aSYuri Pankov# 2*96c8483aSYuri Pankov# This file and its contents are supplied under the terms of the 3*96c8483aSYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0. 4*96c8483aSYuri Pankov# You may only use this file in accordance with the terms of version 5*96c8483aSYuri Pankov# 1.0 of the CDDL. 6*96c8483aSYuri Pankov# 7*96c8483aSYuri Pankov# A full copy of the text of the CDDL should have accompanied this 8*96c8483aSYuri Pankov# source. A copy of the CDDL is also available via the Internet at 9*96c8483aSYuri Pankov# http://www.illumos.org/license/CDDL. 10*96c8483aSYuri Pankov# 11*96c8483aSYuri Pankov 12*96c8483aSYuri Pankov# 13*96c8483aSYuri Pankov# Copyright (c) 2015, 2016 by Delphix. All rights reserved. 14*96c8483aSYuri Pankov# 15*96c8483aSYuri Pankov 16*96c8483aSYuri Pankov[DEFAULT] 17*96c8483aSYuri Pankovpre = setup 18*96c8483aSYuri Pankovquiet = False 19*96c8483aSYuri Pankovpre_user = root 20*96c8483aSYuri Pankovtimeout = 0 21*96c8483aSYuri Pankovpost = cleanup 22*96c8483aSYuri Pankovoutputdir = /var/tmp/test_results 23*96c8483aSYuri Pankov 24*96c8483aSYuri Pankov[/opt/smbclient-tests/tests/performance/filebench] 25*96c8483aSYuri Pankovtests = ['tp_filebench_001', 'tp_filebench_002', 'tp_filebench_003', 26*96c8483aSYuri Pankov 'tp_filebench_004', 'tp_filebench_005'] 27