summaryrefslogtreecommitdiff
path: root/ubuntu/scripts
AgeCommit message (Collapse)Author
2016-01-12Ubuntu: moved rt-tests-parser.sh to common, to be used by other OS'esRavineet Singh
also updated test definitions pointing to old path. OE: added pmqtest definition Change-Id: Ie9aa8a39fbc4025d477a6368decbe33fa80b94d0 Signed-off-by: Ravineet Singh <ravineet.singh@linaro.org>
2015-09-11device_read_perf: keep trying all devices even if one failsNicolas Dechesne
If reading a device fails for any reason, we don't want to stop the test, but keep going and read all the other devices. Change-Id: Id6bddb7ad9a9966607d9e6dac5cf5f7ebe8d4cff Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-08-12ubuntu: fix fio test failure on ubuntu developer imageChase Qi
fio test will fail on ubuntu developer image. Error message: sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set Tried a fix on the permission issue, then got more sudo related issues. Since we run tests with root user, I see no point in using sudo. Removing it to work around this error. Change-Id: Id2d52ee558960ef4985e96c14cbe524004727dfd Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-07-15ubuntu: add mutiple network interfaces testChase Qi
rp_filter is set to 1 by default on Ubuntu to turn on Source Address Verification in all interfaces to prevent some spoofing attacks. For network testing, we set rp_filter to 0 so that Ubuntu send and accept packets through the specified ethernet interface Change-Id: I87e070d5ec242d6df109e483dfc7cfdae1a1ac56 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-07-07ubuntu/scripts/rt-tests-parser.shArthur She
Correct the test case id in test result and make it work for both Ubuntu and OE. Change-Id: I3f15bb19dfe4681f70ffa8a71d58e8ba0d78ece7
2015-06-30Ubuntu: Fix rcutorture test on new KernelChase Qi
- Update test code to simply check if torture module exist in lsmod output. On Kernel V3.18, torture module is used by rcutorture. lsmod output list two torture modules. The current assumption on rcutorture-module-check test is too strong. - On kernel V3.18, because torture is using by rcutorture, 'rmmod torture' doesn't work. The right approach is use 'modprobe -r rcutorture'. 'modprobe -r' is smarter then rmmod. If the modules rcutorture depends on are also unused, it will try to removed them too. Change-Id: I46d9184ebe300ed16fc2c7d65f5d836d24983496 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-06-22ubuntu: ubuntu/script/rt-tests-parasr.shArthur She
Remove grep option 'P' that was not supported by busybox. Change-Id: Ibff9a7b5c0ae539aa32368dc0f7a43bbdc1c5f7e
2015-04-23ltp-network.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Id9fbabb01a6d2d283c5b5cff3248979ac6b639a3
2015-04-22Add EDK2 AArch64 QEMU boot tests, with networkingRoy Franz
Add EDK2 boot tests on AAarch64 QEMU with networking enabled to support testing iSCSI boot in EDK2. This is intended to be run in a KVM image that has been set up to provide a DHCP server and an iSCSI target Change-Id: I78753166c5d5288c56e264c76773c68f02f98b91 Signed-off-by: Roy Franz <roy.franz@linaro.org>
2015-04-22Ubunutu: audit-test: Adding new audit-testNaresh Kamboju
The Linux audit framework provides a CAPP-compliant (Controlled Access Protection Profiles) auditing system that reliably collects information about any security-relevant (or non-security-relevant) event on a system. It can help you track actions performed on a system. Kconfig required - CONFIG_AUDIT=y - CONFIG_HAVE_ARCH_AUDITSYSCALL=y - CONFIG_AUDITSYSCALL=y - CONFIG_AUDIT_WATCH=y - CONFIG_AUDIT_TREE=y - CONFIG_INTEGRITY_AUDIT=y - CONFIG_AUDIT_GENERIC=y - CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y - CONFIG_AUDIT_COMPAT_GENERIC=y Audit test suite validates syscall, filter and audit-tools. Change-Id: I7e1bce102021bd63b40fa66a4292c3d6f53fff25 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-03-09gator-streaming-test: Added support for Open embeddedmahanthgouda
Change-Id: Ib9cf6141664dcff9ff7e03214d345e200ecc1fe2 Signed-off-by: mahanthgouda <mahanth.gouda@linaro.org>
2015-02-26fix PEP8 issues in python scriptsArthur She
Change-Id: I4635323eb8fb2ed852ca5e4ab3cbedf866e1269a
2015-01-14Add Phoronix Test Suite for Linaro ubuntuBotao Sun
Two example test included in this patch: system-decompress-xz and stream. Test code has been validated in LAVA on TI Panda board. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Id041abd5d68d9b94804c9fb7712deb52a1ec92b9
2015-01-09Move ACPI FWTS and dmidecode tests definitions to common dirFu Wei
1)ubuntu/dmidecode.yaml -> common/dmidecode.yaml 2)ubuntu/fwts.yaml -> common/fwts.yaml 3)ubuntu/scripts/fwts-parser.py -> common/scripts/fwts-parser.py Reason: they are the common tests, and can be used by other OSs. Change-Id: I48755fec9a129eca573ba6fbf406c0bbf6247576
2014-12-17Add RCU Torture Test to Linux-Linaro Kernel.Botao Sun
This test code is to add RCU Torture test to Linux-linaro Kernel based images. https://www.kernel.org/doc/Documentation/RCU/torture.txt It has been validated in LAVA on both LSK 3.10 and 3.14 Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I15ba99aac346abb13b94396059aa0ef776ac007d
2014-12-16Update SATA ubuntu test to show same number of test cases in total.Botao Sun
Same test case number in total will be shown in success & fail situation. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I07ccfc8e9eb2bb5727d78d02f8c6cb41d3fbb16d
2014-12-09Ubuntu: add rt-migrate-test.yamlArthur She
Test to verify the RT threads scheduler balancing Change-Id: Ief2dddd96fbda334b5437b852a970001d390a554
2014-12-08Ubuntu: Add PI stress testChase Qi
pi_stress is a program used to stress the priority-inheritance code paths for POSIX mutexes, in both the Linux kernel and the C library. Signed-off by: Chase Qi <chase.qi@linaro.org> Change-Id: I7585b3d74e4feacd0c008f4e7ed78628dbc08a69
2014-12-08Ubuntu: Add signaltest.yamlArthur She
RT signal roundtrip test software Change-Id: I6e26c25de245dba56997bec829de472f6fc104c3
2014-12-02Ubuntu: add sendme test definitionArthur She
Send a signal from driver to user and measure time intervals. Change-Id: Id58281786d436d770fe1ebc5cef4ce03346af1fc
2014-12-02Ubuntu: Add pmqtest.yamlArthur She
Start pairs of threads and measure the latency of interprocess communication with POSIX messages queues. Change-Id: Iab52c118fee1fed9fbcf32cc9e6f9354b474077d
2014-11-27ubuntu: device_read_perf: fix bashism issuesNicolas Dechesne
A few remaining bash issues were still present in the merged script, such as device_read_perf.sh: 46: device_read_perf.sh: Syntax error: "(" unexpected (expecting "done") and the test failed in LAVA, see: https://validation.linaro.org/dashboard/attachment/1227507/view Change-Id: If7263935f1277fcc53c90a9cda3736405d072257 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-11-25ubuntu: Add test to get Device timings of block devices.hnaradla
- Dynamically gets all the block devices like sata, sd-card, etc,. - Perform device timing operations on each device. Test results are at https://validation.linaro.org/scheduler/job/206365 Change-Id: I861474c9409aa95f126d1b307bd49962702e2031 Signed-off-by: hnaradla <hanumantha.naradla@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-11-24ubuntu: add dedicated usb test caseChase Qi
Test code has been validated in LAVA. Signed-off by: Chase Qi <chase.qi@linaro.org> Change-Id: I58845cc31647b666aecc78895eea0e4871ee72fa
2014-11-14wifi-enablement.yaml and wifi-enablement-test.sh: DeleteBotao Sun
Delete WiFi Enablement Test on Linux Linaro ubuntu. Old WiFi Enablement Test has been replaced by wifi-ubuntu.sh Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I7630ee08f6be2d98929afc19f76188f08a42d240
2014-10-28Merge "perf: fixed ubuntu test definition"Fathi Boudra
2014-10-24bluetooth-enablement.yaml and bluetooth-enablement-test.sh: DeleteBotao Sun
Delete Bluetooth Enablement Test on Linux Linaro ubuntu. Bluetooth feature is not supported on Linux Linaro ubuntu platform. Test is now deleted accordingly. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Idfafcdce20a95b4b0db98af1854238ba6ca9236d
2014-10-24leb-basic-graphics.yaml and basic-graphics-test.sh: DeleteBotao Sun
Delete Basic Graphic Test on Linux Linaro ubuntu. Graphic now is not supported on Linux Linaro ubuntu platform. All images published are with solid command line interface. Test is now deleted accordingly. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Ie423c094799eec99ac96ca17e20dc5316f938800
2014-10-22acpica-parser.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Idcb985c5eb73f952b4fdc3cfdb485b16cbfab7d0
2014-10-21openssl-bsaes.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I5386b921eadf5ba86e5160c6b81c0d0ce5718ae3
2014-10-21openem.sh and openem.yaml: DeleteBotao Sun
Delete OpenEM Test from Linux Linaro ubuntu. This operation is based on the replied email from Maxim Uvarov <maxim.uvarov@linaro.org> "OpenEm was pre work for our ODP. At this time we do not need it at all. So it's ok to remove it from repo." Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I43cddf533e45800c615d94cbc6683de6f9fcbb6b
2014-10-20gator-data-streaming-ubuntu.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I10b9e938fb14450adfa76c628f041b481dd0daf0
2014-10-20sd-mmc-ubuntu.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I0f5b1e621a9e27deed9dec8c378842c9d1670c68
2014-10-20device-tree.sh and sh-test-lib: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I60c7d18312c6cf296367602aa9430cdc1a9c15f7
2014-10-07perf: fixed ubuntu test definitionMilosz Wasilewski
Ubuntu tests are using the latest available packaged version of perf. The binary comes from linux-tools-X.YY package. Currently it's linux-tools-3.16. Change-Id: Iea20c76f1a1e487f773c708b466f7abe7ecb5b37 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-09-10Add "All-Skip" in SATA Test on Linux Linaro ubuntuBotao Sun
If the target SATA device can't be found, all rest test will be skipped. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I481738335efd5070b190c17b71a2087c0dded130
2014-09-03Add SATA Test Phase II for Linux Linaro ubuntuBotao Sun
Test code has been validated locally on my Host PC with a Seagate SATA drive. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I872e29fe2f239f6aa61d9a113763513c5aa1983c
2014-07-02ACPICA: fixed result parsingArthur She
There're test cases summary in a file named "__STATUS_OF_TESTS" located at aslts/tmp/RESULTS/<date>/[norm|slack]/[32|64]. Turned them into LAVA test results. Change-Id: I14275648c4f790b970b2c29c30da91950e931325
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-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-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-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-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-21openssl test suit added for testing openssl speed benchmarkAmit Khare
Change-Id: I57aa83c16eb713cdfd051d8940a0c4a5a46b29ba
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-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/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-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>