Mark the swsensor tests "expected failure" since the rump world doesn't

seem to handle the SYSCTL_SETUP stuff.  PR kern/55088
This commit is contained in:
pgoyette 2020-03-19 20:10:49 +00:00
parent 0af22a04be
commit 00ff0f5d11

View File

@ -1,4 +1,4 @@
# $NetBSD: t_swsensor.sh,v 1.9 2015/04/23 23:23:28 pgoyette Exp $
# $NetBSD: t_swsensor.sh,v 1.10 2020/03/19 20:10:49 pgoyette Exp $
get_sensor_info() {
rump.envstat -x | \
@ -145,6 +145,7 @@ common_body() {
# Step 3 - verify that changes in sensor value are seen
rump.sysctl -w hw.swsensor.cur_value=$(( $2 + 1 ))
if [ $( get_sensor_key cur-value ) -ne $(( $2 + 1 )) ] ; then
atf_expect_fail "PR kern/55088"
atf_fail "3: Value not updated"
fi