Hello everyone,
Collabora has been working on `lqa', a tool to submit and manage LAVA
jobs, which helps to get many of the LAVA job administration and
monitoring tasks conveniently done from the command line.
`lqa' brings a new API, lqa_api python module, a complete set of classes
to easily interact with LAVA and offering at the same time a clean API
on top of which further applications can be built upon (like `lqa' itself).
It has a templating system (using jinja2 package) that allows to use
variables in json job files (in future could be expanded to support
yaml), specifying their values either from a profile file or directly
from the command line making possible the dynamic assignments of
template variables during the `lqa' command execution. The templating
mechanism allows to handle groups of jobs, therefore it makes it easier
to submit jobs in bulk.
`lqa' also features a flexible profile system (in YAML) which allows to
specify a 'main-profile' from which further sub-profiles can inherit
values, avoiding information duplication between similar profiles.
Other of the current features include:
- Test report generation with the 'analyse' subcommand.
- Polling to check for job completion.
- All the operations offer logging capabilities.
- Independent profile and configuration files.
We invite everyone to check out its official git repo at:
https://git.collabora.com/cgit/singularity/tools/lqa.git/
Suggestions and comments are welcome.
--- Luis
Hi, Dave
Our fvp build failed to boot on LAVA because of the failure of enabling adb
over tcp,
seems not able to get the ip address for the eth0 interface.
The failed job is here:
https://validation.linaro.org/scheduler/job/517934/log_file#L_1444
But the same build boot successfully on LAVA one day before:
https://validation.linaro.org/scheduler/job/515801/log_file#L_242
I am not sure if the problem is caused by configurations for device or
change of lava framework.
But could you please help to check the problem first?
--
Best Regards,
Yongqin Liu
---------------------------------------------------------------
#mailing list
linaro-android(a)lists.linaro.org <linaro-dev(a)lists.linaro.org>
http://lists.linaro.org/mailman/listinfo/linaro-android
Hi,
I am trying to run LAVA instance with Pandaboard-es,but getting an error
says
"Resetting platform into master image failed: Soft reboot failed".
Attaching the complete log file. Please help me to resolve the
problem.Please feel free to ask if any further data is required to identify
the issue
NOTE: I am using a USB-serial converter to connect pandaboard. The log
seems little scrambled because the USB-serial converter is not working
properly.
--
Regards,
Shyamjith K V
Hi, Sandeep
Please reference the file here:
https://git.linaro.org/lava/lava-dispatcher.git/blob/HEAD:/lava_dispatcher/…
FYI, the experts of such questions are the lava-lab team and lava team
which are in the cc.
Thanks,
Yongqin Liu
On 4 August 2015 at 01:08, Sandeep Chawla <sandeep(a)cyngn.com> wrote:
> Hello Linaro Android Champions,
>
> Thanks for your efforts in making Lava a great automation platform for
> Android.
>
> I use Nexus10 fastboot driver on my devices, which flashes the boot image
> on the device.
>
> This leads to a problem that whenever the dispatcher issues 'adb reboot'
> command, the device reboot instead of being the fastboot mode as with the
> regular fastboot driver.
>
> Is there an option in the device.conf file to specify a different boot
> command ?
>
> If we could change the command from 'adb reboot' to 'adb
> reboot-bootloader' , the dispatcher would be able to work fine.
>
> Please let me know if you have any further questions.
>
> Thanks
> Sandeep
>
> _______________________________________________
> linaro-android mailing list
> linaro-android(a)lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/linaro-android
>
>
--
Best Regards,
Yongqin Liu
---------------------------------------------------------------
#mailing list
linaro-android(a)lists.linaro.org <linaro-dev(a)lists.linaro.org>
http://lists.linaro.org/mailman/listinfo/linaro-android
Hi,
Gator data streaming test was unified and works now on both Ubuntu and
OE. The YAML file was copied to common directory in
test-definitions.git [1]. If there are no objections I will delete the
same file from ubuntu directory today. Relevant test plans will be
patched before file removal.
[1] https://git.linaro.org/qa/test-definitions.git
milosz
Hi,
I want to test the Linux device drivers running in a latest renesas based
SoC.And i want to setup the LAVA in my local machine running Ubuntu 14.04.
1.what are the steps to install LAVA on ubuntu?
2.what are the dependencies to be solved? Will upgrading Ubuntu improve
the support?
--
Regards,
Shyamjith KV
Software Engineer Trainee
ACSIA Technologies
Mob:9895612433
Hi,
I want to test the Linux device drivers running in a latest renesas based
SoC.And i want to setup the whole in my local machine running Ubuntu 14.04.
1.
2.what are the steps to do so?
--
Regards,
Shyamjith KV
Software Engineer Trainee
ACSIA Technologies
Mob:9895612433
Hi,
Looks like the JSON file for LAVA job submission has just updated its
schema, as I got this error below:
$ lava scheduler submit-job https://botao-sun@validation.linaro.org/RPC2/
botao_Juno_multinode_359.json
ERROR: <Fault 400: "Decoding job submission failed: ValidationError: Object
has unknown property 'role' but additional properties are disallowed
object_expr='object.images[1]',
schema_expr='schema.properties.images.items.additionalProperties').">
It's a multi-node job definition, but looks like the item "role" cannot be
recognised right now. File attached in this email.
Would anyone can share a multi-node job definition under this new JSON
schema?
Thanks.
Botao