aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/wa2_a15only_andbench_t1.json82
-rw-r--r--examples/wa2_a15only_andbench_t5.json82
-rw-r--r--examples/wa2_a15only_antutu_4.json82
-rw-r--r--examples/wa2_a15only_audio.json222
-rw-r--r--examples/wa2_a15only_bbench_audio.json222
-rw-r--r--examples/wa2_a15only_benchmarkpi.json82
-rw-r--r--examples/wa2_a15only_caffeinemark.json82
-rw-r--r--examples/wa2_a15only_cfbench.json82
-rw-r--r--examples/wa2_a15only_geekbench3.json82
-rw-r--r--examples/wa2_a15only_linpack.json82
-rw-r--r--examples/wa2_a15only_quadrant.json82
-rw-r--r--examples/wa2_a15only_smartbench.json82
-rw-r--r--examples/wa2_a15only_sqlite.json82
-rw-r--r--examples/wa2_a15only_vellamo.json82
-rw-r--r--examples/wa2_a7only_audio.json222
-rw-r--r--examples/wa2_a7only_bbench_audio.json222
-rw-r--r--examples/wa2_hmp_a15_a7_bbench_audio.json448
-rw-r--r--examples/wa2_hmp_andbench_t1.json82
-rw-r--r--examples/wa2_hmp_andbench_t5.json82
-rw-r--r--examples/wa2_hmp_antutu_4.json82
-rw-r--r--examples/wa2_hmp_audio.json82
-rw-r--r--examples/wa2_hmp_bbench_audio.json82
-rw-r--r--examples/wa2_hmp_benchmarkpi.json82
-rw-r--r--examples/wa2_hmp_caffeinemark.json82
-rw-r--r--examples/wa2_hmp_cfbench.json82
-rw-r--r--examples/wa2_hmp_geekbench3.json82
-rw-r--r--examples/wa2_hmp_linpack.json82
-rw-r--r--examples/wa2_hmp_quadrant.json82
-rw-r--r--examples/wa2_hmp_smartbench.json82
-rw-r--r--examples/wa2_hmp_sqlite.json82
-rw-r--r--examples/wa2_hmp_vellamo.json82
-rw-r--r--examples/wa2_postprocessing.json38
32 files changed, 3506 insertions, 0 deletions
diff --git a/examples/wa2_a15only_andbench_t1.json b/examples/wa2_a15only_andbench_t1.json
new file mode 100644
index 0000000..4eb8976
--- /dev/null
+++ b/examples/wa2_a15only_andbench_t1.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_andbench_t1.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_andbench_t1"
+ },
+ "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": "a15only_andbench_t1"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_andbench_t5.json b/examples/wa2_a15only_andbench_t5.json
new file mode 100644
index 0000000..a56e837
--- /dev/null
+++ b/examples/wa2_a15only_andbench_t5.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_andbench_t5.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_andbench_t5"
+ },
+ "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": "a15only_andbench_t5"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_antutu_4.json b/examples/wa2_a15only_antutu_4.json
new file mode 100644
index 0000000..406230d
--- /dev/null
+++ b/examples/wa2_a15only_antutu_4.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_antutu_4.0.3.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_antutu_4"
+ },
+ "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": "a15only_antutu_4"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_audio.json b/examples/wa2_a15only_audio.json
new file mode 100644
index 0000000..6bd1670
--- /dev/null
+++ b/examples/wa2_a15only_audio.json
@@ -0,0 +1,222 @@
+{
+ "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": "a15only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_audio-iter1"
+ },
+ "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": "a15only_audio-iter1"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_audio-iter2"
+ },
+ "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": "a15only_audio-iter2"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_audio-iter3"
+ },
+ "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": "a15only_audio-iter3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_audio-iter4"
+ },
+ "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": "a15only_audio-iter4"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_audio-iter5"
+ },
+ "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": "a15only_audio-iter5"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_bbench_audio.json b/examples/wa2_a15only_bbench_audio.json
new file mode 100644
index 0000000..a0f4a5b
--- /dev/null
+++ b/examples/wa2_a15only_bbench_audio.json
@@ -0,0 +1,222 @@
+{
+ "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": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter1"
+ },
+ "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": "a15only_bbench_audio-iter1"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter2"
+ },
+ "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": "a15only_bbench_audio-iter2"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter3"
+ },
+ "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": "a15only_bbench_audio-iter3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter4"
+ },
+ "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": "a15only_bbench_audio-iter4"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter5"
+ },
+ "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": "a15only_bbench_audio-iter5"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_benchmarkpi.json b/examples/wa2_a15only_benchmarkpi.json
new file mode 100644
index 0000000..aa38589
--- /dev/null
+++ b/examples/wa2_a15only_benchmarkpi.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_benchmarkpi.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_benchmarkpi"
+ },
+ "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": "a15only_benchmarkpi"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_caffeinemark.json b/examples/wa2_a15only_caffeinemark.json
new file mode 100644
index 0000000..4e3ad19
--- /dev/null
+++ b/examples/wa2_a15only_caffeinemark.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_caffeinemark.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_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": "a15only_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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_cfbench.json b/examples/wa2_a15only_cfbench.json
new file mode 100644
index 0000000..5d6fc3f
--- /dev/null
+++ b/examples/wa2_a15only_cfbench.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_cfbench.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_cfbench"
+ },
+ "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": "a15only_cfbench"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_geekbench3.json b/examples/wa2_a15only_geekbench3.json
new file mode 100644
index 0000000..509b7b2
--- /dev/null
+++ b/examples/wa2_a15only_geekbench3.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_geekbench3.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_geekbench3"
+ },
+ "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": "a15only_geekbench3"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_linpack.json b/examples/wa2_a15only_linpack.json
new file mode 100644
index 0000000..c8ad69f
--- /dev/null
+++ b/examples/wa2_a15only_linpack.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_linpack.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_linpack"
+ },
+ "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": "a15only_linpack"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+}
diff --git a/examples/wa2_a15only_quadrant.json b/examples/wa2_a15only_quadrant.json
new file mode 100644
index 0000000..c71af32
--- /dev/null
+++ b/examples/wa2_a15only_quadrant.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_quadrant.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_quadrant"
+ },
+ "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": "a15only_quadrant"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_smartbench.json b/examples/wa2_a15only_smartbench.json
new file mode 100644
index 0000000..e462fa6
--- /dev/null
+++ b/examples/wa2_a15only_smartbench.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_smartbench.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_smartbench"
+ },
+ "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": "a15only_smartbench"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_sqlite.json b/examples/wa2_a15only_sqlite.json
new file mode 100644
index 0000000..26849a8
--- /dev/null
+++ b/examples/wa2_a15only_sqlite.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_sqlite.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_sqlite"
+ },
+ "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": "a15only_sqlite"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a15only_vellamo.json b/examples/wa2_a15only_vellamo.json
new file mode 100644
index 0000000..74fed54
--- /dev/null
+++ b/examples/wa2_a15only_vellamo.json
@@ -0,0 +1,82 @@
+{
+ "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": "a15only_vellamo.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_vellamo"
+ },
+ "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": "a15only_vellamo"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a7only_audio.json b/examples/wa2_a7only_audio.json
new file mode 100644
index 0000000..786da74
--- /dev/null
+++ b/examples/wa2_a7only_audio.json
@@ -0,0 +1,222 @@
+{
+ "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": "a7only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_audio-iter1"
+ },
+ "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": "a7only_audio-iter1"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_audio-iter2"
+ },
+ "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": "a7only_audio-iter2"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_audio-iter3"
+ },
+ "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": "a7only_audio-iter3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_audio-iter4"
+ },
+ "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": "a7only_audio-iter4"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_audio-iter5"
+ },
+ "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": "a7only_audio-iter5"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_a7only_bbench_audio.json b/examples/wa2_a7only_bbench_audio.json
new file mode 100644
index 0000000..de32325
--- /dev/null
+++ b/examples/wa2_a7only_bbench_audio.json
@@ -0,0 +1,222 @@
+{
+ "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": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter1"
+ },
+ "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": "a7only_bbench_audio-iter1"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter2"
+ },
+ "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": "a7only_bbench_audio-iter2"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter3"
+ },
+ "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": "a7only_bbench_audio-iter3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter4"
+ },
+ "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": "a7only_bbench_audio-iter4"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter5"
+ },
+ "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": "a7only_bbench_audio-iter5"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_a15_a7_bbench_audio.json b/examples/wa2_hmp_a15_a7_bbench_audio.json
new file mode 100644
index 0000000..1d65e5f
--- /dev/null
+++ b/examples/wa2_hmp_a15_a7_bbench_audio.json
@@ -0,0 +1,448 @@
+{
+ "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_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_bbench_audio"
+ },
+ "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_bbench_audio"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter1"
+ },
+ "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": "a15only_bbench_audio-iter1"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter2"
+ },
+ "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": "a15only_bbench_audio-iter2"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter3"
+ },
+ "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": "a15only_bbench_audio-iter3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter4"
+ },
+ "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": "a15only_bbench_audio-iter4"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a15only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a15only",
+ "SIGNAL_PREFIX": "a15only_bbench_audio-iter5"
+ },
+ "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": "a15only_bbench_audio-iter5"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter1"
+ },
+ "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": "a7only_bbench_audio-iter1"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter2"
+ },
+ "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": "a7only_bbench_audio-iter2"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter3"
+ },
+ "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": "a7only_bbench_audio-iter3"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter4"
+ },
+ "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": "a7only_bbench_audio-iter4"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "role": "host",
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "parameters": {
+ "AGENDA": "a7only_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "a7only",
+ "SIGNAL_PREFIX": "a7only_bbench_audio-iter5"
+ },
+ "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": "a7only_bbench_audio-iter5"
+ },
+ "testdef": "wa2target.yaml"
+ }
+ ],
+ "timeout": 2400
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/milosz.wasilewski/wa2-lava.git",
+ "testdef": "wa2host_postprocessing.yaml",
+ "parameters": {
+ "JOB_NAME": "$WA2_JOB_NAME"
+ }
+ }
+ ],
+ "timeout": 4200,
+ "role": "host"
+ }
+ },
+ {
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+}
diff --git a/examples/wa2_hmp_andbench_t1.json b/examples/wa2_hmp_andbench_t1.json
new file mode 100644
index 0000000..90784ff
--- /dev/null
+++ b/examples/wa2_hmp_andbench_t1.json
@@ -0,0 +1,82 @@
+{
+ "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_andbench_t1.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_andbench_t1"
+ },
+ "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_andbench_t1"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_andbench_t5.json b/examples/wa2_hmp_andbench_t5.json
new file mode 100644
index 0000000..cf883c6
--- /dev/null
+++ b/examples/wa2_hmp_andbench_t5.json
@@ -0,0 +1,82 @@
+{
+ "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_andbench_t5.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_andbench_t5"
+ },
+ "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_andbench_t5"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_antutu_4.json b/examples/wa2_hmp_antutu_4.json
new file mode 100644
index 0000000..2cf07d6
--- /dev/null
+++ b/examples/wa2_hmp_antutu_4.json
@@ -0,0 +1,82 @@
+{
+ "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_antutu_4.0.3.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_antutu_4"
+ },
+ "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_antutu_4"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_audio.json b/examples/wa2_hmp_audio.json
new file mode 100644
index 0000000..d4400f9
--- /dev/null
+++ b/examples/wa2_hmp_audio.json
@@ -0,0 +1,82 @@
+{
+ "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_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_audio"
+ },
+ "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_audio"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_bbench_audio.json b/examples/wa2_hmp_bbench_audio.json
new file mode 100644
index 0000000..04be300
--- /dev/null
+++ b/examples/wa2_hmp_bbench_audio.json
@@ -0,0 +1,82 @@
+{
+ "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_bbench_audio.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_bbench_audio"
+ },
+ "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_bbench_audio"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_benchmarkpi.json b/examples/wa2_hmp_benchmarkpi.json
new file mode 100644
index 0000000..852ca8e
--- /dev/null
+++ b/examples/wa2_hmp_benchmarkpi.json
@@ -0,0 +1,82 @@
+{
+ "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_benchmarkpi.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_benchmarkpi"
+ },
+ "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_benchmarkpi"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_caffeinemark.json b/examples/wa2_hmp_caffeinemark.json
new file mode 100644
index 0000000..9165708
--- /dev/null
+++ b/examples/wa2_hmp_caffeinemark.json
@@ -0,0 +1,82 @@
+{
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_cfbench.json b/examples/wa2_hmp_cfbench.json
new file mode 100644
index 0000000..486b66f
--- /dev/null
+++ b/examples/wa2_hmp_cfbench.json
@@ -0,0 +1,82 @@
+{
+ "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_cfbench.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_cfbench"
+ },
+ "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_cfbench"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_geekbench3.json b/examples/wa2_hmp_geekbench3.json
new file mode 100644
index 0000000..dcd3e34
--- /dev/null
+++ b/examples/wa2_hmp_geekbench3.json
@@ -0,0 +1,82 @@
+{
+ "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_geekbench3.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_geekbench3"
+ },
+ "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_geekbench3"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_linpack.json b/examples/wa2_hmp_linpack.json
new file mode 100644
index 0000000..0629b75
--- /dev/null
+++ b/examples/wa2_hmp_linpack.json
@@ -0,0 +1,82 @@
+{
+ "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_linpack.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_linpack"
+ },
+ "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_linpack"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_quadrant.json b/examples/wa2_hmp_quadrant.json
new file mode 100644
index 0000000..9c8974a
--- /dev/null
+++ b/examples/wa2_hmp_quadrant.json
@@ -0,0 +1,82 @@
+{
+ "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_quadrant.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_quadrant"
+ },
+ "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_quadrant"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_smartbench.json b/examples/wa2_hmp_smartbench.json
new file mode 100644
index 0000000..8c942fc
--- /dev/null
+++ b/examples/wa2_hmp_smartbench.json
@@ -0,0 +1,82 @@
+{
+ "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_smartbench.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_smartbench"
+ },
+ "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_smartbench"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_sqlite.json b/examples/wa2_hmp_sqlite.json
new file mode 100644
index 0000000..5d3288d
--- /dev/null
+++ b/examples/wa2_hmp_sqlite.json
@@ -0,0 +1,82 @@
+{
+ "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_sqlite.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_sqlite"
+ },
+ "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_sqlite"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_hmp_vellamo.json b/examples/wa2_hmp_vellamo.json
new file mode 100644
index 0000000..b19131e
--- /dev/null
+++ b/examples/wa2_hmp_vellamo.json
@@ -0,0 +1,82 @@
+{
+ "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_vellamo.yaml",
+ "JOB_NAME": "$WA2_JOB_NAME",
+ "MODE": "mp",
+ "SIGNAL_PREFIX": "hmp_vellamo"
+ },
+ "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_vellamo"
+ },
+ "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"
+ }
+ ],
+ "health_check": "false",
+ "job_name": "$JOB_NAME",
+ "logging_level": "INFO",
+ "timeout": 1800
+} \ No newline at end of file
diff --git a/examples/wa2_postprocessing.json b/examples/wa2_postprocessing.json
new file mode 100644
index 0000000..e3c6ff7
--- /dev/null
+++ b/examples/wa2_postprocessing.json
@@ -0,0 +1,38 @@
+{
+ "health_check": false,
+ "logging_level": "INFO",
+ "timeout": 1800,
+ "job_name": "$JOB_NAME",
+ "device_type": "dummy-ssh",
+ "actions": [
+ {
+ "command": "dummy_deploy",
+ "parameters": {
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/wa2-lava.git",
+ "testdef": "wa2host_postprocessing.yaml",
+ "parameters": {
+ "JOB_NAME": "$WA2_JOB_NAME"
+ }
+ }
+ ],
+ "timeout": 4200,
+ "role": "host"
+ }
+ },
+ {
+ "command": "submit_results_on_host",
+ "parameters": {
+ "stream": "$BUNDLE_STREAM",
+ "server": "http://validation.linaro.org/RPC2/"
+ }
+ }
+ ]
+}