tests/eas/preliminary: Make TestSchedutilTunables mainline-friendly
Created by: bjackman
I wrote with a version of schedutil in mind that was hacked by the EAS project to have two separate rate limiting tunables, up_rate_limit_us and down_rate_limit_us. I forgot that the mainline version only has rate_limit_us.
Just check each tunable that endswith
rate_limit_us to make this
generic across schedutil versions.