This project is mirrored from https://git.lavasoftware.org/lava/lava.git.
Updated .
- 22 Feb, 2018 1 commit
-
-
Neil Williams authored
Change-Id: I4d6ae157f162ab85ff120a52dd823395c56436b7
-
- 20 Feb, 2018 2 commits
-
-
Rémi Duraffort authored
This also fix the name when calling parent __init__ function. Change-Id: I302c3920eed9ef51232e22d75d555f0d34abf510 (cherry picked from commit 377e6704)
- 08 Feb, 2018 3 commits
-
-
Neil Williams authored
Change-Id: I
-
Neil Williams authored
Change-Id: I396ba4db5fac6815fb60b486de64159fb9a80ce2
-
Neil Williams authored
The sample_jobs do not need to actually function, just use representative files with permanent locations. Change-Id: Ic73c3f38ab0f1405fb9de0efc14b0b2fbb9ff741
-
- 07 Feb, 2018 2 commits
-
-
Neil Williams authored
Juno recovery image deployment cannot support any kind of deployment_data. Declare this support so that the second UART connection_namespace parameters check can be omitted. Add a juno uboot unit test and update the device configuration to reflect current juno templates. Drop unused sample_job. Change-Id: I089cbdd80191a84bc2e9dbfbdf3ea782734a5db7
-
Rémi Duraffort authored
Revert c14682f7 as stretch is now required for new lava versions. Change-Id: I6d673d47d7933ca64bea5f30d30f6dca52a898da
-
- 06 Feb, 2018 2 commits
-
-
Neil Williams authored
Fix 4d4458 to remove the spurious overwriting of the prompts. The X15 does not need this change and it breaks hikey 960 (and hikey 620 with the new firmware). Change-Id: I5505602c9ed41cd7c40bd215b3c4880dea313b68
-
Rémi Duraffort authored
The test was always passing. Change-Id: I2ea2144a0d4ef1f6bfaeee07901e4dffc736469c
-
- 05 Feb, 2018 2 commits
-
-
Senthil Kumaran S authored
Set of scripts to mock LXC commands used within LAVA. Change-Id: I40f300dcdd471cd63f811d739a8d1063f4226f19
-
Neil Williams authored
Change-Id: I3978768403c91952ab62ad1a0347bd5c7e798615
-
- 02 Feb, 2018 2 commits
-
-
Senthil Kumaran S authored
* Add LxcSession connection that will support disconnect and finalise * Disconnect LxcSession connections using an 'exit' * Close raw_connection that cannot be killed Change-Id: I9d7df6e82f19cb91c9cabba2cae8dccd3336d500
-
stevanradakovic authored
In a job with multiple boot + test sections and using transfer_overlay, the second test job fails because the test overlay has been removed. The overlay tarball should not be moved but rather copied so it can be reused. Change-Id: I2ec91104d074a5609ac105bf3866e0239bbaa214
-
- 01 Feb, 2018 3 commits
-
-
Aníbal Limón authored
When trying to install a package that requires user configuration (ex. keyboard-configuration) it will wait until a user input causing a timeout. Change-Id: Ida62487144f3796856229789313d441ce7f944e3 Signed-off-by:
Aníbal Limón <anibal.limon@linaro.org>
-
Neil Williams authored
Ensure that the connection-namespace parameters are available when booting the second UART and mark this as a login which does not expect to see kernel boot messages. Allow transfer_overlay to be used on the primary UART. Change-Id: Ie35f2d699689b72c015ea476a6a3fa4c7818a32f
-
Senthil Kumaran S authored
The actual udev rules file is created inside job's temporary directory and symlinked to udev rules.d. Change-Id: Ifd5fe2c024f1b6cf026fe6bb17139e2d2d90cb76
-
- 31 Jan, 2018 1 commit
-
-
stevanradakovic authored
Create a folder repos/git-url/dir and clone the repo there. Soft link the test repo dir to it. For each test we check if the repo dir exists first, then reuse it by linking ongoing test to it if everything is ok. Change-Id: Ic8245ae756de79b51299c5b4d62a54b7454b1aa2
-
- 30 Jan, 2018 2 commits
-
-
Neil Williams authored
Classes based on RetryAction have special support for running pipeline actions, so have missed out on protocol support. Add call_protocols so that these classes can be used for pre-power or pre-os commands and other protocol actions. Change-Id: I23ae4e1ae1437803c15031681145e5296a3771d6
-
Rémi Duraffort authored
Change-Id: Iae71dfdc3372348e1c6a11bb4164d6988bf4273f
-
- 29 Jan, 2018 1 commit
-
-
Rémi Duraffort authored
This help to understand why the resource is not accessible. Change-Id: Ib98447f9432282c8a5dfa4f2b56ba337f555ad26
-
- 26 Jan, 2018 5 commits
-
-
Neil Williams authored
Change-Id: Ib93d7699e3da07e1904fb90c0270ab2ec659f1e5
-
Neil Williams authored
Change-Id: I85a7c54c7d026dc66be705e16df27fd4313ebcb6
-
Dean Birch authored
If a disk device fails to set a unique serial, but does allow a customisable filesystem label, then this method allows the device to be passed to LXC. Change-Id: I1b1474ea16df3aef0ed8b48e9af497393611a485
-
Neil Williams authored
Change-Id: I9c4878944a256198ec05edf5dabdcb976cdf899c
-
Neil Williams authored
NFS support is pending but ramdisk test shell jobs now work. Change-Id: Ic167f1570170a24594e854ea7a8392cf24d24443
-
- 25 Jan, 2018 9 commits
-
-
Neil Williams authored
Secondary connections have no entries in the boot method dictionary. Change-Id: Ib27dbaa50447e83649b79610b8ca40601440bade
-
Neil Williams authored
Some fastboot kernel boots are quiet and produce no start message. Also convert variable to a local as it is not used outside this function. Change-Id: I9f87d403f0a673c348183542cf75db840d5bbec5
-
Neil Williams authored
Change-Id: I65369cb1dda0c6391e11ec70f2aa40747eb12f9d
-
Neil Williams authored
Ensure that self.params is only checked if parameters are supported for the current boot method. Change-Id: I23a3c8bfe7c480c88e1d7870323b619f7bb6cc79
-
Matt Hart authored
Don't attempt to detect if a device needs interrupting, instead have a device config option which can be overridden. Change-Id: Iab2e57f2c833ede54ed87084137cbe8301bfd71f
-
Matt Hart authored
- Unify the bootloader interrupt action for all bootloaders to use - Check for error messages throughout bootloader interaction - Be reasonably confident that failures after bootloader commands, are kernel Change-Id: Ib8413baf5667dec4d487a9ca40f9b222be3c0b19
-
Neil Williams authored
The raw connection object can be affected by asynchronous events, so despite self.connected and self.raw_connection being correct at the start, the attempt to disconnect cleanly can fail with an invalid file descriptor ValueError. Change-Id: Ie882f20c0fa80e15f49c5ce7b46b194a1325872b
-
Senthil Kumaran S authored
Change-Id: Ie72bf346c85595792c702ca913d8c2e934c2cf19
-
Neil Williams authored
Change-Id: Ia89b3a4b5cbd529db16051f5f253c8b15d875e73
-
- 24 Jan, 2018 1 commit
-
-
Neil Williams authored
Missing super() call in __init__() prevents adding the class to any pipeline. Ensure run() returns the connection object. Change inheritance as this action does not need the self.cmd and does not set it. Same change in FastbootRebootBootloader Change-Id: I5a31029c3e50935dd1da49b7f3fca8929399a73b
-
- 17 Jan, 2018 2 commits
-
-
Neil Williams authored
Ensure that the full list of kernel messages are added to the results so that if the action then times out, the details matched from the kernel messages are recorded as test case metadata. Change-Id: If77f6e186583aaaf6e334089dce0e58884f7b1f2
-
Rémi Duraffort authored
Change-Id: I88851d0423e0b4a679657650f9ccb0f592af1d1d
-
- 12 Jan, 2018 1 commit
-
-
Rémi Duraffort authored
1/ Rename lava-dispatch to lava-run and fix names 2/ Fix usages and options Change-Id: If2ca68b7ccc48e80dc26c60c7721bc4b6209989d
-
- 10 Jan, 2018 1 commit
-
-
Rémi Duraffort authored
Change-Id: Ieefd26e748d6c019beecaf02ff86ca378c5435da
-