tests/pm_pc8: add modeset-lpsp-stress

It's the only one we were missing form the possible combinations.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
Paulo Zanoni 2013-11-08 17:09:43 -02:00
parent 1bcae02e5c
commit 0fbb834646

View File

@ -809,6 +809,8 @@ int main(int argc, char *argv[])
i2c_subtest(); i2c_subtest();
igt_subtest("stress-test") igt_subtest("stress-test")
stress_test(); stress_test();
igt_subtest("modeset-lpsp-stress")
modeset_subtest(SCREEN_TYPE_LPSP, 50, WAIT);
igt_subtest("modeset-non-lpsp-stress") igt_subtest("modeset-non-lpsp-stress")
modeset_subtest(SCREEN_TYPE_NON_LPSP, 50, WAIT); modeset_subtest(SCREEN_TYPE_NON_LPSP, 50, WAIT);
igt_subtest("modeset-lpsp-stress-no-wait") igt_subtest("modeset-lpsp-stress-no-wait")