summaryrefslogtreecommitdiff
path: root/ubuntu
AgeCommit message (Collapse)Author
2014-06-24ACPI: add acpi-smoke-test.yamlArthur She
Do the following tests to check if the test image is ACPI supported 1) Check presence of /sys/firmware/acpi 2) Check presence of /sys/firmware/acpi/tables/DSDT 3) If iasl is installed test decompile of /sys/firmware/acpi/tables/DSDT Change-Id: I3aaac732aaf4b8b8f5d5cbafc92e1e54fa35d3b6
2014-06-24aapits: Fix result parsingArthur She
The test results in acpica/tests/aapits/tmp/raw.out are more valuable . It shows "<Function Name>: <test result>". Use them instead of "test 1 0:pass" for LAVA test results. Change-Id: Iedc57c941e90b28ea9cd671bded386529e2665be
2014-06-17pwrmgmt: fixed RELEASE variableMilosz Wasilewski
It is now possible to use RELEASE variable to checkout any version of the pm-qa code. 'tags/' were moved to default value. Change-Id: I3658a190fb48f91a89b80fcca74b8cd21d24c639 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-06-11move to virtio blockRiku Voipio
Switch to virtio block, since sd is emulated interface. While at it, improve installing and compiling hackbench. Avoid compiling in steps since we have scripts in place. Make sure we have gcc and others installed for compiling. Change-Id: I942e6bbafb09b7739156fb8d15f41c6334f16c8c Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-06-09LTP: Fixed path problem on UbuntuMilosz Wasilewski
On Ubuntu LTP gets installed in the LAVA test execution directory. For this reason the ltpfixup.sh wasn't working correctly so far. It had the /opt/ltp path hardcoded. This patch fixes the issue. Change-Id: I4bd9389d63aea954b01e7162a4a0518aa2223750 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-06-09LTP: version bump to 20140422Milosz Wasilewski
Change-Id: I5cec6925013444d7e2a5b1dab2936b88d8affdba Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-06-03FWTS: fixed result parsingArthur She
Add results.log parser for ubuntu/fwts.yaml to turn the test results into LAVA bundle stream. Change-Id: I5e2e0856526bbb1d3cc20b7c1c138aa20e0c060d
2014-06-03openssl: fixed file permissions and unitsMilosz Wasilewski
Change-Id: Iddf56787f0f0a3b3b55f3be4393d78baac2890ef Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-05-27Add Python dependency for FIO and SATA test.Botao Sun
Signed-off-by: Botao Sun <botao.sun@linaro.org> Change-Id: If2ee07ed33ee070910288a84b5abdc9748f78c93
2014-05-25PM-QA: uptaded test definition to pm-qa 0.4.10 releaseMilosz Wasilewski
Change-Id: Ic58cd30000b01c0474bffa300026491bf11ea283 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-05-23Add SATA Test for Linux Linaro ubuntu, including Partition, Read and Write.Botao Sun
Test code has been validated on Samsung Arndale and Panda board in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I950bc78e37413baa4304cca13783f916ef23ac22
2014-05-23Fix ACPI test suite description and metadataNaresh Bhat
Added links to wiki page and changed devices to Fastmodels Change-Id: Ie1e67f61fde7f0a45826fd9d6e0ee5a8df529b25 Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org> Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-05-23Add FIO test for Linux Linaro ubuntuBotao Sun
Test code has been validated on Samsung Arndale board in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Icdb0f6df6b98f7fd2f2d7c4240f8c3d1463b43f2
2014-05-21LTP: fixed result parsing when running each package separatelyMilosz Wasilewski
When running packages separately in the same LAVA job, results were concatenated. Now result files are stored in the test execution directory and are separate for each lava-test-shell. ltpfixup.sh script was moved to 'common' directory. Definition was unified between Ubuntu and OE. Change-Id: I43372b0d060d88f871407bc4b1b44c2cf94ef333 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-05-07BP: TCP Replay to pump pcap traffic for testsWeilong Chen
Establish basic sanity and regression tests, this is a special case test since it actually generates traffic for other test cases Change-Id: I711c5a4683b116ad54cc8c69e020dcf041fa7317 Signed-off-by: Weilong Chen <weilong.chen@linaro.org>
2014-04-23pwrmgmt: bumped release version to pm-qa-v0.4.9Milosz Wasilewski
Change-Id: I63ad4ae15671c9fb9b37dba97b4705d2d2dd195c Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-04-17pwrmgmt: start using released version of pm-qa suiteMilosz Wasilewski
pwrmgmt suites for Ubuntu and OE will use released version of pm-qa from PMWG. Some additional minor changes: added maintainer, moved to new pm-qa repository. Change-Id: Ib93825335950fe66ed9f2096d9d70c47a8f4afec Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-04-17netperf: added weilong.chen@linaro.org to maintainer listMilosz Wasilewski
Change-Id: Ib142faae8f97a0ba856fffa0a7dcb2a8dd308182 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-04-14pwrmgmt: test set can run individually with given parametersAmit Khare
Added parameter feature to run tests individually and no param runs all tests. Also added the same feature to openembedded test suite too. Change-Id: I21f7ffdd107327255cff6703370706e1f082c412 Signed-off-by: Amit Khare <amit.khare@linaro.org>
2014-04-07ltp: bump version to 20140115 releaseFathi Boudra
Change-Id: Idf840fc862e80d3c3d362f41592c2778eba82643 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-04-04Update ubuntu Device Tree Test CodeBotao Sun
Remove sudo in yaml file; Remove check root in device-tree.sh, it's unnecessary; Fix the MODEL test case name issue; Add and update metadata and comments section. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I6688b2595831abc78a7a20fb40d8adee461f23f8
2014-03-26FWTS: Using lava-test-case to produce pass/fail resultsMilosz Wasilewski
FWTS test suite is now run inside lava-test-case helper. This produces pass/fail result on the whole suite. In addition results.log is attached so detailed results can be checked from LAVA. Change-Id: I1ab19c26e847b59d4ad49b8bd29045a45d87c7e8 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-03-26Merge "openssl test suit added for testing openssl speed benchmark"Milosz Wasilewski
2014-03-25e2eaudiotest: removed obsolete test definitionMilosz Wasilewski
Currently there is no support for e2e audio test in LAVA lab, so removing the obsolete definition. Change-Id: I9637596be15af879de42be0545a5c7c38ee99398 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-03-21openssl test suit added for testing openssl speed benchmarkAmit Khare
Change-Id: I57aa83c16eb713cdfd051d8940a0c4a5a46b29ba
2014-03-20ubuntu: remove unnescessary dashes in network-tests-basicTyler Baker
Change-Id: I4a75755689730d6099bba41a62f95ab71ed5ee81
2014-03-20ubuntu: fix parameter format used in network-tests-basicTyler Baker
Change-Id: I596163f607caf46d1fa48132bac60114449699a3
2014-02-25aapits: Update git repo linkNaresh Bhat
Update the git repo link for aapits test suite after rebasing to the latest ACPICA mainline. Change-Id: I2011ea4f71e7082bd90e5eb36714b63741581625 Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>
2014-02-25network-test-basic: Add support for different interfaceMilosz Wasilewski
Added parameters that allow to run the test using network interface different than eth0 and gateway different than 10.0.0.1 Change-Id: If75c172148594403f185b0c967a0e472ba5e0d75 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-02-25netperf-client: fix set local_ip to the correct ipAnders Roxell
Change-Id: Iba06b340a348dfe7257493cc9f1d14653f84ad74 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2014-02-18aapits: Update git repo linkNaresh Bhat
Update the git repo link for aapits test suite. Change-Id: I78bddf9c739eeeba8a027c786d49343f4b2b235c Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
2014-02-18KVM: added parsing hackbench measurementsMilosz Wasilewski
rt-tests hackbench was replaced with the version from Ingo Molnar http://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c hackbench is now called from both host and guest the same way: hackbench 100 process 500 The results are parsed using min_max_avg_parse.py. Result regexp was updated to match the output format of the script. Change-Id: I5d437565d42f45c9411dc8b62540be7b53e0c630 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-02-07ubuntu/exec-latency.yaml: Add new testMike Holmes
Change-Id: I7a5b92a0270aed006f5b1995c59b111180f357d1 Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
2014-02-05ACPI: updated maintainers and removed ABATMilosz Wasilewski
Maintainers were added to ACPI test-definitions. ABAT suite was removed as it targets Intel platforms. Change-Id: Ie4f524cf5d32e97c677898fc4aa38c0bd83fb6cd Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-01-29Add WiFi Test for Linux Linaro ubuntuBotao Sun
Test code has been validated in LAVA on TI Panda 4460. SSID and PASSWORD are possible to be set in JSON. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I814b0ab145d28bd6c733cb601bb02440bef44638
2014-01-15netperf: Add paramiters and default to eth0mike-holmes
Change-Id: I30d997882a565cbe3c156d4dfb4d03bbb0bec39f
2014-01-15acpica-tools: Add acpica-tools test definationNaresh Bhat
Add acpica tools QA test defination. Change-Id: I74c6fa450f5faac1d00e7f06cbc13fc3cbc2c97f Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
2014-01-15acpica asl: Update source repository linkNaresh Bhat
Update acpica source repository link. Change-Id: I2795ea2df3a164394025a7a395d25c0110b95b55 Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
2014-01-09Add SD MMC Test for Linaro ubuntuBotao Sun
Test code has been validated in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I14787b1f52bf8bc77e2e2d1d5bc63e451cb52524
2014-01-09Add Gator Data Streaming Test for Linaro ubuntuBotao Sun
Test code has been validated in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I5c471773f7eca280af7f54be0b4b1b1c3f70ac20
2013-12-20ubuntu: remove unnecessary clone operationTyler Baker
Change-Id: Iba614d58dabf9a30177072d8ab28f2b57f0c5dd0 Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2013-12-20ubuntu/ltp-network: add ltp network testVincent Hsu
temporarily disable some tests which can't run success in ltp-network-skiplist. dhcpd test work fine but will conflict with the dhcp server in lab. apply some patches which have not accepted by upstream yet. Change-Id: I4c4487f980b0af8f99b8bc31e88dc6b893838ea6 Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org>
2013-12-17Network smoke test update after lab reorganizationMilosz Wasilewski
Proxy was removed and ping target was changed to match new LAB network. Change-Id: I8f64d42267c420cb2554ac186ae0e2d9608a47c6 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-12-11kvm test fixesRiku Voipio
Kvm tests needed a few fixes to work again: 1. fix case where test is called with $1 2. adapt to new paths 3. make sure console output is not lost Change-Id: I659c64fafeefdbecd7ff7ec664634531c4ee8186 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-11-26add openem x86 tests v4Maxim Uvarov
V2 has changes accoding to Anders comments: testcases/ubuntu/scripts has to be ubuntu/scripts, and git-repo has to be removed. v3: use the latest dpdk from dpdk.org v4: revert back to Intel zip file. Change-Id: I4169a5dd20826f025e99badc6acc3ee52a52c785 Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2013-11-18Add missing dependencies for networking test with Ubuntumike-holmes
Change-Id: I2e99f27b991999013c000e21a8c543b74836e6a1 Signed-off-by: mike-holmes <mike.holmes@linaro.org>
2013-11-18Added link to pm-qa test case documentationMilosz Wasilewski
Change-Id: Iccba8eb6f9ae124bfa1030113fd4a0fb2b07db82 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-10-17merge ubuntu and openembedded device-tree.yamlMilosz Wasilewski
openembedded and ubuntu device-tree tests were executing the same code. This patch adds meta data to the ubuntu test, makes symlink in openembedded directory and removes the original openembedded/device-tree.yaml Change-Id: I42ed3d732c08ab8ea67d97bae58f4c0111a6e0f2 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-10-15removed dependency on launchpadMilosz Wasilewski
Change-Id: Ifc674d3f4ab0096f4b97af85be41e568941e47cb
2013-10-14Update test definitions metadataMilosz Wasilewski
Added meta data to all test cases In some cases maintainer is assumed basing on git log Some data is still missing ubuntu rt-ltp and ltp-realtime are duplicate and rt-ltp will be removed Change-Id: I04bb1f96cf7682fb8050df12c7dc0fa04b4dea68