# Progress
* landed vm groups suppport, already functional
* updated vm groups documentation on image requirements
# Plan
* Add bridge setup support to vm groups implementation so that VMs can join the
same LAN as the host.
--
Antonio Terceiro
Software Engineer - Linaro
http://www.linaro.org
lava-server | 2014.04.06.13.52-1 | sid | armhf, arm64,
amd64, i386, source
lava-dispatcher | 2014.04.06.13-1 | sid | armhf, arm64,
amd64, i386, source
This update includes the VM groups support and folds the
linaro-dashboard-bundle code into lava-dispatcher (documentation into
lava-server).
The update will replace any existing packages of
linaro-dashboard-bundle and linaro-dashboard-bundle-doc and restart
both the lava-scheduler daemon and apache2 (if the lava apache config
file is found in /etc/apache2/sites-enabled/).
See
http://lists.linaro.org/pipermail/linaro-validation/2014-April/002336.html
for full information on the packaging of LAVA for Debian unstable.
The following dependencies of LAVA are now available in Debian
unstable, Debian testing (Jessie) and Ubuntu Utopic Unicorn:
django-testproject
json-schema-validator
In addition, django-testscenarios is now available in Debian unstable
and Ubuntu Utopic Unicorn and will migrate into Debian Jessie in 5 days.
Upgrading or installing LAVA using the packages will preferentially use
these packages and all updates to these packages will be available in
the same way.
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
# Progress #
* [QA-811]
* Built whole Android and tested with panda board in v.l.o successfully
# Plan #
* [CARD-489]
* Investigate Android build system
* Integrate piglit/waffle into source-manifest.xml
* [BUG-1296880]
# Progress
* Improved support for ARM KVM devices on LAVA
* Added support for qcow2 images by converting them to raw images after
downloading
* Initial VM groups patchset submitted for review
# Plan
* improvements on the VM groups patchset
* VM groups testing
--
Antonio Terceiro
Software Engineer - Linaro
http://www.linaro.org
# Progress #
* LAVA test CARDs
* Trying to build whole Android and got some problem. Figuring out the
problem.
* LAVA packaging environment setup
# Plan #
* [CARD-489]
* [BUG-1296880]
Hi Ryan,
I was trying to rerun some tests at my end via LAVA on armv8 FVPs using 14.04 hwpack.
What I see is that LAVA fails prematurely stating that
Traceback (most recent call last):
File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.03-17-g9381215/lava_dispatcher/actions/boot_control.py", line 105, in run
client.boot_linaro_image()
File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.03-17-g9381215/lava_dispatcher/client/base.py", line 508, in boot_linaro_image
self._boot_linaro_image()
File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.03-17-g9381215/lava_dispatcher/client/base.py", line 481, in _boot_linaro_image
self.proc = self.target_device.power_on()
File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.03-17-g9381215/lava_dispatcher/device/fastmodel.py", line 325, in power_on
self._check_needed_files()
File "/srv/lava/.cache/git-cache/exports/lava-dispatcher/2014.03-17-g9381215/lava_dispatcher/device/fastmodel.py", line 188, in _check_needed_files
self.config.simulator_bl1)
RuntimeError: No SECURE FLASHLOADER found, u'bl1.bin'
Looking at the 14.04 hwpack I see that now there are 2 sets of bl* images there one for FVPs and another for Juno.
LAVA default config has
simulator_bl1 = bl1.bin
simulator_bl2 = [bB][lL]2.*.bin
simulator_bl3 = [bB][lL]31.*.bin
simulator_uefi = uefi_fvp-base.bin
fastmodel.py
# SECURE FLASHLOADERs are needed only for base and cortex models
if self._bl1 is None and self.config.simulator_bl1:
raise RuntimeError('No SECURE FLASHLOADER found, %r' %
self.config.simulator_bl1)
which I guess gets 'checked' by lava whether the needed files present and results in a runtime failure.
With the latest hardware packs, can you please confirm how does the bl images get unpacked?
Are they in some new folder structure because of platform variants are present?
Please advice.
For the moment I could not get LAVA to work with the latest hardware pack contents due to this issue.
Thanks
Basil Eljuse...
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
# Progress #
* Cards
* CARD-1257 (https://cards.linaro.org/browse/CARD-<https://cards.linaro.org/browse/CARD-1257>
1257)
* LAVA-1281
* good progress on dialog with notification and bundle stream selection
# Plan #
* CARD-1257
* LAVA-1281
* Vacation
# Issues #
* No issues
* Vacation from April 29 through May 9
--
--
Georgy Redkozubov