summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorAmit Khare <amit.khare@linaro.org>2014-12-12 10:34:43 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-12-17 14:49:20 +0000
commitcdd7b2e157244d36537e64e8433f7a16e6ca8943 (patch)
tree88e4086fba60d74ae36040e8fada8d4d99fe32f5 /ubuntu
parent6293afe3dbbe08c406f329283b7bdea77db74b50 (diff)
Ubuntu: Acpica test description updated
Change-Id: I87ba7a623a046fc6eb1ffaee3b86154df58a7cc0
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/acpica.yaml23
1 files changed, 4 insertions, 19 deletions
diff --git a/ubuntu/acpica.yaml b/ubuntu/acpica.yaml
index a73f278..f97f9c7 100644
--- a/ubuntu/acpica.yaml
+++ b/ubuntu/acpica.yaml
@@ -1,25 +1,10 @@
metadata:
name: acpica
format: "Lava-Test-Shell Test Definition 1.0"
- description:
- "ACPI ASL on ARMv7/ARMv8 - https://wiki.linaro.org/LEG/Engineering/test-acpi#ASLTS_-_ASL_Test_Suite
- There're 4 test modes (n32, n64, s32, s64). By default, we run test mode 'n64'
- The test mode can be specified by test job parameter:
- {
- 'command': 'lava_test_shell',
- 'parameters': {
- 'testdef_repos': [
- {
- 'git-repo': 'git://git.linaro.org/qa/test-definitions.git',
- 'parameters': {
- 'TESTMODE': 's64'
- },
- 'testdef': 'ubuntu/acpica.yaml'
- }
- ],
- 'timeout': 172800
- }
- }"
+ description: "ACPI ASL on ARMv7/ARMv8. Testing is performed in 'hardware-independent' mode to check functionality
+ of ACPICA which is first initiated and then verified from inside the test modules coded in ASL.
+ ACPICA test can be run in 4 test modes (n32, n64, s32, s64) and default is set to n64.
+ More Details - https://wiki.linaro.org/LEG/Engineering/test-acpi#ASLTS_-_ASL_Test_Suite"
maintainer:
- naresh.bhat@linaro.org
- arthur.she@linaro.org