/libexec/hpropd/

n?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tests/dev/sysmon
AgeCommit message (Collapse)Author
2021-12-05s/timout/timeout/msaitoh
2021-06-13tests/dev/sysmon: Query bits of data, not bits of entropy.riastradh
Fixes PR kern/47661.
2020-03-21These test cases should now succeed, after fixing rump kernel to handlepgoyette
modules that establish their sysctls via SYSCTL_SETUP()
2020-03-19Mark the swsensor tests "expected failure" since the rump world doesn'tpgoyette
seem to handle the SYSCTL_SETUP stuff. PR kern/55088
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
Minor fixes.
2016-01-23Define _KERNTYPES for things that need it.christos
2015-04-23Include better diagnostic info when a required key value cannot be retrieved ↵pgoyette
from envstat -x
2015-04-23When exiting, provide a reason.pgoyette
2015-02-27Double the timeout (to 120s) for slower machinesmartin
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
so we also need -lrump after -lrumpuser. Fixes build for sun2.
2013-04-14The sh api calls it atf_expect_fail, while the c api calls itmartin
atf_tc_expect_fail - this is shell, so fix the names accordingly. XXX Why do they differ?
2013-03-17These tests are flaky so mark them as expected failures... when they fail.jmmv
See PR kern/47661.
2012-07-19Add new test cases for entropy-providing sensorspgoyette
2011-06-26need signal.h for kill()christos
this is why it was wrong for rump_syscalls.h to include this.
2010-12-31Now that 'rump_server -l stuff' works, use a less heavyweight rump_serverpgoyette
for this test. Thanks, pooka!
2010-12-30Now that we update the callout timer as soon as it is updated, we no longerpgoyette
need to have an extended wait for the first powerd event to occur. Revert that portion of previous commit.
2010-12-29Various cleanup (most from pooka@)pgoyette
- Does not require root access on the host, only in the rump environment (which it gets by default) - Manual clean-up of powerd process and rump-server socket is not necessary - happens automatically - Don't use a global, absolute path for the rump-server socket For alarm_sensor, make sure events are still delivered after 'envstat -S' (the cur_value was deliberately left at an alarm level and should not be affected by the reset). No longer need to skip the alarm_sensor and limit_sensor tests, since pooka fixed passing of proplist to built-in modules. Increase wait time for first powerd event report. (This should not be needed, so there's probably a bug somewhere, but the increased timeout lets us validate the rest of the sensor functionality.)
2010-12-20Add a rump-based set of tests for sysmon_envsys(8) + powerd(8) + swsensor(4)pgoyette
2010-10-24Due to timing discrepancies desribed in PR kern/43997, tickle thepgoyette
watchdog just a little bit sooner. This maintains the spirit of the test while avoiding the actual bug. This can be reverted once (if) the PR is fixed.
2010-10-24Add a third test-case to verify that disarming of the watchdog works.pgoyette
2010-08-30Make tcount volatile since a signal handler plays with it.pooka
2010-08-06Add test cases to check that sysmon/swwdog will panic and rebootpooka
the kernel if left untickled. Thanks to jmmv for the tip that doing this is possible in atf via means of fork/wait.