summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2020-08-10 11:45:26 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-08-10 11:45:26 +0000
commit11f7a743c7e9060689d86f78f89fe0e9efe92932 (patch)
tree2d996087149dba6af42e0f57ebb7c83bf10f82d0
parent5a0e9485f9f25f24342e49e2455bc5ecb6e718f6 (diff)
parentb018085dfc5b5d4dc24cf2784f322e76bc3e91c0 (diff)
downloadillumos-joyent-11f7a743c7e9060689d86f78f89fe0e9efe92932.tar.gz
[illumos-gate merge]
commit b018085dfc5b5d4dc24cf2784f322e76bc3e91c0 13014 ksensor tests are a bit environment dependent
-rw-r--r--usr/src/pkg/manifests/system-test-ostest.mf1
-rw-r--r--usr/src/test/os-tests/runfiles/default.run2
2 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-ostest.mf b/usr/src/pkg/manifests/system-test-ostest.mf
index 6ba05e0487..44dd39c58f 100644
--- a/usr/src/pkg/manifests/system-test-ostest.mf
+++ b/usr/src/pkg/manifests/system-test-ostest.mf
@@ -134,4 +134,5 @@ file path=opt/os-tests/tests/writev.64 mode=0555
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
depend fmri=system/io/tests type=require
+depend fmri=system/ksensor type=require
depend fmri=system/test/testrunner type=require
diff --git a/usr/src/test/os-tests/runfiles/default.run b/usr/src/test/os-tests/runfiles/default.run
index aced7e6a25..72158c8bc2 100644
--- a/usr/src/test/os-tests/runfiles/default.run
+++ b/usr/src/test/os-tests/runfiles/default.run
@@ -128,7 +128,9 @@ tests = ['digraph-test']
# The stress test is designed to be run separately.
#
[/opt/os-tests/tests/ksensor]
+pre_user = root
user = root
+post_user = root
pre = ksensor_init
tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
'ksensor_err.64' ]