summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/system-test-nettest.mf
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/pkg/manifests/system-test-nettest.mf
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/pkg/manifests/system-test-nettest.mf')
-rw-r--r--usr/src/pkg/manifests/system-test-nettest.mf16
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