1c61a1653SRyan Zezeski#
2c61a1653SRyan Zezeski# This file and its contents are supplied under the terms of the
3c61a1653SRyan Zezeski# Common Development and Distribution License ("CDDL"), version 1.0.
4c61a1653SRyan Zezeski# You may only use this file in accordance with the terms of version
5c61a1653SRyan Zezeski# 1.0 of the CDDL.
6c61a1653SRyan Zezeski#
7c61a1653SRyan Zezeski# A full copy of the text of the CDDL should have accompanied this
8c61a1653SRyan Zezeski# source.  A copy of the CDDL is also available via the Internet at
9c61a1653SRyan Zezeski# http://www.illumos.org/license/CDDL.
10c61a1653SRyan Zezeski#
11c61a1653SRyan Zezeski
12c61a1653SRyan Zezeski#
13*44749cf0SAndy Fiddaman# Copyright 2024 Oxide Computer Company
14c61a1653SRyan Zezeski#
15c61a1653SRyan Zezeski
16c61a1653SRyan Zezeskiset name=pkg.fmri value=pkg:/system/test/nettest@$(PKGVERS)
17c61a1653SRyan Zezeskiset name=pkg.summary value="Network Unit Test Suite"
1886d41711SAndy Fiddamanset name=pkg.description value="Miscellaneous Network Unit Tests"
19c61a1653SRyan Zezeskiset name=info.classification \
20c61a1653SRyan Zezeski    value=org.opensolaris.category.2008:Development/System
21c61a1653SRyan Zezeskiset name=variant.arch value=$(ARCH)
2286d41711SAndy Fiddamandir  path=opt/net-tests
2386d41711SAndy Fiddamandir  path=opt/net-tests/bin
24c61a1653SRyan Zezeskifile path=opt/net-tests/bin/nettest mode=0555
2586d41711SAndy Fiddamandir  path=opt/net-tests/config
2686d41711SAndy Fiddamanfile path=opt/net-tests/config/ip_forwarding.config mode=0644 preserve=renamenew
2786d41711SAndy Fiddamandir  path=opt/net-tests/runfiles
28c61a1653SRyan Zezeskifile path=opt/net-tests/runfiles/default.run mode=0444
2986d41711SAndy Fiddamandir  path=opt/net-tests/tests
3086d41711SAndy Fiddamandir  path=opt/net-tests/tests/forwarding
31c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/README mode=0444
32c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_forwarding mode=0555
33c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_001 mode=0555
34c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_002 mode=0555
35c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_003 mode=0555
36c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_004 mode=0555
37c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_005 mode=0555
38c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_006 mode=0555
39c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_007 mode=0555
40c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_008 mode=0555
41c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_009 mode=0555
42c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_010 mode=0555
43c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_011 mode=0555
44c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_012 mode=0555
45c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_013 mode=0555
46c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_014 mode=0555
47c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_015 mode=0555
48c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_016 mode=0555
49c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_017 mode=0555
50c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_018 mode=0555
51c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_019 mode=0555
52c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_020 mode=0555
53c61a1653SRyan Zezeskifile path=opt/net-tests/tests/forwarding/ip_fwd_suite mode=0555
54*44749cf0SAndy Fiddamandir  path=opt/net-tests/tests/ipv6
55*44749cf0SAndy Fiddamanfile path=opt/net-tests/tests/ipv6/link-local mode=0555
56c61a1653SRyan Zezeskifile path=opt/net-tests/tests/net_common mode=0555
57c61a1653SRyan Zezeskilicense lic_CDDL license=lic_CDDL
5886d41711SAndy Fiddamandepend type=require fmri=system/test/testrunner
59