aboutsummaryrefslogtreecommitdiff
path: root/examples/wa2_hmp_antutu_4.json
blob: 2cf07d6d6d36d68861438d1992b6fdcf8f1241e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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
}