History log of /netbsd-src/tests/dev/sysmon/t_swsensor.sh (Results 1 – 13 of 13)
Revision Date Author Comments
# 8589c043 05-Dec-2021 msaitoh <msaitoh@NetBSD.org>

s/timout/timeout/


# 8c611a8a 13-Jun-2021 riastradh <riastradh@NetBSD.org>

tests/dev/sysmon: Query bits of data, not bits of entropy.

Fixes PR kern/47661.


# 9c5430b6 21-Mar-2020 pgoyette <pgoyette@NetBSD.org>

These test cases should now succeed, after fixing rump kernel to handle
modules that establish their sysctls via SYSCTL_SETUP()


# 00ff0f5d 19-Mar-2020 pgoyette <pgoyette@NetBSD.org>

Mark the swsensor tests "expected failure" since the rump world doesn't
seem to handle the SYSCTL_SETUP stuff. PR kern/55088


# 7f8653d8 23-Apr-2015 pgoyette <pgoyette@NetBSD.org>

Include better diagnostic info when a required key value cannot be retrieved from envstat -x


# 610137e5 27-Feb-2015 martin <martin@NetBSD.org>

Double the timeout (to 120s) for slower machines


# 1f299de0 14-Apr-2013 martin <martin@NetBSD.org>

The sh api calls it atf_expect_fail, while the c api calls it
atf_tc_expect_fail - this is shell, so fix the names accordingly.
XXX Why do they differ?


# 371c38e8 17-Mar-2013 jmmv <jmmv@NetBSD.org>

These tests are flaky so mark them as expected failures... when they fail.
See PR kern/47661.


# 198966ca 19-Jul-2012 pgoyette <pgoyette@NetBSD.org>

Add new test cases for entropy-providing sensors


# ee1e1b3d 31-Dec-2010 pgoyette <pgoyette@NetBSD.org>

Now that 'rump_server -l stuff' works, use a less heavyweight rump_server
for this test. Thanks, pooka!


# 9231586d 30-Dec-2010 pgoyette <pgoyette@NetBSD.org>

Now that we update the callout timer as soon as it is updated, we no longer
need to have an extended wait for the first powerd event to occur. Revert
that portion of previous commit.


# 0e0fe099 29-Dec-2010 pgoyette <pgoyette@NetBSD.org>

Various cleanup (most from pooka@)
- 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

Various cleanup (most from pooka@)
- 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.)

show more ...


# 2fbd2852 20-Dec-2010 pgoyette <pgoyette@NetBSD.org>

Add a rump-based set of tests for sysmon_envsys(8) + powerd(8) + swsensor(4)