# @name RTC stress set get time test
# @desc Set and get the time for lots of times
# @requires rtc 

RTC_L_STRESS_SETGETTIME_0001 source 'common.sh'; do_cmd install_modules.sh 'rtc' ; DEV_NODE=`get_devnode.sh "rtc"` || die "error getting devnode for rtc"; do_cmd rtc_tests -device $DEV_NODE  -ioctltest setgettime -loop 100
