Revert "igt: s/basic/sanitycheck/ on prior smoketesting"

This reverts commit 4f5efc5c844f6fe69209982463f9220f8f3951ed.

There was a bit a misunderstanding on IRC between Chris&me. We want
basic tests as sanity test to be run in the BAT CI. It's just unfortunate
that right now we have fairly limited ability to absorb new ones, both
because of a pile of existing bugs in the kernel and because the CI
infrastructure is still being scaled out.

The idea was just to remove the BAT tests added yesterday, not all of
the ones we've had for a while longer.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Grumpily-acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2015-12-10 12:29:14 +01:00
parent 4f5efc5c84
commit 6672da5e8f
6 changed files with 6 additions and 6 deletions

View File

@ -249,7 +249,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL); fd = drm_open_driver(DRIVER_INTEL);
} }
igt_subtest("sanitycheck") { igt_subtest("basic") {
run_test (fd, 10); run_test (fd, 10);
} }

View File

@ -225,7 +225,7 @@ int main(int argc, char **argv)
fd = drm_open_driver(DRIVER_INTEL); fd = drm_open_driver(DRIVER_INTEL);
} }
igt_subtest("sanitytcheck") igt_subtest("basic")
run_test(fd, 2); run_test(fd, 2);
igt_subtest("normal") { igt_subtest("normal") {

View File

@ -190,7 +190,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL); fd = drm_open_driver(DRIVER_INTEL);
} }
igt_subtest("sanitycheck") { igt_subtest("basic") {
run_test(fd, 2); run_test(fd, 2);
} }

View File

@ -203,7 +203,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL); fd = drm_open_driver(DRIVER_INTEL);
} }
igt_subtest("sanitycheck") { igt_subtest("basic") {
run_test(fd, 2); run_test(fd, 2);
} }

View File

@ -207,7 +207,7 @@ int main(int argc, char **argv)
batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd)); batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd));
} }
igt_subtest("sanitycheck") igt_subtest("basic")
run_test(2); run_test(2);
igt_subtest("normal") { igt_subtest("normal") {

View File

@ -168,7 +168,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL); fd = drm_open_driver(DRIVER_INTEL);
} }
igt_subtest("sanitycheck") { igt_subtest("basic") {
run_test (fd, 2); run_test (fd, 2);
} }