Commit graph

21132 commits

Author SHA1 Message Date
Haoxiang Li
f6e0036c05 Merge "Modify the name of the SV interface to match VTS" into rvc-dev 2020-04-09 03:39:27 +00:00
TreeHugger Robot
8bc18c0ed5 Merge "Add SECTION/TS/AUDIO/VIDEO Tuner vts Broadcast tests" into rvc-dev 2020-04-09 03:28:56 +00:00
Daniel Norman
21069a6194 Adds IWifi 1.3 and 1.4 as interfaces provided by vendor.wifi_hal_legacy. am: ecb16248c9
Change-Id: I96014ff401ab5601b0bd943d43fcf777f3302c7a
2020-04-09 00:56:49 +00:00
Daniel Norman
ecb16248c9 Adds IWifi 1.3 and 1.4 as interfaces provided by vendor.wifi_hal_legacy.
Bug: 150474819
Bug: 152173671
Test: vts_ibase_test
Change-Id: Ie5462d41177ec6dd56e6de266157e7d4ac28b388
Merged-In: Ie5462d41177ec6dd56e6de266157e7d4ac28b388

(cherry picked from commit f58ff069ee)

Change-Id: Ie5462d41177ec6dd56e6de266157e7d4ac28b388
2020-04-08 21:39:24 +00:00
TreeHugger Robot
6737f60390 [automerger skipped] Merge "Convert VtsHalAudioV*_0TargetTest to parameterized gtest" into rvc-dev am: 25e1181101 -s ours
am skip reason: Change-Id I09be1dc79b69caadd2a5468c4e6ed9c1efd76ffd with SHA-1 82cf1f1bb2 is in history

Change-Id: I2be922e38b47da0d0ad130c083d4358d41521801
2020-04-08 20:43:31 +00:00
TreeHugger Robot
f27b14fffd [automerger skipped] Merge "Convert VtsHalBluetoothA2dpV1_0TargetTest to be parameterized test" into rvc-dev am: 1964936593 -s ours
am skip reason: Change-Id Ib7ba41f4da12c60658e938fa14c53ba37c74bd1a with SHA-1 83a02a7aaf is in history

Change-Id: I13e2d8944a719005503e74cb2053715f7e0b3993
2020-04-08 20:43:25 +00:00
TreeHugger Robot
fdda258086 [automerger skipped] Merge "Convert MediaOmx tests to parameterized gtest" into rvc-dev am: e09eaf2fc5 -s ours
am skip reason: Change-Id Id1b8f6073c98db36c0ac86a881e7220ecfd0a71f with SHA-1 e2a91ed317 is in history

Change-Id: I1e2c793549a28165dc30a5c5fac64977dde133df
2020-04-08 20:43:19 +00:00
TreeHugger Robot
80a56796d6 Merge "Add libvtswidevine dep to VtsHalDrmV1_3TargetTest" into rvc-dev am: bb14d6b3b6
Change-Id: Ie3560f346b6fdaded3373d48b2acc06da67a2eeb
2020-04-08 20:43:10 +00:00
TreeHugger Robot
25e1181101 Merge "Convert VtsHalAudioV*_0TargetTest to parameterized gtest" into rvc-dev 2020-04-08 20:30:00 +00:00
TreeHugger Robot
1964936593 Merge "Convert VtsHalBluetoothA2dpV1_0TargetTest to be parameterized test" into rvc-dev 2020-04-08 20:29:54 +00:00
TreeHugger Robot
e09eaf2fc5 Merge "Convert MediaOmx tests to parameterized gtest" into rvc-dev 2020-04-08 20:29:50 +00:00
TreeHugger Robot
bb14d6b3b6 Merge "Add libvtswidevine dep to VtsHalDrmV1_3TargetTest" into rvc-dev 2020-04-08 20:29:46 +00:00
Robert Shih
d7c3a55282 Merge "drm 1.3 vts: call signRSA with non-empty args" into rvc-dev am: 9ef4f067ba
Change-Id: Ia556b0d1216f4ddfede373bbd4b918745bbd4cde
2020-04-08 20:08:51 +00:00
Robert Shih
9ef4f067ba Merge "drm 1.3 vts: call signRSA with non-empty args" into rvc-dev 2020-04-08 19:57:52 +00:00
Jeongik Cha
f63412fcf9 android.hardware.tests.extension.vibrator-update-api
Dumping android.hardware.tests.extension.vibrator was ommited
because of difference of module name across branch.

Bug: 153501107
Bug: 152655547
Test: m
Change-Id: Ia272ffa77add9ef0b02ee0a23fc2389ac69fa9aa
2020-04-08 22:32:00 +09:00
Jeongik Cha
cfb374895d Freeze vintf aidl interfaces
AIDL interfaces which are vintf-stable have to be frozen in release.
But these interfaces have been never frozen, so freeze them.

- android.hardware.power
- android.hardware.identity
- android.hardware.keymaster
- android.hardware.vibrator
- android.hardware.light
- android.hardware.tests.extension.vibrator

Bug: 153500421
Bug: 153500550
Bug: 153511407
Bug: 153500549
Bug: 153501107
Bug: 153501202
Test: m
Change-Id: I643c25fc695f9d1e874dcceb327d465c49e9cab6
2020-04-08 20:28:40 +09:00
Jiyong Park
369fe2f322 Update the current API dump
All aidl_interface modules should by default considered as stable, in
case it is used across system and vendor partitions, or across modules.
Like other API surfaces, we need to have a dump for the current
(yet-to-be-released) version and update it when there is an API change.
This is done via .

Then the owner of the interface can freeze the current version as a
numbered version via .

This change shal be rejected only when the owner is certain that the
interface is not used across the updatable boundaries.

Bug: 152655547
Test: m
Change-Id: I93fba2721695a14e0eb4a2173066ce132228b895
Merged-In: I93fba2721695a14e0eb4a2173066ce132228b895
2020-04-08 20:21:58 +09:00
Jiyong Park
db3a8dcdd4 Update the current API dump
All aidl_interface modules should by default considered as stable, in
case it is used across system and vendor partitions, or across modules.
Like other API surfaces, we need to have a dump for the current
(yet-to-be-released) version and update it when there is an API change.
This is done via .

Then the owner of the interface can freeze the current version as a
numbered version via .

This change shal be rejected only when the owner is certain that the
interface is not used across the updatable boundaries.

Bug: 152655547
Test: m
Change-Id: If47c5982894dc99a7f2d1767d64be60b491842c7
Merged-In: If47c5982894dc99a7f2d1767d64be60b491842c7
2020-04-08 20:20:52 +09:00
Jiyong Park
fbaea712a3 Update the current API dump
All aidl_interface modules should by default considered as stable, in
case it is used across system and vendor partitions, or across modules.
Like other API surfaces, we need to have a dump for the current
(yet-to-be-released) version and update it when there is an API change.
This is done via .

Then the owner of the interface can freeze the current version as a
numbered version via .

This change shal be rejected only when the owner is certain that the
interface is not used across the updatable boundaries.

Bug: 152655547
Test: m
Change-Id: Id167905590c0a596b0ed470ef668c47810966836
Merged-In: Id167905590c0a596b0ed470ef668c47810966836
2020-04-08 18:38:49 +09:00
Jiyong Park
b74bd982f9 Update the current API dump
All aidl_interface modules should by default considered as stable, in
case it is used across system and vendor partitions, or across modules.
Like other API surfaces, we need to have a dump for the current
(yet-to-be-released) version and update it when there is an API change.
This is done via .

Then the owner of the interface can freeze the current version as a
numbered version via .

This change shal be rejected only when the owner is certain that the
interface is not used across the updatable boundaries.

Bug: 152655547
Test: m
Change-Id: Idb1c34df81674321911e4a85f9e862b539a3f30c
Merged-In: Idb1c34df81674321911e4a85f9e862b539a3f30c
2020-04-08 18:30:44 +09:00
Jiyong Park
d7fcbb00d7 Update the current API dump
All aidl_interface modules should by default considered as stable, in
case it is used across system and vendor partitions, or across modules.
Like other API surfaces, we need to have a dump for the current
(yet-to-be-released) version and update it when there is an API change.
This is done via .

Then the owner of the interface can freeze the current version as a
numbered version via .

This change shal be rejected only when the owner is certain that the
interface is not used across the updatable boundaries.

Bug: 152655547
Test: m
Change-Id: Ia633e3a143b35626c59b2447c38c1710ee270f0c
Merged-In: Ia633e3a143b35626c59b2447c38c1710ee270f0c
2020-04-08 18:27:11 +09:00
Haoxiang Li
49af02ff9d Modify the name of the SV interface to match VTS
Modify the name of the Surround View interface to match the one in VTS
and the one in the default implementation.

Bug: 150412555
Test: m -j
Change-Id: I36c2a9187ae0973444ce441bda09c31d9b73809d
2020-04-08 00:22:28 -07:00
Dan Shi
2fc267b606 [automerger skipped] Merge "Rename vts-core to vts" into rvc-dev am: 4c6e4c7ec4 -s ours
am skip reason: Change-Id I562b4dc50765e953800a814a8fd84a01c1b9352b with SHA-1 ba894f81db is in history

Change-Id: If2b6bd01e241c30f0b56fe2ed21f3323760a8096
2020-04-08 04:12:09 +00:00
Dan Shi
4c6e4c7ec4 Merge "Rename vts-core to vts" into rvc-dev 2020-04-08 03:58:41 +00:00
Steven Moreland
30544e0246 Merge "Remove configstore from compatibility_matrix.5.xml" into rvc-dev am: 2ef951ca10
Change-Id: I99c5553b053ff463dbf91f6fa150d6b5487616c0
2020-04-08 01:07:21 +00:00
Steven Moreland
2ef951ca10 Merge "Remove configstore from compatibility_matrix.5.xml" into rvc-dev 2020-04-08 00:50:28 +00:00
Dan Shi
eb5f33e0ef Rename vts-core to vts am: ba894f81db am: 55d110bcd0
Change-Id: Ifc137320af42febc24937f09e5baa4c5a95ac1c4
2020-04-07 23:56:42 +00:00
Dan Shi
55d110bcd0 Rename vts-core to vts am: ba894f81db
Change-Id: Ifb5d31470ee6d3b29b2f1af4be54b1fbdd888a7c
2020-04-07 23:45:55 +00:00
Dan Shi
aad51fa000 Rename vts-core to vts
Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL update suite name vts-core to vts as
the suite name is updated. This CL won't change test logic or behavior.

Change-Id: I562b4dc50765e953800a814a8fd84a01c1b9352b
Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
2020-04-07 16:37:40 -07:00
Amy Zhang
e2654bfb87 Add SECTION/TS/AUDIO/VIDEO Tuner vts Broadcast tests
Please expect to see a refactoring on a more robust and cleaner version
of the new filter tests the child CL.

Test: atest VtsHalTvTunerV1_0TargetTest on cf and vendor device
Bug: 150953857
Change-Id: I34fbb193d0208d19496f360d900ae5078ece2cc5
2020-04-07 16:01:09 -07:00
TreeHugger Robot
9ccbf104af [automerger skipped] Merge "Push prebuilt libvtswidevine to device for drm HAL tests" into rvc-dev am: b95fc85203 -s ours
am skip reason: Change-Id I4ad91c99956525120549321d227aaf6864877c76 with SHA-1 3d0285b182 is in history

Change-Id: I5f3d6cdcc79a761e50873ec902a70f76076ee223
2020-04-07 22:28:02 +00:00
TreeHugger Robot
ae2270e1c4 Merge "Push prebuilt libvtswidevine to device for drm HAL test" into rvc-dev am: 1e169a2760
Change-Id: I35c466c3dbef687827729adf5e7880c0a2f6b9f6
2020-04-07 22:28:00 +00:00
Dan Shi
ba894f81db Rename vts-core to vts
Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL update suite name vts-core to vts as
the suite name is updated. This CL won't change test logic or behavior.

Change-Id: I562b4dc50765e953800a814a8fd84a01c1b9352b
Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
2020-04-07 15:17:02 -07:00
TreeHugger Robot
b95fc85203 Merge "Push prebuilt libvtswidevine to device for drm HAL tests" into rvc-dev 2020-04-07 22:08:45 +00:00
TreeHugger Robot
1e169a2760 Merge "Push prebuilt libvtswidevine to device for drm HAL test" into rvc-dev 2020-04-07 22:08:45 +00:00
Dan Shi
67963dec8b Convert VtsHalAudioV*_0TargetTest to parameterized gtest
For version 2, 4 and 5.

Bug: 150299743
Test: atest VtsHalAudioV2_0TargetTest \
  VtsHalAudioV4_0TargetTest \
  VtsHalAudioV5_0TargetTest
Change-Id: I09be1dc79b69caadd2a5468c4e6ed9c1efd76ffd
Merged-In: I09be1dc79b69caadd2a5468c4e6ed9c1efd76ffd
2020-04-07 22:06:19 +00:00
Dan Shi
d6fea1eaa1 Convert MediaOmx tests to parameterized gtest
Bug: 142950220
Test: atest VtsHalMediaOmxV1_0TargetMasterTest \
  VtsHalMediaOmxV1_0TargetComponentTest \
  VtsHalMediaOmxV1_0TargetAudioEncTest \
  VtsHalMediaOmxV1_0TargetAudioDecTest \
  VtsHalMediaOmxV1_0TargetVideoDecTest \
  VtsHalMediaOmxV1_0TargetVideoEncTest

Change-Id: Id1b8f6073c98db36c0ac86a881e7220ecfd0a71f
Merged-In: Id1b8f6073c98db36c0ac86a881e7220ecfd0a71f
2020-04-07 21:31:03 +00:00
Dan Shi
f8c91f5855 Convert VtsHalBluetoothA2dpV1_0TargetTest to be parameterized test
Bug: 142397658
Test: atest VtsHalBluetoothA2dpV1_0TargetTest
Change-Id: Ib7ba41f4da12c60658e938fa14c53ba37c74bd1a
Merged-In: Ib7ba41f4da12c60658e938fa14c53ba37c74bd1a
2020-04-07 21:28:26 +00:00
TreeHugger Robot
91c9d6f16e Merge "Add filegroup for trout project to use VehicleHalProto definition" into rvc-dev am: 03a34b7964
Change-Id: Ic8be5c91a154c7dc04d0820994060250fa2306a8
2020-04-07 20:19:10 +00:00
TreeHugger Robot
03a34b7964 Merge "Add filegroup for trout project to use VehicleHalProto definition" into rvc-dev 2020-04-07 20:05:47 +00:00
Dan Shi
f956a7ea0a Push prebuilt libvtswidevine to device for drm HAL tests
Bug: 143220441
Test: atest VtsHalDrmV1_0TargetTest \
  VtsHalDrmV1_1TargetTest\
  VtsHalDrmV1_2TargetTest
Change-Id: I4ad91c99956525120549321d227aaf6864877c76
Merged-In: I4ad91c99956525120549321d227aaf6864877c76
2020-04-07 12:55:00 -07:00
Dan Shi
ee9f3acae3 Push prebuilt libvtswidevine to device for drm HAL test
Bug: 143220441
Test: atest VtsHalDrmV1_3TargetTest
Change-Id: I08af2bf9524b0bbb362c28eceef5e6642545ecc7
(cherry picked from commit d7c88e3e55)
2020-04-07 18:44:19 +00:00
Amy Zhang
64f2323831 Merge "Add TEST_MAPPING presubmit config for VtsHalTvInputV1_0TargetTest" into rvc-dev am: b02198182b
Change-Id: Iff122248e7855e33da36d269ab8cb8516afb8b5a
2020-04-07 18:44:17 +00:00
Amy Zhang
b02198182b Merge "Add TEST_MAPPING presubmit config for VtsHalTvInputV1_0TargetTest" into rvc-dev 2020-04-07 18:26:10 +00:00
Steven Moreland
2efc9d24bd Merge "Add VtsHalNeuralnetworksV1_3TargetTest to vts." into rvc-dev am: f4fbd7db98
Change-Id: I3e02bbfb8082d00a8f94be1f575717c00d6e8941
2020-04-07 18:19:51 +00:00
Calvin Huang
1fc6ac7c9d Merge "Override VHAL property init value with json" into rvc-dev am: 0c8803cb75
Change-Id: I74c33adae44aeb433288f5ecb50804a85b8a800d
2020-04-07 18:19:36 +00:00
Steven Moreland
f4fbd7db98 Merge "Add VtsHalNeuralnetworksV1_3TargetTest to vts." into rvc-dev 2020-04-07 18:11:38 +00:00
Calvin Huang
0c8803cb75 Merge "Override VHAL property init value with json" into rvc-dev 2020-04-07 18:06:45 +00:00
Nate Jiang
799b6cce20 Merge "Make VTS test use the highest supported preamble" into rvc-dev am: 68948013ca
Change-Id: I54cd1504441f9d9c255a895da2d4eeb75f08affe
2020-04-07 15:26:37 +00:00
Nate Jiang
68948013ca Merge "Make VTS test use the highest supported preamble" into rvc-dev 2020-04-07 15:14:01 +00:00