mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
tests: moved out of wa package
Tests now reside in the root of the repo, rather than in wa package. This means they will no longer packaged and installed in user deployments (they're only useful for developers).
This commit is contained in:
49
tests/data/extensions/devices/test_device.py
Normal file
49
tests/data/extensions/devices/test_device.py
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 2013-2015 ARM Limited
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
|
||||
from wa import Plugin
|
||||
|
||||
|
||||
class TestDevice(Plugin):
|
||||
|
||||
name = 'test-device'
|
||||
kind = 'device'
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.boot_called = 0
|
||||
self.push_file_called = 0
|
||||
self.pull_file_called = 0
|
||||
self.execute_called = 0
|
||||
self.set_sysfile_int_called = 0
|
||||
self.close_called = 0
|
||||
|
||||
def boot(self):
|
||||
self.boot_called += 1
|
||||
|
||||
def push_file(self, source, dest):
|
||||
self.push_file_called += 1
|
||||
|
||||
def pull_file(self, source, dest):
|
||||
self.pull_file_called += 1
|
||||
|
||||
def execute(self, command):
|
||||
self.execute_called += 1
|
||||
|
||||
def set_sysfile_int(self, file, value):
|
||||
self.set_sysfile_int_called += 1
|
||||
|
||||
def close(self, command):
|
||||
self.close_called += 1
|
98
tests/data/interrupts/after
Executable file
98
tests/data/interrupts/after
Executable file
@@ -0,0 +1,98 @@
|
||||
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
|
||||
65: 0 0 0 0 0 0 0 0 GIC dma-pl330.2
|
||||
66: 0 0 0 0 0 0 0 0 GIC dma-pl330.0
|
||||
67: 0 0 0 0 0 0 0 0 GIC dma-pl330.1
|
||||
74: 0 0 0 0 0 0 0 0 GIC s3c2410-wdt
|
||||
85: 2 0 0 0 0 0 0 0 GIC exynos4210-uart
|
||||
89: 368 0 0 0 0 0 0 0 GIC s3c2440-i2c.1
|
||||
90: 0 0 0 0 0 0 0 0 GIC s3c2440-i2c.2
|
||||
92: 1294 0 0 0 0 0 0 0 GIC exynos5-hs-i2c.0
|
||||
95: 831 0 0 0 0 0 0 0 GIC exynos5-hs-i2c.3
|
||||
103: 1 0 0 0 0 0 0 0 GIC ehci_hcd:usb1, ohci_hcd:usb2
|
||||
104: 7304 0 0 0 0 0 0 0 GIC xhci_hcd:usb3, exynos-ss-udc.0
|
||||
105: 0 0 0 0 0 0 0 0 GIC xhci_hcd:usb5
|
||||
106: 0 0 0 0 0 0 0 0 GIC mali.0
|
||||
107: 16429 0 0 0 0 0 0 0 GIC dw-mci
|
||||
108: 1 0 0 0 0 0 0 0 GIC dw-mci
|
||||
109: 0 0 0 0 0 0 0 0 GIC dw-mci
|
||||
114: 28074 0 0 0 0 0 0 0 GIC mipi-dsi
|
||||
117: 0 0 0 0 0 0 0 0 GIC exynos-gsc
|
||||
118: 0 0 0 0 0 0 0 0 GIC exynos-gsc
|
||||
121: 0 0 0 0 0 0 0 0 GIC exynos5-jpeg-hx
|
||||
123: 7 0 0 0 0 0 0 0 GIC s5p-fimg2d
|
||||
126: 0 0 0 0 0 0 0 0 GIC s5p-mixer
|
||||
127: 0 0 0 0 0 0 0 0 GIC hdmi-int
|
||||
128: 0 0 0 0 0 0 0 0 GIC s5p-mfc-v6
|
||||
142: 0 0 0 0 0 0 0 0 GIC dma-pl330.3
|
||||
146: 0 0 0 0 0 0 0 0 GIC s5p-tvout-cec
|
||||
149: 1035 0 0 0 0 0 0 0 GIC mali.0
|
||||
152: 26439 0 0 0 0 0 0 0 GIC mct_tick0
|
||||
153: 0 2891 0 0 0 0 0 0 GIC mct_tick1
|
||||
154: 0 0 3969 0 0 0 0 0 GIC mct_tick2
|
||||
155: 0 0 0 2385 0 0 0 0 GIC mct_tick3
|
||||
160: 0 0 0 0 8038 0 0 0 GIC mct_tick4
|
||||
161: 0 0 0 0 0 8474 0 0 GIC mct_tick5
|
||||
162: 0 0 0 0 0 0 7842 0 GIC mct_tick6
|
||||
163: 0 0 0 0 0 0 0 7827 GIC mct_tick7
|
||||
200: 0 0 0 0 0 0 0 0 GIC exynos5-jpeg-hx
|
||||
201: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.29
|
||||
218: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.25
|
||||
220: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.27
|
||||
224: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.19
|
||||
251: 320 0 0 0 0 0 0 0 GIC mali.0
|
||||
252: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
253: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
254: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
272: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.5
|
||||
274: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.6
|
||||
280: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.11
|
||||
282: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.30
|
||||
284: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.12
|
||||
286: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.17
|
||||
288: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.4
|
||||
290: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.20
|
||||
294: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
296: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
298: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
300: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
302: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
306: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.0
|
||||
316: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.2
|
||||
325: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.0
|
||||
332: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
340: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
342: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
344: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
405: 327 0 0 0 0 0 0 0 combiner s3c_fb
|
||||
409: 0 0 0 0 0 0 0 0 combiner mcuctl
|
||||
414: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.28
|
||||
434: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.22
|
||||
436: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.23
|
||||
438: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.26
|
||||
443: 12 0 0 0 0 0 0 0 combiner mct_comp_irq
|
||||
446: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.21
|
||||
449: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.13
|
||||
453: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.15
|
||||
474: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.24
|
||||
512: 0 0 0 0 0 0 0 0 exynos-eint gpio-keys: KEY_POWER
|
||||
518: 0 0 0 0 0 0 0 0 exynos-eint drd_switch_vbus
|
||||
524: 0 0 0 0 0 0 0 0 exynos-eint gpio-keys: KEY_HOMEPAGE
|
||||
526: 1 0 0 0 0 0 0 0 exynos-eint HOST_DETECT
|
||||
527: 1 0 0 0 0 0 0 0 exynos-eint drd_switch_id
|
||||
531: 1 0 0 0 0 0 0 0 exynos-eint drd_switch_vbus
|
||||
532: 1 0 0 0 0 0 0 0 exynos-eint drd_switch_id
|
||||
537: 3 0 0 0 0 0 0 0 exynos-eint mxt540e_ts
|
||||
538: 0 0 0 0 0 0 0 0 exynos-eint sec-pmic-irq
|
||||
543: 1 0 0 0 0 0 0 0 exynos-eint hdmi-ext
|
||||
544: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_VOLUMEDOWN
|
||||
545: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_VOLUMEUP
|
||||
546: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_MENU
|
||||
547: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_BACK
|
||||
655: 0 0 0 0 0 0 0 0 sec-pmic rtc-alarm0
|
||||
IPI0: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
|
||||
IPI1: 8823 7185 4642 5652 2370 2069 1452 1351 Rescheduling interrupts
|
||||
IPI2: 4 7 8 6 8 7 8 8 Function call interrupts
|
||||
IPI3: 1 0 0 0 0 0 0 0 Single function call interrupts
|
||||
IPI4: 0 0 0 0 0 0 0 0 CPU stop interrupts
|
||||
IPI5: 0 0 0 0 0 0 0 0 CPU backtrace
|
||||
Err: 0
|
97
tests/data/interrupts/before
Executable file
97
tests/data/interrupts/before
Executable file
@@ -0,0 +1,97 @@
|
||||
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
|
||||
65: 0 0 0 0 0 0 0 0 GIC dma-pl330.2
|
||||
66: 0 0 0 0 0 0 0 0 GIC dma-pl330.0
|
||||
67: 0 0 0 0 0 0 0 0 GIC dma-pl330.1
|
||||
74: 0 0 0 0 0 0 0 0 GIC s3c2410-wdt
|
||||
85: 2 0 0 0 0 0 0 0 GIC exynos4210-uart
|
||||
89: 368 0 0 0 0 0 0 0 GIC s3c2440-i2c.1
|
||||
90: 0 0 0 0 0 0 0 0 GIC s3c2440-i2c.2
|
||||
92: 1204 0 0 0 0 0 0 0 GIC exynos5-hs-i2c.0
|
||||
95: 831 0 0 0 0 0 0 0 GIC exynos5-hs-i2c.3
|
||||
103: 1 0 0 0 0 0 0 0 GIC ehci_hcd:usb1, ohci_hcd:usb2
|
||||
104: 7199 0 0 0 0 0 0 0 GIC xhci_hcd:usb3, exynos-ss-udc.0
|
||||
105: 0 0 0 0 0 0 0 0 GIC xhci_hcd:usb5
|
||||
106: 0 0 0 0 0 0 0 0 GIC mali.0
|
||||
107: 16429 0 0 0 0 0 0 0 GIC dw-mci
|
||||
108: 1 0 0 0 0 0 0 0 GIC dw-mci
|
||||
109: 0 0 0 0 0 0 0 0 GIC dw-mci
|
||||
114: 26209 0 0 0 0 0 0 0 GIC mipi-dsi
|
||||
117: 0 0 0 0 0 0 0 0 GIC exynos-gsc
|
||||
118: 0 0 0 0 0 0 0 0 GIC exynos-gsc
|
||||
121: 0 0 0 0 0 0 0 0 GIC exynos5-jpeg-hx
|
||||
123: 7 0 0 0 0 0 0 0 GIC s5p-fimg2d
|
||||
126: 0 0 0 0 0 0 0 0 GIC s5p-mixer
|
||||
127: 0 0 0 0 0 0 0 0 GIC hdmi-int
|
||||
128: 0 0 0 0 0 0 0 0 GIC s5p-mfc-v6
|
||||
142: 0 0 0 0 0 0 0 0 GIC dma-pl330.3
|
||||
146: 0 0 0 0 0 0 0 0 GIC s5p-tvout-cec
|
||||
149: 1004 0 0 0 0 0 0 0 GIC mali.0
|
||||
152: 26235 0 0 0 0 0 0 0 GIC mct_tick0
|
||||
153: 0 2579 0 0 0 0 0 0 GIC mct_tick1
|
||||
154: 0 0 3726 0 0 0 0 0 GIC mct_tick2
|
||||
155: 0 0 0 2262 0 0 0 0 GIC mct_tick3
|
||||
161: 0 0 0 0 0 2554 0 0 GIC mct_tick5
|
||||
162: 0 0 0 0 0 0 1911 0 GIC mct_tick6
|
||||
163: 0 0 0 0 0 0 0 1928 GIC mct_tick7
|
||||
200: 0 0 0 0 0 0 0 0 GIC exynos5-jpeg-hx
|
||||
201: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.29
|
||||
218: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.25
|
||||
220: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.27
|
||||
224: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.19
|
||||
251: 312 0 0 0 0 0 0 0 GIC mali.0
|
||||
252: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
253: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
254: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
272: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.5
|
||||
274: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.6
|
||||
280: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.11
|
||||
282: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.30
|
||||
284: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.12
|
||||
286: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.17
|
||||
288: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.4
|
||||
290: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.20
|
||||
294: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
296: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
298: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
300: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
302: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
306: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.0
|
||||
316: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.2
|
||||
325: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.0
|
||||
332: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
340: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
342: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
344: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
405: 322 0 0 0 0 0 0 0 combiner s3c_fb
|
||||
409: 0 0 0 0 0 0 0 0 combiner mcuctl
|
||||
414: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.28
|
||||
434: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.22
|
||||
436: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.23
|
||||
438: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.26
|
||||
443: 12 0 0 0 0 0 0 0 combiner mct_comp_irq
|
||||
446: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.21
|
||||
449: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.13
|
||||
453: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.15
|
||||
474: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.24
|
||||
512: 0 0 0 0 0 0 0 0 exynos-eint gpio-keys: KEY_POWER
|
||||
518: 0 0 0 0 0 0 0 0 exynos-eint drd_switch_vbus
|
||||
524: 0 0 0 0 0 0 0 0 exynos-eint gpio-keys: KEY_HOMEPAGE
|
||||
526: 1 0 0 0 0 0 0 0 exynos-eint HOST_DETECT
|
||||
527: 1 0 0 0 0 0 0 0 exynos-eint drd_switch_id
|
||||
531: 1 0 0 0 0 0 0 0 exynos-eint drd_switch_vbus
|
||||
532: 1 0 0 0 0 0 0 0 exynos-eint drd_switch_id
|
||||
537: 3 0 0 0 0 0 0 0 exynos-eint mxt540e_ts
|
||||
538: 0 0 0 0 0 0 0 0 exynos-eint sec-pmic-irq
|
||||
543: 1 0 0 0 0 0 0 0 exynos-eint hdmi-ext
|
||||
544: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_VOLUMEDOWN
|
||||
545: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_VOLUMEUP
|
||||
546: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_MENU
|
||||
547: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_BACK
|
||||
655: 0 0 0 0 0 0 0 0 sec-pmic rtc-alarm0
|
||||
IPI0: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
|
||||
IPI1: 8751 7147 4615 5623 2334 2066 1449 1348 Rescheduling interrupts
|
||||
IPI2: 3 6 7 6 7 6 7 7 Function call interrupts
|
||||
IPI3: 1 0 0 0 0 0 0 0 Single function call interrupts
|
||||
IPI4: 0 0 0 0 0 0 0 0 CPU stop interrupts
|
||||
IPI5: 0 0 0 0 0 0 0 0 CPU backtrace
|
||||
Err: 0
|
98
tests/data/interrupts/result
Executable file
98
tests/data/interrupts/result
Executable file
@@ -0,0 +1,98 @@
|
||||
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
|
||||
65: 0 0 0 0 0 0 0 0 GIC dma-pl330.2
|
||||
66: 0 0 0 0 0 0 0 0 GIC dma-pl330.0
|
||||
67: 0 0 0 0 0 0 0 0 GIC dma-pl330.1
|
||||
74: 0 0 0 0 0 0 0 0 GIC s3c2410-wdt
|
||||
85: 0 0 0 0 0 0 0 0 GIC exynos4210-uart
|
||||
89: 0 0 0 0 0 0 0 0 GIC s3c2440-i2c.1
|
||||
90: 0 0 0 0 0 0 0 0 GIC s3c2440-i2c.2
|
||||
92: 90 0 0 0 0 0 0 0 GIC exynos5-hs-i2c.0
|
||||
95: 0 0 0 0 0 0 0 0 GIC exynos5-hs-i2c.3
|
||||
103: 0 0 0 0 0 0 0 0 GIC ehci_hcd:usb1, ohci_hcd:usb2
|
||||
104: 105 0 0 0 0 0 0 0 GIC xhci_hcd:usb3, exynos-ss-udc.0
|
||||
105: 0 0 0 0 0 0 0 0 GIC xhci_hcd:usb5
|
||||
106: 0 0 0 0 0 0 0 0 GIC mali.0
|
||||
107: 0 0 0 0 0 0 0 0 GIC dw-mci
|
||||
108: 0 0 0 0 0 0 0 0 GIC dw-mci
|
||||
109: 0 0 0 0 0 0 0 0 GIC dw-mci
|
||||
114: 1865 0 0 0 0 0 0 0 GIC mipi-dsi
|
||||
117: 0 0 0 0 0 0 0 0 GIC exynos-gsc
|
||||
118: 0 0 0 0 0 0 0 0 GIC exynos-gsc
|
||||
121: 0 0 0 0 0 0 0 0 GIC exynos5-jpeg-hx
|
||||
123: 0 0 0 0 0 0 0 0 GIC s5p-fimg2d
|
||||
126: 0 0 0 0 0 0 0 0 GIC s5p-mixer
|
||||
127: 0 0 0 0 0 0 0 0 GIC hdmi-int
|
||||
128: 0 0 0 0 0 0 0 0 GIC s5p-mfc-v6
|
||||
142: 0 0 0 0 0 0 0 0 GIC dma-pl330.3
|
||||
146: 0 0 0 0 0 0 0 0 GIC s5p-tvout-cec
|
||||
149: 31 0 0 0 0 0 0 0 GIC mali.0
|
||||
152: 204 0 0 0 0 0 0 0 GIC mct_tick0
|
||||
153: 0 312 0 0 0 0 0 0 GIC mct_tick1
|
||||
154: 0 0 243 0 0 0 0 0 GIC mct_tick2
|
||||
155: 0 0 0 123 0 0 0 0 GIC mct_tick3
|
||||
> 160: 0 0 0 0 8038 0 0 0 GIC mct_tick4
|
||||
161: 0 0 0 0 0 5920 0 0 GIC mct_tick5
|
||||
162: 0 0 0 0 0 0 5931 0 GIC mct_tick6
|
||||
163: 0 0 0 0 0 0 0 5899 GIC mct_tick7
|
||||
200: 0 0 0 0 0 0 0 0 GIC exynos5-jpeg-hx
|
||||
201: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.29
|
||||
218: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.25
|
||||
220: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.27
|
||||
224: 0 0 0 0 0 0 0 0 GIC exynos-sysmmu.19
|
||||
251: 8 0 0 0 0 0 0 0 GIC mali.0
|
||||
252: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
253: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
254: 0 0 0 0 0 0 0 0 GIC exynos5-scaler
|
||||
272: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.5
|
||||
274: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.6
|
||||
280: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.11
|
||||
282: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.30
|
||||
284: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.12
|
||||
286: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.17
|
||||
288: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.4
|
||||
290: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.20
|
||||
294: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
296: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
298: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
300: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
302: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
306: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.0
|
||||
316: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.2
|
||||
325: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.0
|
||||
332: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
340: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
342: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.9
|
||||
344: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.16
|
||||
405: 5 0 0 0 0 0 0 0 combiner s3c_fb
|
||||
409: 0 0 0 0 0 0 0 0 combiner mcuctl
|
||||
414: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.28
|
||||
434: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.22
|
||||
436: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.23
|
||||
438: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.26
|
||||
443: 0 0 0 0 0 0 0 0 combiner mct_comp_irq
|
||||
446: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.21
|
||||
449: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.13
|
||||
453: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.15
|
||||
474: 0 0 0 0 0 0 0 0 combiner exynos-sysmmu.24
|
||||
512: 0 0 0 0 0 0 0 0 exynos-eint gpio-keys: KEY_POWER
|
||||
518: 0 0 0 0 0 0 0 0 exynos-eint drd_switch_vbus
|
||||
524: 0 0 0 0 0 0 0 0 exynos-eint gpio-keys: KEY_HOMEPAGE
|
||||
526: 0 0 0 0 0 0 0 0 exynos-eint HOST_DETECT
|
||||
527: 0 0 0 0 0 0 0 0 exynos-eint drd_switch_id
|
||||
531: 0 0 0 0 0 0 0 0 exynos-eint drd_switch_vbus
|
||||
532: 0 0 0 0 0 0 0 0 exynos-eint drd_switch_id
|
||||
537: 0 0 0 0 0 0 0 0 exynos-eint mxt540e_ts
|
||||
538: 0 0 0 0 0 0 0 0 exynos-eint sec-pmic-irq
|
||||
543: 0 0 0 0 0 0 0 0 exynos-eint hdmi-ext
|
||||
544: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_VOLUMEDOWN
|
||||
545: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_VOLUMEUP
|
||||
546: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_MENU
|
||||
547: 0 0 0 0 0 0 0 0 s5p_gpioint gpio-keys: KEY_BACK
|
||||
655: 0 0 0 0 0 0 0 0 sec-pmic rtc-alarm0
|
||||
IPI0: 0 0 0 0 0 0 0 0 Timer broadcast interrupts
|
||||
IPI1: 72 38 27 29 36 3 3 3 Rescheduling interrupts
|
||||
IPI2: 1 1 1 0 1 1 1 1 Function call interrupts
|
||||
IPI3: 0 0 0 0 0 0 0 0 Single function call interrupts
|
||||
IPI4: 0 0 0 0 0 0 0 0 CPU stop interrupts
|
||||
IPI5: 0 0 0 0 0 0 0 0 CPU backtrace
|
||||
Err: 0
|
14
tests/data/logcat.2.log
Normal file
14
tests/data/logcat.2.log
Normal file
@@ -0,0 +1,14 @@
|
||||
--------- beginning of /dev/log/main
|
||||
D/TextView( 2468): 7:07
|
||||
D/TextView( 2468): 7:07
|
||||
D/TextView( 2468): Thu, June 27
|
||||
--------- beginning of /dev/log/system
|
||||
D/TextView( 3099): CaffeineMark results
|
||||
D/TextView( 3099): Overall score:
|
||||
D/TextView( 3099): Rating
|
||||
D/TextView( 3099): Rank
|
||||
D/TextView( 3099): 0
|
||||
D/TextView( 3099): Details
|
||||
D/TextView( 3099): Publish
|
||||
D/TextView( 3099): Top 10
|
||||
D/TextView( 3099): 3672
|
10
tests/data/logcat.log
Normal file
10
tests/data/logcat.log
Normal file
@@ -0,0 +1,10 @@
|
||||
--------- beginning of /dev/log/main
|
||||
--------- beginning of /dev/log/system
|
||||
D/TextView( 2462): 5:05
|
||||
D/TextView( 2462): 5:05
|
||||
D/TextView( 2462): Mon, June 24
|
||||
D/TextView( 3072): Stop Test
|
||||
D/TextView( 3072): Testing CPU and memory…
|
||||
D/TextView( 3072): 0%
|
||||
D/TextView( 3072): Testing CPU and memory…
|
||||
|
25
tests/data/test-agenda.yaml
Normal file
25
tests/data/test-agenda.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
global:
|
||||
iterations: 8
|
||||
boot_parameters:
|
||||
os_mode: mp_a15_bootcluster
|
||||
runtime_parameters:
|
||||
a7_governor: Interactive
|
||||
a15_governor: Interactive2
|
||||
a7_cores: 3
|
||||
a15_cores: 2
|
||||
workloads:
|
||||
- id: 1c
|
||||
workload_name: bbench_with_audio
|
||||
- id: 1d
|
||||
workload_name: Bbench_with_audio
|
||||
runtime_parameters:
|
||||
os_mode: mp_a7_only
|
||||
a7_cores: 0
|
||||
iterations: 4
|
||||
- id: 1e
|
||||
workload_name: audio
|
||||
- id: 1f
|
||||
workload_name: antutu
|
||||
runtime_parameters:
|
||||
a7_cores: 1
|
||||
a15_cores: 1
|
17
tests/data/test-config.py
Normal file
17
tests/data/test-config.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2013-2015 ARM Limited
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
|
||||
device = 'TEST'
|
Reference in New Issue
Block a user