- Mar 09, 2016
-
-
Sjoerd Simons authored
-
- Mar 08, 2016
-
-
Sjoerd Simons authored
Add a symlink in the python 3 system path to maek apertis_tests_lib available to the system. Note that this is a somewhat ugly solution. To solve it properly the build system needs to be a bit revamped to install the python libraries (and really binaries) in the right spots in the system. Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D2201
-
- Mar 04, 2016
-
-
Simon McVittie authored
-
Simon McVittie authored
Leave a symlink behind for compatibility. The test still has a dependency on chaiwala-tests for now, so that it can be run against older versions of apertis-tests. While I'm editing dependencies, add python, since the test runs it explicitly. Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Signed-off-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D2162
-
Sjoerd Simons authored
-
- Mar 03, 2016
-
-
-
We no longer ship chaiwala-btrfs. Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D2158
-
-
-
-
Signed-off-by:
Héctor Orón Martínez <hector.oron@collabora.co.uk>
-
-
Signed-off-by:
Héctor Orón Martínez <hector.oron@collabora.co.uk>
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D545
-
-
Differential Revision: https://phabricator.apertis.org/D495 Reviewed-by: pwith
-
This means we can do them without python3 installed, such as on target images. Bug: https://bugs.apertis.org/show_bug.cgi?id=513 Differential Revision: https://phabricator.apertis.org/D494 Reviewed-by: pwith
-
Differential Revision: ttps://phabricator.apertis.org/D493 Reviewed-by: pwith
-
Previously, we used the installed copy in chaiwala-tests; but we don't actually need that, a source directory is fine. This means we can drop the dependency on chaiwala-tests. This simplifies deployment of a new version of the test on LAVA. We can also drop the dependency on busybox, which we haven't used since moving to run-test-in-systemd. Differential Revision: https://phabricator.apertis.org/D492 Reviewed-by: pwith
-
-
-
-
-
-
Differential Revision: https://phabricator.apertis.org/D410 Reviewed-by: xclaesse
-
-
-
-
-
Otherwise, leftover dbus-test-tool processes from some other test could be still on the bus, causing misleading results. Differential Revision: https://phabricator.apertis.org/D365 Reviewed-by: pwith
-
This syntax change was made when dbus-test-tool was merged upstream. Differential Revision: https://phabricator.apertis.org/D364 Reviewed-by: pwith
-
The way in which we reconfigure the dbus-daemons here has not worked since the bus setup moved to /usr/share/dbus-1/s*.conf in 1.9.18. It is no longer necessary anyway: root has access to Stats by default on the system bus, and users have access to Stats by default on their own session buses. Differential Revision: https://phabricator.apertis.org/D363 Reviewed-by: pwith
-
The method was renamed when this feature was merged upstream. Differential Revision: https://phabricator.apertis.org/D362 Reviewed-by: pwith
-
- verify that every D-Bus system service is a systemd system service (test for T283) - verify that every D-Bus session service is a systemd user service (test for T284; failures are currently marked as expected) - verify that every D-Bus service can be activated successfully (certain failures are currently marked as expected, with bugs opened) - verify that a non-systemd-activated D-Bus service cannot be activated (marked as an expected failure until T282 is completed) Differential Revision: https://phabricator.apertis.org/D361 Reviewed-by: pwith
-
Add compatibility symlinks for dbus-dos-* tests in chaiwala-tests, so that old manual test instructions continue to work. Differential Revision: https://phabricator.apertis.org/D360 Reviewed-by: pwith
-
All tests that source ../../common/common.sh want this directory to exist at ../../resources. Differential Revision: https://phabricator.apertis.org/D359 Reviewed-by: pwith
-
D-Bus is a fairly major piece of Apertis infrastructure, so it seems worth splitting out. Also rename dbus.yaml (the upstream installed-tests) to installed-tests.yaml, in preparation for adding other D-Bus tests. Differential Revision: https://phabricator.apertis.org/D358 Reviewed-by: pwith
-
-
-
Sjoerd Simons authored
-