test/amdgpu: disable bo eviction test by default
authorChunming Zhou <david1.zhou@amd.com>
Thu, 1 Mar 2018 10:04:07 +0000 (18:04 +0800)
committerChunming Zhou <david1.zhou@amd.com>
Fri, 2 Mar 2018 02:32:22 +0000 (10:32 +0800)
commit1f6a85cc3773025940005e443f9bddcbf1795c27
tree470fa9656033db3d4c29f9ae27e4e1374680c2ed
parentbca585b02f09e27d7adef8375630515711bd4802
test/amdgpu: disable bo eviction test by default

if some system has no swap space and memory is less, than the test
could fail.
And bo eviction test takes much more time in some system, which effects
automation test result and efficiency.
So disable it by default now, only be used by developer manually.

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
tests/amdgpu/amdgpu_test.c