aboutsummaryrefslogtreecommitdiff
path: root/wa2host.yaml
AgeCommit message (Collapse)Author
2015-12-15Add WA2 on LinuxChase Qi
Change-Id: I7aa2af2e9350cdc68ffd375fbc7cc5666f456a35 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-11-27wa2-lava: Install dependency packages on hostNaresh Kamboju
Install dependency packages on host side. install-deps.sh script will look for apt-get lock and install packages when the lock is free. The advantages of this patch is - Do not install if the package is already present - Installation should not fail because of parallel installation of packages - if apt-get is already locked wait 5 sec and try installation again till it get successful Change-Id: Id4797f65e2bf826d30600b2f1444e8239ce11260 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-11-03wa2-lava: obsolete prepare-device.sh2015.11Naresh Kamboju
All the operations from prepare-device.sh has been moved in to agenda files. So prepare-device.sh is no more required. Change-Id: Ib6806ceb5b939fd1827cf04c0db29c15c63a1430 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-10-20prerequisites: upgrade pip versionNaresh Kamboju
Some versions of pip (in particluar v1.5.4 which comes with Ubuntu 14.04) are know to set the wrong permissions when installing packages, resulting in WA failing to import them. To avoid this it is recommended that you update pip and setuptools before proceeding with installation. Following file upgrade pip version on kvm host machine before install-wa2.sh - prerequisites.sh Reference: http://pythonhosted.org/wlauto/installation.html#prerequisites LAVA test job: https://validation.linaro.org/scheduler/job/566907.0 Change-Id: If2397c069b7befb0311a9a53640f38130adef60b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-10-07Added support for 'usb only' devicesMilosz Wasilewski
The assumption about running with IP based adb connection was removed. Now it should be possible to run with usb based adb connection in LAVA Added templates and support for Nexus9 benchmarking Added getprop to debug information Target: fixed conditions for serial/IP address check Note: Using Nexus10 as a target device as WA doesn't support Nexus9 yet. Change-Id: I5188fa6bf919e85ccae989ba34a5704fb329b8a0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-08-12WA: get build-tools and wa-home url from jsonNaresh Kamboju
Due to license issues we are maintaining SDK build-tools and workload_automation_home in internal only site. URL has been parameterized to provide it from LAVA test JSON file. Change-Id: I0baf56ff2b491bfb24e17e1099394af6c4fcbb41 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-08-11KVM: Adding KVM device as host to run wa toolNaresh Kamboju
Following features are added * KVM device replacing dummy-ssh devices * Dynamically fetch and install wa tool on kvm device * KVM connects Android device over IP and run wa tool Change-Id: If292ec59d83b2f0d5d41160a8485a3b6014889be Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-03-11WA2: LAVA: Adding Juno support2015.03Naresh Kamboju
Juno device support added for workload automation. Agenda files and other supporting files have been created and updated. Change-Id: I7f43e19424834d25565a87e57a6b91380fe390dd Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-08-28wa2host: added check for attachment existence2014.112014.102014.09Milosz Wasilewski
If log files don't exist proper signalling isn't sent between host and target. Simple check for file existence was added to prevent this situation. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-03-21results and log are added to run_workloads step results as attachmentsMilosz Wasilewski
2014-03-21moved agenda templates from server to gitMilosz Wasilewski
2014-03-20added prefix to step namesMilosz Wasilewski
2014-03-20added support for prefixing all signals to make sure correct lava shells are ↵Milosz Wasilewski
used
2014-03-20finish signal is now parametrized to make sure correct shells on host and ↵Milosz Wasilewski
target work together
2014-03-19fixed step numberingMilosz Wasilewski
2014-03-19added adb disconnect before the end of the testMilosz Wasilewski
2014-03-19added adb server restart on hostMilosz Wasilewski
2014-03-19fixed missing --shellMilosz Wasilewski
2014-03-19initial commitMilosz Wasilewski