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#
13# Copyright 2020 Oxide Computer Company
14#
15
16set name=pkg.fmri value=pkg:/system/test/nettest@$(PKGVERS)
17set name=pkg.summary value="Network Unit Test Suite"
18set name=pkg.description value="Miscellaneous Network Unit Tests"
19set name=info.classification \
20    value=org.opensolaris.category.2008:Development/System
21set name=variant.arch value=$(ARCH)
22dir  path=opt/net-tests
23dir  path=opt/net-tests/bin
24file path=opt/net-tests/bin/nettest mode=0555
25dir  path=opt/net-tests/config
26file path=opt/net-tests/config/ip_forwarding.config mode=0644 preserve=renamenew
27dir  path=opt/net-tests/runfiles
28file path=opt/net-tests/runfiles/default.run mode=0444
29dir  path=opt/net-tests/tests
30dir  path=opt/net-tests/tests/forwarding
31file path=opt/net-tests/tests/forwarding/README mode=0444
32file path=opt/net-tests/tests/forwarding/ip_forwarding mode=0555
33file path=opt/net-tests/tests/forwarding/ip_fwd_001 mode=0555
34file path=opt/net-tests/tests/forwarding/ip_fwd_002 mode=0555
35file path=opt/net-tests/tests/forwarding/ip_fwd_003 mode=0555
36file path=opt/net-tests/tests/forwarding/ip_fwd_004 mode=0555
37file path=opt/net-tests/tests/forwarding/ip_fwd_005 mode=0555
38file path=opt/net-tests/tests/forwarding/ip_fwd_006 mode=0555
39file path=opt/net-tests/tests/forwarding/ip_fwd_007 mode=0555
40file path=opt/net-tests/tests/forwarding/ip_fwd_008 mode=0555
41file path=opt/net-tests/tests/forwarding/ip_fwd_009 mode=0555
42file path=opt/net-tests/tests/forwarding/ip_fwd_010 mode=0555
43file path=opt/net-tests/tests/forwarding/ip_fwd_011 mode=0555
44file path=opt/net-tests/tests/forwarding/ip_fwd_012 mode=0555
45file path=opt/net-tests/tests/forwarding/ip_fwd_013 mode=0555
46file path=opt/net-tests/tests/forwarding/ip_fwd_014 mode=0555
47file path=opt/net-tests/tests/forwarding/ip_fwd_015 mode=0555
48file path=opt/net-tests/tests/forwarding/ip_fwd_016 mode=0555
49file path=opt/net-tests/tests/forwarding/ip_fwd_017 mode=0555
50file path=opt/net-tests/tests/forwarding/ip_fwd_018 mode=0555
51file path=opt/net-tests/tests/forwarding/ip_fwd_019 mode=0555
52file path=opt/net-tests/tests/forwarding/ip_fwd_020 mode=0555
53file path=opt/net-tests/tests/forwarding/ip_fwd_suite mode=0555
54file path=opt/net-tests/tests/net_common mode=0555
55license lic_CDDL license=lic_CDDL
56depend type=require fmri=system/test/testrunner
57