1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# Copyright 2022 Tintri by DDN, Inc. All rights reserved. 13 14set name=pkg.fmri value=pkg:/system/test/smbsrvtest@$(PKGVERS) 15set name=pkg.summary value="SMB Server Functional Tests" 16set name=pkg.description value="SMB Server Test Suite" 17set name=info.classification \ 18 value=org.opensolaris.category.2008:Development/System 19set name=variant.arch value=$(ARCH) 20dir path=opt/smbsrv-tests 21file path=opt/smbsrv-tests/README mode=0444 22dir path=opt/smbsrv-tests/bin 23file path=opt/smbsrv-tests/bin/run_smbtorture mode=0555 24file path=opt/smbsrv-tests/bin/smbsrvtests mode=0555 25dir path=opt/smbsrv-tests/include 26file path=opt/smbsrv-tests/include/default.cfg mode=0444 27file path=opt/smbsrv-tests/include/smbtor-excl-rpc.txt mode=0444 28file path=opt/smbsrv-tests/include/smbtor-excl-smb2.txt mode=0444 29dir path=opt/smbsrv-tests/tests 30dir path=opt/smbsrv-tests/tests/smb_sid 31file path=opt/smbsrv-tests/tests/smb_sid/large_sids_kern mode=0555 32file path=opt/smbsrv-tests/tests/smb_sid/large_sids_lib mode=0555 33dir path=opt/smbsrv-tests/tests/smbtorture 34file path=opt/smbsrv-tests/tests/smbtorture/runst-rpc mode=0555 35file path=opt/smbsrv-tests/tests/smbtorture/runst-smb2 mode=0555 36license lic_CDDL license=lic_CDDL 37depend type=optional fmri=service/network/samba 38depend type=require fmri=runtime/python$(PYTHON3_PKGVERS) 39