- 20 Feb, 2020 1 commit
-
-
Thomas Mahe authored
-
- 04 Feb, 2020 1 commit
-
-
Stevan Radakovic authored
Support running services like tftpd and nfs-server on different locations. Also this will allow using different ports on the same host for these services.
-
- 16 Jan, 2020 2 commits
-
-
Antonio Terceiro authored
This helps with not cluterring the docker host too much with a lot of old one-off containers.
-
Antonio Terceiro authored
--volume does not work with paths that contain colons (:), because the colon is supposed to separate source and destination. --mount uses a comma (,) as separator, so paths cannot contain a comma. I expect commas to be less common than colons, which are already in use at some jobs that use fastbot, such as in "partition:0" as a partition name.
-
- 09 Jan, 2020 2 commits
-
-
Antonio Terceiro authored
Closes #305
-
Antonio Terceiro authored
This will allow to override it with other methods of calling fastboot (e.g. docker)
-
- 18 Dec, 2019 3 commits
-
-
Antonio Terceiro authored
-
Antonio Terceiro authored
-
Rémi Duraffort authored
The later was already a copy. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 20 Nov, 2019 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 25 Oct, 2019 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 11 Mar, 2019 1 commit
-
-
Rémi Duraffort authored
Also activate another class of warnings (elif). Closes #237 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 25 Feb, 2019 1 commit
-
-
Luis Machado authored
Create a health check job specific to the qcs404-evb-1k. Fix a typo in lava_dispatcher/tests/test_fastboot.py. Signed-off-by:
Luis Machado <luis.machado@linaro.org>
-
- 22 Feb, 2019 1 commit
-
-
Luis Machado authored
Add Qualcomm's qcs404-1k device-type. Add Qualcomm's qcs404-4k device-type. Add unit tests to test_fastboot.py Signed-off-by:
Luis Machado <luis.machado@linaro.org> Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
- 12 Dec, 2018 1 commit
-
-
Rémi Duraffort authored
Most test directories are called "tests" while two where called "test". Keep only the first form. Also fix coverage computation as lava_dispatcher.actions.test was not computed. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 26 Nov, 2018 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org> Reviewed-by:
Neil Williams <neil.williams@linaro.org> Tested-by: _Marge_Bot <https://git.lavasoftware.org/lava/lava/merge_requests/236>
-
- 08 Nov, 2018 1 commit
-
-
Neil Williams authored
Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
- 11 Oct, 2018 1 commit
-
-
Neil Williams authored
Closes: #120 - after data from LKFT, adjust the timeout exception for fastboot-flash-action to indicate an InfrastructureError as this is more common than the original JobError. Fix indirect import. Check for the timeout_exception in the unit test. Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
- 10 Oct, 2018 1 commit
-
-
Neil Williams authored
action.py imports JobError from lava_common.exceptions so any file importing from action can import JobError from action too. This leads to fragility and unexpected side-effects should action no longer need that import. Signed-off-by:
Neil Williams <neil.williams@linaro.org>
-
- 27 Jul, 2018 1 commit
-
-
Neil Williams authored
The iMX8M evk is NXPs new aarch 64 SoC which supports 4k, HDR10 and is supported under the NXP 10 and 15-year Longevity Program. Ensure that the hard_reset command also resets the USB C connection using the Cambrionix hub. Add support for fastboot deployment without changing the bootloader. Add support for TFTP deployment using U-Boot. Change-Id: I3c28c02a69e91f0f8812cd0f5cb416524c6da047
-
- 17 Jul, 2018 1 commit
-
-
Rémi Duraffort authored
Make this an helper function, called when needed as this is only used by Android jobs. Change-Id: I10584f5f37d4edee5b6a8354bbcd5f393d3b4410
-
- 11 Jul, 2018 1 commit
-
-
Rémi Duraffort authored
Change-Id: I9d61efc457fb5e49ac1b3ad56acaa1b453b9cc4a
-
- 23 May, 2018 1 commit
-
-
Senthil Kumaran S authored
Change-Id: Ibf324f4969717334584bf2881561548bb80df86e
-
- 15 May, 2018 1 commit
-
-
Senthil Kumaran S authored
auto-login, shell-session, export-env are some actions that are added to the pipeline based on availability of prompts, tests, etc. which depends on the job definition. Hence, adding a fixed fastboot sequence to the device dictionary is not the right thing to do. Change-Id: I44276a73c00b910af967d5056d956ec6ae9637f7
-
- 14 May, 2018 1 commit
-
-
Neil Williams authored
LAVA-1319 - Remove static YAML files and replace with device configuration generated from current Jinja2 templates. Change-Id: I2a078a6aa00d8385780515167630aa3d526f7fa8
-
- 03 May, 2018 1 commit
-
-
Neil Williams authored
Change-Id: I5d73d32568e19af6df83765f60428792528eb30e
-
- 26 Apr, 2018 1 commit
-
-
Senthil Kumaran S authored
* Introduce a new connection - adb * Run commands based on LXC protocol availability - either inside the container using lxc-attach or directly on the dispatcher host * Add support (action) to unpack overlay using adb * Fix harcoded AutoLoginAction, ExpectShellSession, ExportDeviceEnvironment in fastboot boot pipeline and rely on fastboot sequence * Add adb connection to base fastboot and other device dictionaries * Fix fastboot sequence on devices * Add and fix unit tests Change-Id: I278ae6ebd1b93d29d0093a0999cd5a612fb132ff
-
- 25 Apr, 2018 2 commits
-
-
Neil Williams authored
The device configuration is now for updated firmware and there is no UEFI interaction, so update the unit test. Remove one docstring which was confusing the functional unit test parser. Replace the static_info to allow the lxc test to pass. Change-Id: I70282af6814ee392f28caea75ca7dc4f616f3b97
-
Rémi Duraffort authored
Change-Id: I8bc55876f82817533dfef42128aefea15c904311
-
- 28 Mar, 2018 1 commit
-
-
Rémi Duraffort authored
Setting self.error will raise a JobError while an InfrastructureError is needed here. Change-Id: I233dcb1e28aaa6f75fa2c263fc0a9596ce33710d
-
- 09 Mar, 2018 1 commit
-
-
Rémi Duraffort authored
Change-Id: Idba86d73b761f9533d1a5ff16336bf3809480886
-
- 21 Feb, 2018 1 commit
-
-
Rémi Duraffort authored
Change-Id: I5d39d205e92f43c087bdef3ac966723179c83110
-
- 08 Feb, 2018 1 commit
-
-
Neil Williams authored
The sample_jobs do not need to actually function, just use representative files with permanent locations. Change-Id: Ic73c3f38ab0f1405fb9de0efc14b0b2fbb9ff741
-
- 05 Feb, 2018 1 commit
-
-
Neil Williams authored
Change-Id: I3978768403c91952ab62ad1a0347bd5c7e798615
-
- 26 Jan, 2018 1 commit
-
-
Neil Williams authored
Change-Id: Ib93d7699e3da07e1904fb90c0270ab2ec659f1e5
-
- 11 Dec, 2017 1 commit
-
-
Aníbal Limón authored
According to flashall script in rescue tarball [1], the cdt is flashed after aboot image. [1] http://builds.96boards.org/releases/dragonboard410c/linaro/rescue/17.09/dragonboard410c_bootloader_emmc_linux-88.zip Change-Id: I33a8a8abe6afe16cb284d7853d4ba2187ee8389a Signed-off-by:
Aníbal Limón <anibal.limon@linaro.org>
-
- 30 Nov, 2017 1 commit
-
-
Senthil Kumaran S authored
Add unit test to spot flash commands mismatch. Change-Id: Ic26000477757144e071f050b6a91937476641778
-
- 16 Nov, 2017 1 commit
-
-
Neil Williams authored
Devices can only be added to the LXC after running lxc-start, so move the static devices action to a boot method, after LxcStartAction. Fix handling of device_info and static_info so that if a device_info is passed to the function, that overrides the one from the job which is the dynamic info. Change-Id: I3649df7439de7a65cbe45e70748cc6ddf1038e9c
-
- 14 Nov, 2017 1 commit
-
-
Neil Williams authored
Create support for a static_info dictionary in the device configuration which defines unique identifiers which can be used to add pre-existing devices to the LXC at the start of the job. Change-Id: Id89693097785b326e4b9457347a46cae70d9aa26
-
- 25 Oct, 2017 1 commit
-
-
Rémi Duraffort authored
Change-Id: I098edd9edfeb968b303eaedc6afb6654e43b4b98
-