Hi Ricardo, I had a couple of questions about the enablement tests.
1. I was looking at http://validation.linaro.org/lava-server/scheduler/job/12514 and it seems a lot of times they fail the whole test step.  We are trying to change things such that it only really fails the step if the test completely fails to run, but if individual tests fail, it should not cause the whole test run to exit with failed status.  Does that seem sensible to you? Do you see any reason not to do it that way?  LTP is giving us problems here too, but in the case of linaro tests, we should probably try to pick something and be consistent.

2. I noticed a lot of the graphics tests are failing, and looking at the logs, I see that it couldn't find the display:
root@linaro:~#  [rc=0]: su - linaro -c 'DISPLAY=:0 xhost local:'
su - linaro -c 'DISPLAY=:0 xhost local:'
xhost:  unable to open display ":0"

I see that the graphics basic enablement test is running before this, so I think it's maybe leaving the system in an inconsistent state here.  We *could* reorder things, but what might be nicer is if we could do some cleanup after this test.  Would it be sufficient to just do a cleanup at the end with something like:
service lightdm stop
kill_xorg
set_lightdm_session default (we'd need to save this at some point I guess)
service lightdm start


Let me know what you think.

Thanks,
Paul Larson

 at the end