- Mar 03, 2016
-
-
-
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
-
-
-
-
Summary: This fixes a race where thumbnails doesn't exist yet when we are asserting that their filename exists. Differential Revision: https://phabricator.apertis.org/D482
-
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D480
-
-
-
Don’t hard-code the traffic controlled interface to eth0, or the traffic-control-tcdemo test will fail on devices where eth0 is not the main network interface. Bug: https://bugs.apertis.org/show_bug.cgi?id=328 Differential Revision: https://phabricator.apertis.org/D431 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk>
-
When cleaning up, ignore failure to kill tcdemo processes, caused by them already exiting or being killed earlier on. This fixes all test cases after the first one in the traffic-control-tcdemo unit test running. Bug: https://bugs.apertis.org/show_bug.cgi?id=328 Differential Revision: https://phabricator.apertis.org/D430 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.com>
-
On an i.MX6, this test can take around 15 minutes under normal conditions, so any network delays are going to tip it over the edge and cause test failures due to timeouts. Double the timeout to 30 minutes to hopefully avoid this. Bug: https://bugs.apertis.org/show_bug.cgi?id=476 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Reviewed-by:
Luis Araujo <luis.araujo@collabora.com> Differential Revision: https://phabricator.apertis.org/D429
-
If the manual run-tcmmd-test fails because the user replies ‘no’ to any of the questions, it doesn’t clean up its tcmmd process. This causes an immediate failure of the test if it’s run again. Fix that by always cleaning up tcmmd. Differential Revision: https://phabricator.apertis.org/D427 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
There’s a race condition between killing a process and waiting for it to terminate; since this test is run with `set -e`, this can cause the test to fail if the process dies before `wait` is invoked. Fix that by ignoring failure from it. Bug: https://bugs.apertis.org/show_bug.cgi?id=327 Differential Revision: https://phabricator.apertis.org/D426 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
Differential Revision: https://phabricator.apertis.org/D411 Reviewed-by: xclaesse
-
Differential Revision: https://phabricator.apertis.org/D412 Reviewed-by: xclaesse
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D414
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D413
-
-
Differential Revision: https://phabricator.apertis.org/D410 Reviewed-by: xclaesse
-
`lava-test-case --shell` waits for LAVA_ACK from the dispatcher after each of these[1], but run-test-in-systemd does not. This is a point of incompatibility that could potentially cause or exacerbate issues in LAVA's "screen-scraping" on the serial console, such as <https://bugs.apertis.org/show_bug.cgi?id=396>. [1] https://git.linaro.org/lava/lava-dispatcher.git/blob/HEAD:/lava_dispatcher/lava_test_shell/lava-test-case Differential Revision: https://phabricator.apertis.org/D388 Reviewed-by: araujo
-
Summary: "?urn nie:dataSource tracker:extractor-data-source" is a property added by tracker-extract when it adds all metadata. Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D399
-
Summary: Tracker will soon index files from /home/share as well, just ignore them for now. Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D398
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D397
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D396
-
Summary: They are now assert_indexed and assert_not_indexer. This provides more useful backtrace if an error occures. Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D395
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D394
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D393
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D392
-
Summary: This fix failing tests when destination directory does not already exists Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D384
-
Depends on D380, D382. Differential Revision: https://phabricator.apertis.org/D383 Reviewed-by: pwith
-
-
Summary: This is mostly a 1-1 translation. Tests are not smarter than what they were before, to the exception that they don't include sleep() of arbitrary duration everywhere. Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D377
-
-
This is mostly a 1-1 translation. Tests are not smarter than what they were before, to the exception that they don't include sleep() of arbitrary duration everywhere.
-
-