support/testing: add test for xserver/Mesa OpenGL/glxinfo
authorRomain Naour <romain.naour@gmail.com>
Thu, 11 Apr 2019 15:58:04 +0000 (17:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 11 Apr 2019 16:23:40 +0000 (18:23 +0200)
commitec68531774eeec36725bc4022df4b7cb9cfe8338
tree6574be446b114b496f28c6a3cf0dd325facceb56
parentb5e19d07d88ddce930b5ebfc1fb80b1c7878cdfd
support/testing: add test for xserver/Mesa OpenGL/glxinfo

This test allow to check if the xserver with GLX is working properly.
This is a basic test but it allow to trigger the current bug reported
by [1].

To test if the glxinfo test is working, you can change "-display :0" by
"-display :1" in the glxinfo command line.

[1] https://bugs.buildroot.org/show_bug.cgi?id=11591

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Youssef Harmouch <youssef.harmouch@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
.gitlab-ci.yml
support/testing/tests/package/test_glxinfo.py [new file with mode: 0644]