aboutsummaryrefslogtreecommitdiff
path: root/lkft/lava-job-definitions/common/template-cts-lkft-x15-powersave-no-libcore-camera-webkit.yaml
blob: 0b9a0cc1e6511bedccaa784f4b6ca3a1ceea2884 (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
{% extends device_type %}

{% block job_name %}lkft-android-{{KERNEL_BRANCH}}-{{BUILD_NUMBER}}-cts-lkft{% endblock job_name %}

{% block job_gobal_timeout %}
timeouts:
  job:
    minutes: 360
  action:
    minutes: 15
  connection:
    minutes: 2
{% endblock job_gobal_timeout %}

{% block job_specific_metadata %}
  cts-url: "{{TEST_CTS_URL}}/android-cts.zip"
  cts-manifest: "{{TEST_CTS_URL}}/pinned-manifest.xml"
  cts-version: "{{TEST_CTS_VERSION}}"
  cts-plan: "cts-lkft"
{% endblock job_specific_metadata %}

{% block test_target %}
- test:
    namespace: tlxc
    timeout:
      minutes: 360
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/android/noninteractive-tradefed/tradefed.yaml
      params:
        SET_GOVERNOR_POWERSAVE: "true"
        TEST_PARAMS: cts
            --include-filter CtsAslrMallocTestCases
            --include-filter CtsBionicTestCases
            --include-filter CtsBluetoothTestCases
            --include-filter CtsDisplayTestCases
            --include-filter CtsDramTestCases
            --include-filter CtsDrmTestCases
            --include-filter CtsGraphicsTestCases
            --include-filter CtsHardwareTestCases
            --include-filter CtsJankDeviceTestCases
            --include-filter CtsJniTestCases
            --include-filter CtsLibcoreLegacy22TestCases
            --include-filter CtsOsTestCases
            --include-filter CtsSystemUiTestCases
            --include-filter CtsSystemUiRenderingTestCases
            --include-filter CtsUsbTests
            --disable-reboot
        TEST_URL: "{{TEST_CTS_URL}}/android-cts.zip"
        TEST_PATH: "android-cts"
        RESULTS_FORMAT: "aggregated"
        ANDROID_VERSION: "{{ANDROID_VERSION}}"
      name: "cts-lkft"
{% endblock test_target %}