aboutsummaryrefslogtreecommitdiff
path: root/examples/wa2_hmp_caffeinemark.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wa2_hmp_caffeinemark.json')
-rw-r--r--examples/wa2_hmp_caffeinemark.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/examples/wa2_hmp_caffeinemark.json b/examples/wa2_hmp_caffeinemark.json
new file mode 100644
index 0000000..500afb0
--- /dev/null
+++ b/examples/wa2_hmp_caffeinemark.json
@@ -0,0 +1,81 @@
+{
+ "actions": [
+ {
+ "command": "dummy_deploy",
+ "parameters": {
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "deploy_linaro_android_image",
+ "metadata": {
+ "android.build": "$ANDROID_META_BUILD",
+ "android.name": "$ANDROID_META_NAME",
+ "android.url": "$ANDROID_META_URL"
+ },
+ "parameters": {
+ "boot": "$ANDROID_BOOT",
+ "data": "$ANDROID_DATA",
+ "role": "target",
+ "system": "$ANDROID_SYSTEM"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "hmp_caffeinemark.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_caffeinemark"
+ },
+ "testdef": "wa2host.yaml"
+ }
+ ],
+ "timeout": 4200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "target",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "SIGNAL_PREFIX": "hmp_caffeinemark"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "server": "http://validation.linaro.org/RPC2/",
+ "stream": "$BUNDLE_STREAM"
+ }
+ }
+ ],
+ "device_group": [
+ {
+ "count": 1,
+ "device_type": "dummy-ssh",
+ "role": "host"
+ },
+ {
+ "count": 1,
+ "device_type": "$DUT_TYPE",
+ "role": "target"
+ }
+ ],
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file