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) 2012 by Delphix. All rights reserved. 14*96c8483aSYuri Pankov# 15*96c8483aSYuri Pankov 16*96c8483aSYuri Pankov[DEFAULT] 17*96c8483aSYuri Pankovpre = 18*96c8483aSYuri Pankovverbose = False 19*96c8483aSYuri Pankovquiet = False 20*96c8483aSYuri Pankovtimeout = 60 21*96c8483aSYuri Pankovpost = 22*96c8483aSYuri Pankovoutputdir = /var/tmp/test_results 23*96c8483aSYuri Pankovuser = 24*96c8483aSYuri Pankov 25*96c8483aSYuri Pankov[/opt/smbclient-tests/tests/sharectl] 26*96c8483aSYuri Pankovtests = ['tp_sharectl_001', 'tp_sharectl_002', 'tp_sharectl_003', 27*96c8483aSYuri Pankov 'tp_sharectl_004', 'tp_sharectl_005', 'tp_sharectl_006'] 28*96c8483aSYuri Pankovuser = root 29