aboutsummaryrefslogtreecommitdiff
path: root/en/compatibility/_toc-tests.yaml
blob: 8002d3c2f54d2a7780512789733c0a5048bf5196 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
toc:
- title: Overview
  path: /compatibility/tests/
- title: Test Development Workflow
  section:
  - title: Overview
    path: /compatibility/tests/development/
  - title: Simple Configuration
    path: /compatibility/tests/development/blueprints.md
  - title: Complex Configuration
    path: /compatibility/tests/development/test-config.md
  - title: Instrumentation Tests
    section:
    - title: Overview
      path: /compatibility/tests/development/instrumentation.md
    - title: Self-Instrumenting Tests
      path: /compatibility/tests/development/instr-self-e2e.md
    - title: Targeting an Application
      path: /compatibility/tests/development/instr-app-e2e.md
  - title: Native Tests
    section:
    - title: Overview
      path: /compatibility/tests/development/native.md
    - title: Adding a New Native Test
      path: /compatibility/tests/development/native-func-e2e.md
    - title: Native Metric Tests
      path: /compatibility/tests/development/metrics.md
  - title: JAR Host Tests
    path: /compatibility/tests/development/jar.md
  - title: Mapping Tests
    path: /compatibility/tests/development/test-mapping
  - title: Running Tests (Atest)
    path: /compatibility/tests/development/atest
- title: Compatibility Test Suite (CTS)
  section:
  - title: Overview
    path: /compatibility/cts/
  - title: Set up CTS
    path: /compatibility/cts/setup
  - title: Run CTS
    path: /compatibility/cts/run
  - title: Run CTS Verifier
    section:
    - title: Overview
      path: /compatibility/cts/verifier
    - title: Audio Framework
      path: /compatibility/cts/audio-framework
    - title: Near Ultrasound Tests
      path: /compatibility/cts/near-ultrasound
    - title: Rotation Vector Crosscheck
      path: /compatibility/cts/rotation-vector
    - title: USB Audio CTS Tests
      path: /compatibility/cts/usb-audio
  - title: Camera Testing
    section:
    - title: Camera HAL Testing
      path: /compatibility/cts/camera-hal
    - title: Camera ITS-in-a-Box
      section:
      - title: Overview
        path: /compatibility/cts/camera-its-box
      - title: Regular Field of View Box
        path: /compatibility/cts/camera-its-box-assembly
      - title: Wide Field of View Box
        path: /compatibility/cts/camera-wfov-box-assembly
    - title: Sensor Fusion Box
      section:
      - title: Sensor Fusion Box Quick Start
        path: /compatibility/cts/sensor-fusion-quick-start
      - title: Sensor Fusion Box Details
        path: /compatibility/cts/sensor-fusion-box-assembly
  - title: Secure Element
    path: /compatibility/cts/secure-element
  - title: Interpret Results
    path: /compatibility/cts/interpret
  - title: Develop CTS
    path: /compatibility/cts/development
  - title: Downloads
    path: /compatibility/cts/downloads
- title: Vendor Test Suite (VTS)
  section:
  - title: Overview
    path: /compatibility/vts/
  - title: Codelab and Video Tutorials
    path: /compatibility/vts/codelab-video
  - title: Systems Testing with VTS
    path: /compatibility/vts/systems
  - title: Test Framework
    section:
    - title: Device Shell Commands
      path: /compatibility/vts/shell-commands
    - title: Test Templates
      path: /compatibility/vts/test-templates
    - title: Service Name Aware HAL Testing
      path: /compatibility/vts/sna-hal-testing
    - title: HAL Testability Check
      path: /compatibility/vts/hal-testability
    - title: Multi-Device Testing
      path: /compatibility/vts/multi-device-testing
  - title: VTS Dashboard
    section:
    - title: Setup
      path: /compatibility/vts/setup
    - title: Database
      path: /compatibility/vts/database
    - title: User Interface
      path: /compatibility/vts/ui
  - title: Lab Infrastructure
    section:
    - title: Automated Testing Infrastructure
      path: /compatibility/vts/automated-test-infra
    - title: Host Controller Architecture
      path: /compatibility/vts/host-controller
  - title: Performance Testing
    path: /compatibility/vts/performance
- title: Trade Federation Test Harness
  section:
  - title: Overview
    path: /devices/tech/test_infra/tradefed/
  - title: Start Here
    path: /devices/tech/test_infra/tradefed/fundamentals
  - title: Machine Setup
    path: /devices/tech/test_infra/tradefed/fundamentals/machine_setup
  - title: Working with Devices
    path: /devices/tech/test_infra/tradefed/fundamentals/devices
  - title: Test Lifecycle
    path: /devices/tech/test_infra/tradefed/fundamentals/lifecycle
  - title: Option Handling
    path: /devices/tech/test_infra/tradefed/fundamentals/options
  - title: An End-to-End Example
    path: /devices/tech/test_infra/tradefed/full_example
  - title: Package Index
    path: /reference/tradefed/
- title: Debugging
  section:
  - title: Overview
    path: /devices/tech/debug/
  - title: Diagnosing Native Crashes
    path: /devices/tech/debug/native-crash
  - title: Evaluating Performance
    section:
    - title: Overview
      path: /devices/tech/debug/eval_perf
    - title: Understanding systrace
      path: /devices/tech/debug/systrace
    - title: Using ftrace
      path: /devices/tech/debug/ftrace
    - title: Identifying Capacity Jank
      path: /devices/tech/debug/jank_capacity
    - title: Identifying Jitter Jank
      path: /devices/tech/debug/jank_jitter
  - title: Using GDB
    path: /devices/tech/debug/gdb
  - title: Dumping User & Kernel Stacks
    path: /devices/tech/debug/native_stack_dump
  - title: Native Memory Use
    path: /devices/tech/debug/native-memory
  - title: Network Connectivity Tests
    path: /devices/tech/connect/connect_tests
  - title: Rescue Party
    path: /devices/tech/debug/rescue-party
  - title: Storaged
    path: /devices/tech/debug/storaged
  - title: Strace
    path: /devices/tech/debug/strace
  - title: Valgrind
    path: /devices/tech/debug/valgrind