W dniu 12.04.2013 22:16, Tyler Baker pisze:
[removed everyone@ to not get Mike complaining again about sending email to >180 people]
We are very happy to announce you that there are new features getting added to validation.linaro.org
In order to serve you better we are trying to collect metadata from lava-test-shell tests that you are running in validation.linaro.org http://validation.linaro.org.
metadata: name: device-tree format: "Lava-Test-Shell Test Definition 1.0" description: "Device tree test to check folder structure."
os:
- ubuntu
Doc says: ==== Handling Dependencies (Ubuntu)ΒΆ
If your test requires some packages to be installed before its run it can express that in the install section with:
install: deps: - linux-libc-dev - build-essential ====
How I can write one test which will cover different distributions with names of dependencies written for each of them?
For example I want to run "hrw-test-umbaumbau" test under Fedora, OpenEmbedded, Ubuntu. It requires working toolchain on device and SLang development headers. Each distro needs other names... Today I would write a copy for each distribution.
devices:
- origen
- snowball
- panda
- panda-es
- vexpress
Can I run someone's test on my umbaumba device without making copy of test? With old LAVA I could. With new it looks like I can not. Regression?