- Jul 08, 2016
-
-
Sjoerd Simons authored
Our test should be using the session environment as setup by the system (in lava specifically by run-in-systemd). So remove the hardcoding of DISPLAY (deprecated on wayland targets anyway), XDG_RUNTIME_DIR (setup by the environment in all cases) and DBUS_SESSION_BUS_ADDRESS (should be inferred by XDG_RUNTIME_DIR by all supported dbus libraries) Reviewed-by:
Luis Araujo <luis.araujo@collabora.co.uk> Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3664
-
- Jun 22, 2016
-
-
Luis Araujo authored
As this test is not valid anymore for Wayland images, just move it to be executed in SDK images. Reviewed-by:
Héctor Orón Martínez <hector.oron@collabora.co.uk> Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3377
-
- Mar 07, 2016
-
-
Emilio Pozuelo Monfort authored
Reviewed-by:
Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> Signed-off-by:
Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D2194
-
- Mar 03, 2016
-
-
Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Signed-off-by:
Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D2131
-
This commits adds the package dependency 'telepathy-mission-control-5' for the telepathy-ring test.
-
Because test-sysprof.sh was running sysprof-cli under sudo, the SYSPROF_PID it later tried to kill was sudo, not sysprof-cli. This meant that sysprof-cli was not actually terminated, meaning the test waited on it forever. Fix that by no longer running sysprof-cli under sudo — the whole test must be run as root instead. Add a whoami check for this and re-exec under sudo if not running as root. This works on passwordless sudo systems. Bug: https://bugs.apertis.org/show_bug.cgi?id=558 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D1160
-
Sjoerd Simons authored
-