summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-05-26 19:18:38 -0700
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-05-27 12:24:17 +0000
commit9a8031b71908e6cdf4069ae884be91b13e7a4430 (patch)
tree5b2bcf19e3549d520532ccd42133a6a82a7e2d98
parent310d238cacfafd9218b5f11752a74f1463df971e (diff)
pm-qa: Move pm-qa files to Android directory
The pm-qa.yaml test definition and pm-qa.sh script are used to run PM-QA on Android, but they are currently located in the commons folder. Move them to the Android folder to keep them organized. Change-Id: Ic694195c458f73b67091596f0b829a7dfb052230 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--android/pm-qa.yaml (renamed from common/pm-qa.yaml)2
-rwxr-xr-xandroid/scripts/pm-qa.sh (renamed from common/scripts/pm-qa.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/common/pm-qa.yaml b/android/pm-qa.yaml
index be6d249..7d5866e 100644
--- a/common/pm-qa.yaml
+++ b/android/pm-qa.yaml
@@ -5,7 +5,7 @@ metadata:
run:
steps:
- - './common/scripts/pm-qa.sh'
+ - './android/scripts/pm-qa.sh'
parse:
pattern: "^(?P<test_case_id>[a-z0-9_]+):\\s+(?P<result>pass|fail|skip)"
diff --git a/common/scripts/pm-qa.sh b/android/scripts/pm-qa.sh
index ed96a87..ed96a87 100755
--- a/common/scripts/pm-qa.sh
+++ b/android/scripts/pm-qa.sh