diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-test-nettest.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-test-nettest.mf | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/usr/src/pkg/manifests/system-test-nettest.mf b/usr/src/pkg/manifests/system-test-nettest.mf index acc4cab0c6..0d938e4fd3 100644 --- a/usr/src/pkg/manifests/system-test-nettest.mf +++ b/usr/src/pkg/manifests/system-test-nettest.mf @@ -11,11 +11,12 @@ # # Copyright 2019 Joyent, Inc. +# Copyright 2020 Oxide Computer Company # set name=pkg.fmri value=pkg:/system/test/nettest@$(PKGVERS) -set name=pkg.description value="net-tests" -set name=pkg.summary value="net-tests execution" +set name=pkg.description value="Miscellaneous Network Unit Tests" +set name=pkg.summary value="Network Unit Test Suite" set name=info.classification \ value=org.opensolaris.category.2008:Development/System set name=variant.arch value=$(ARCH) @@ -26,8 +27,10 @@ dir path=opt/net-tests/runfiles dir path=opt/net-tests/tests dir path=opt/net-tests/tests/forwarding file path=opt/net-tests/bin/nettest mode=0555 -file path=opt/net-tests/config/ip_forwarding.config -file path=opt/net-tests/runfiles/default.run +file path=opt/net-tests/config/ip_forwarding.config mode=0644 \ + preserve=renamenew +file path=opt/net-tests/runfiles/default.run mode=0444 +file path=opt/net-tests/tests/forwarding/README mode=0444 file path=opt/net-tests/tests/forwarding/ip_forwarding mode=0555 file path=opt/net-tests/tests/forwarding/ip_fwd_001 mode=0555 file path=opt/net-tests/tests/forwarding/ip_fwd_002 mode=0555 @@ -50,5 +53,6 @@ file path=opt/net-tests/tests/forwarding/ip_fwd_018 mode=0555 file path=opt/net-tests/tests/forwarding/ip_fwd_019 mode=0555 file path=opt/net-tests/tests/forwarding/ip_fwd_020 mode=0555 file path=opt/net-tests/tests/forwarding/ip_fwd_suite mode=0555 -file path=opt/net-tests/tests/forwarding/README -file path=opt/net-tests/tests/net_common +file path=opt/net-tests/tests/net_common mode=0555 +license lic_CDDL license=lic_CDDL +depend fmri=system/test/testrunner type=require |