Yu-Han Yang
3344506a78
Allow multiple registered GNSS HALs
...
Bug: 325210998
Change-Id: I1c5e4e37059b6159ffaff310d2d0dd588d35fd7c
Test: atest VtsHalGnssV1_1TargetTest
2024-02-14 22:11:23 +00:00
Treehugger Robot
85e1f5e409
[automerger skipped] Merge "[DO NOT MERGE] vts: Fix for setProp in VtsHalAutomotiveVehicleV2_0TargetTest" into android12L-tests-dev am: 1f3bee1191 -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2904808
Change-Id: Ie1a578863136c0f34c5dc00e92b7b9604f000971
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-06 05:54:43 +00:00
Kevin Karl
8824d06406
[automerger skipped] [DO NOT MERGE] vts: Fix for setProp in VtsHalAutomotiveVehicleV2_0TargetTest am: 29a9a9ccfd -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2904808
Change-Id: Ib6d24f096a57f36adad35f7b6559354f3860769e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-06 05:54:38 +00:00
Treehugger Robot
1f3bee1191
Merge "[DO NOT MERGE] vts: Fix for setProp in VtsHalAutomotiveVehicleV2_0TargetTest" into android12L-tests-dev
2024-02-06 05:25:19 +00:00
Shawn Willden
9f1f92c4a8
[automerger skipped] Merge "Fix AttestKeyTest failures in KeyMint VTS" into android12-tests-dev am: bd01292ab7 am: 198bcf3a6d -s ours
...
am skip reason: Merged-In I8199e5c7570b10b71f127c7439b889c0b3327865 with SHA-1 981c9c2236 is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2665235
Change-Id: If4d6d688d8e7d0373e3e1edd740ae0c78605134e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-05 18:49:14 +00:00
Shawn Willden
dc8281e5a6
[automerger skipped] Merge "Add check_feature helper" into android12-tests-dev am: 61b28ebd18 am: 3756b0c17f -s ours
...
am skip reason: Merged-In I4a5b2a41172c15ae29efb5b177eb86cea5527b4e with SHA-1 b7d44a2eef is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2665195
Change-Id: I3bab88ae6c301fb8ced89c251e84a21e0e35ec59
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-05 18:49:09 +00:00
Shawn Willden
198bcf3a6d
Merge "Fix AttestKeyTest failures in KeyMint VTS" into android12-tests-dev am: bd01292ab7
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2665235
Change-Id: I6adf3810f97b1af4f4b7afad0059035154944623
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-05 18:12:23 +00:00
Shawn Willden
3756b0c17f
Merge "Add check_feature helper" into android12-tests-dev am: 61b28ebd18
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2665195
Change-Id: Ic114fba82b35940152193ea95e0f871f9ed4b74d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-05 18:12:19 +00:00
Shawn Willden
bd01292ab7
Merge "Fix AttestKeyTest failures in KeyMint VTS" into android12-tests-dev
2024-02-05 17:44:49 +00:00
Shawn Willden
61b28ebd18
Merge "Add check_feature helper" into android12-tests-dev
2024-02-05 17:44:49 +00:00
Yu Shan
62fe882688
Add retry in setProp test.
...
Set property operation is async so getting the property value
immediately after setting the property might not return the new
value. This CL adds the logic to retry when we do not get the
expected values back.
This CL also skips the test case if getting property or setting
property returns unavailable.
Test: atest VtsHalAutomotiveVehicle_TargetTest
Bug: 322070490
Change-Id: If9349a097a92c51101c7b5f4bf807b610ab2cb0b
Merged-In: If9349a097a92c51101c7b5f4bf807b610ab2cb0b
2024-01-29 21:42:42 +00:00
Yu Shan
928062ccac
Fix HIDL VHAL descriptor name in VTS.
...
Bug: 322418005
Test: Manual test with HIDL VHAL, VTS pass.
Change-Id: I93e92d3587243c44b5651ab85d47442ebb64c51a
Merged-In: I93e92d3587243c44b5651ab85d47442ebb64c51a
2024-01-27 02:28:25 +00:00
Kevin Karl
29a9a9ccfd
[DO NOT MERGE] vts: Fix for setProp in VtsHalAutomotiveVehicleV2_0TargetTest
...
setProp test, sets READ_WRITE property and reads prop value immediately,
without considering the time delay Vehicle HAL service required to process
the set request.
This is handled by a retry and timeout mechanism, where the read trials
will happen in 500 milliseconds for a timeout of 2 seconds.
Bug: 312265787
Test: VtsHalAutomotiveVehicleV2_0TargetTest
Change-Id: I5db6d724710033f271064ac81c5178f0dec74b26
2024-01-26 14:47:49 +01:00
Alisher Alikhodjaev
78c233dc03
Per NCI spec there is no need to wait for credits
...
One case was missed in the previous fix.
This is an update.
Bug: 312911587
Test: no regressions
Change-Id: I7fefa92d5a66581431288ec902a56ed61e9cf310
(cherry picked from commit 46d9630125 )
2024-01-18 17:29:52 +00:00
Treehugger Robot
4c7a5de957
Merge "Modify CameraUseStreamConfigToDisplay" into android13-tests-dev
2024-01-18 04:20:19 +00:00
Treehugger Robot
4ffdc10d06
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android12-tests-dev am: a3ca13869f -s ours am: d6d89e064c -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2912390
Change-Id: Ic93a8ced0b53c6cc41d222cb5ec4bce70c1ca7de
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-18 03:37:08 +00:00
Changyeon Jo
5c95074b1e
[automerger skipped] [RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay am: 2180645f10 -s ours am: d9483b87bc -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2912390
Change-Id: If0203b4b1365fcf309ae8569186c69163bdfb792
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-18 03:37:04 +00:00
Treehugger Robot
d6d89e064c
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android12-tests-dev am: a3ca13869f -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2912390
Change-Id: I86713e90976e630cb2cd6292ddf4c9e1c872ee8b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-18 03:16:52 +00:00
Changyeon Jo
d9483b87bc
[automerger skipped] [RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay am: 2180645f10 -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2912390
Change-Id: I8ceef31957899a75360a3b48c903b150ce0d9374
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-18 03:16:49 +00:00
Treehugger Robot
656eae1fb4
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android12L-tests-dev am: 294d32e264 -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2911484
Change-Id: I84b3704b90874df72711736c3b856f39f223604b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-18 03:15:04 +00:00
Changyeon Jo
87f0184973
[automerger skipped] [RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay am: 6d9717bcb8 -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2911484
Change-Id: I9ed70c9066e522953ec7905b86e0d22ac2f3fdb5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-18 03:14:59 +00:00
Treehugger Robot
a3ca13869f
Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android12-tests-dev
2024-01-18 02:43:36 +00:00
Treehugger Robot
294d32e264
Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android12L-tests-dev
2024-01-18 02:43:36 +00:00
Alisher Alikhodjaev
17f8882d78
Per NCI spec there is no need to wait for credits
...
Bug: 312911587
Test: no regresions
Change-Id: Ie7952b6618cd2b191b85904b3c1d4c544ba85618
(cherry picked from commit 93f1bf2bd3 )
2024-01-17 08:24:03 +00:00
Treehugger Robot
7d4805ed3b
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android11-tests-dev am: 72b6e65914 -s ours am: fcec28ee4c -s ours am: 08af1350ce -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2555892
Change-Id: Id5d47a991d782b737bd14b9eb2bd9f73a150a2de
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-17 03:10:18 +00:00
Changyeon Jo
f1cb5e825d
[automerger skipped] [RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay am: d5732b6bbf -s ours am: 7ea8d84859 -s ours am: 43473d142f -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2555892
Change-Id: I605705197f69a9dde2334c5cc74e7eaf5f955107
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-17 03:10:15 +00:00
Treehugger Robot
08af1350ce
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android11-tests-dev am: 72b6e65914 -s ours am: fcec28ee4c -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2555892
Change-Id: I3d68b4a7ac48ae0e44303f718c4e18b50039d98c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-17 02:49:21 +00:00
Changyeon Jo
43473d142f
[automerger skipped] [RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay am: d5732b6bbf -s ours am: 7ea8d84859 -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2555892
Change-Id: I1ab6710d4fa6aa41338baabf37392ae1ac3d4cad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-17 02:49:19 +00:00
Treehugger Robot
fcec28ee4c
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android11-tests-dev am: 72b6e65914 -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2555892
Change-Id: I403b8ad142a1d73f34cb7e58d3b66a6598aac6ba
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-17 02:05:43 +00:00
Changyeon Jo
7ea8d84859
[automerger skipped] [RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay am: d5732b6bbf -s ours
...
am skip reason: contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2555892
Change-Id: I11c67b1de8d351a1350cb693869d459ba970312a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-01-17 02:05:40 +00:00
Changyeon Jo
47640027f2
Modify CameraUseStreamConfigToDisplay
...
Exclude logical camera devices from CameraUseStreamConfigToDisplay test
case.
Bug: 275049370
Test: atest VtsHalEvsV1_0TargetTest and
atest VtsHalEvsV1_1TargetTest
Change-Id: If6b31d94bdbffd2f4e9ab9bd5c8957ec85904187
(cherry picked from commit d5732b6bbf )
2024-01-17 01:46:07 +00:00
Changyeon Jo
6d9717bcb8
[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay
...
Exclude logical camera devices from CameraUseStreamConfigToDisplay test
case.
Bug: 275049370
Test: atest VtsHalEvsV1_0TargetTest and
atest VtsHalEvsV1_1TargetTest
Change-Id: If6b31d94bdbffd2f4e9ab9bd5c8957ec85904187
(cherry picked from commit d5732b6bbf )
2024-01-17 01:34:40 +00:00
Changyeon Jo
2180645f10
[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay
...
Exclude logical camera devices from CameraUseStreamConfigToDisplay test
case.
Bug: 275049370
Test: atest VtsHalEvsV1_0TargetTest and
atest VtsHalEvsV1_1TargetTest
Change-Id: If6b31d94bdbffd2f4e9ab9bd5c8957ec85904187
(cherry picked from commit d5732b6bbf )
2024-01-17 01:33:55 +00:00
Treehugger Robot
72b6e65914
Merge "[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay" into android11-tests-dev
2024-01-17 01:30:09 +00:00
Changyeon Jo
d5732b6bbf
[RESTRICT AUTOMERGE] Modify CameraUseStreamConfigToDisplay
...
Exclude logical camera devices from CameraUseStreamConfigToDisplay test
case.
Bug: 275049370
Test: atest VtsHalEvsV1_0TargetTest and
atest VtsHalEvsV1_1TargetTest
Change-Id: If6b31d94bdbffd2f4e9ab9bd5c8957ec85904187
2024-01-16 21:14:30 +00:00
sadiqsada
123934b067
Add demux to mFrontendTests am: 86aa7010fd am: 6afaf8d190
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2886926
Change-Id: I915317c40513987417d4e0de332e1205c2115d11
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-12-21 23:20:37 +00:00
sadiqsada
6afaf8d190
Add demux to mFrontendTests am: 86aa7010fd
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2886926
Change-Id: I422f6448d26a5e5f2e7915309636503ac92e2c7d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-12-21 22:49:41 +00:00
sadiqsada
86aa7010fd
Add demux to mFrontendTests
...
aosp/2640754 adds a tuneFrontend call with testWithDemux enabled.
tuneFrontend() has some logic that calls DvrTests->openDvrInDemux()
which requires mDemux to be available, but mFrontendTests does not
have an associated demux. This CL adds a demux resource.
Bug: 317268814
Test: atest VtsHalTvTunerV1_1TargetTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e7c5595ee5cfe79eb181e60399d8d857526d1af7 )
Merged-In: I62ad038829ca3ed0ecc077527197eec444a5eb12
Change-Id: I62ad038829ca3ed0ecc077527197eec444a5eb12
2023-12-20 22:51:16 +00:00
Treehugger Robot
6ec8db6abe
Merge "Test: Don't check results when no type-c ports" into android13-tests-dev
2023-12-15 02:41:47 +00:00
Nagendra Prasad Nagarle Basavaraju
378bd90e66
[DO NOT MERGE] VTS setGetAllowedNetworkTypesBitmap handle "LTE + LTE_CA" response
...
Handle RIL reporting response for getAllowedNetworkTypesBitmap() with
"LTE_CA" responses until Android T.
Bug: 308538353
Test: atest VtsHalRadioTargetTest , Device test @ b/308538353#comment29
Change-Id: I1916422c88ac6dad4a9d0777b32182b599e9c30c
2023-12-05 21:26:05 +00:00
Benjamin Grimberg
607b558dee
Fix AttestKeyTest failures in KeyMint VTS
...
Skip attestation key tests if the feature
FEATURE_KEYSTORE_APP_ATTEST_KEY is disabled on device,
as done in KeyMint CTS.
Bug: 244460948
Bug: 265740739
Test: VtsAidlKeyMintTargetTest
(cherry picked from https://android-review.googlesource.com/q/commit:981c9c223671d9012781acf6e9128fd037578833 )
Merged-In: I8199e5c7570b10b71f127c7439b889c0b3327865
Change-Id: I8199e5c7570b10b71f127c7439b889c0b3327865
2023-11-21 17:36:33 +00:00
Atsushi Iriboshi
e3e212e7cc
[automerger skipped] [RESTRICT AUTOMERGE] Add ISDBT and ISDBS support in the VTS am: 288de6d6fb -s ours am: 44f83f8ab7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2787732
Change-Id: I8d00f85d40b943c1c5e62333f427e5e27edff19f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-11-04 02:26:32 +00:00
Atsushi Iriboshi
44f83f8ab7
[automerger skipped] [RESTRICT AUTOMERGE] Add ISDBT and ISDBS support in the VTS am: 288de6d6fb -s ours
...
am skip reason: subject contains skip directive
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2787732
Change-Id: I80df56d3571e2bfbf5c84c396bd143cdb1a854c1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-11-04 01:50:11 +00:00
Myles Watson
58d8a57469
BluetoothAudio: Statically link HAL dependencies
...
Bug: 290666670
Bug: 289857524
Bug: 284091286
Bug: 289489060
Test: mma -j32
Change-Id: I2b3c32b133e208ec2cfb1b244ccb24ad249f22df
(cherry picked from commit 44628f38d2 )
Merged-In: I2b3c32b133e208ec2cfb1b244ccb24ad249f22df
2023-10-31 18:45:58 +00:00
Changyeon Jo
b89bbf5625
Update CameraStreamBuffering test and correct instance name am: 912b16f8c5
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2794200
Change-Id: If6a14f102e39d5754a4ca42d6e2857a04a6a4e60
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-25 01:08:02 +00:00
Treehugger Robot
632438dc9e
Merge "Add a config with test skipping for SDK < 33" into android13-tests-dev
2023-10-19 03:11:06 +00:00
Changyeon Jo
ddb56ed736
[automerger skipped] Update VtsHalEvsV1_*TargetTest am: ab78601274 -s ours
...
am skip reason: Merged-In Id41bde10964b650f78e76d4f97a4588367f7c7fc with SHA-1 13fb8a7a82 is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2794433
Change-Id: I62f952b07c8d46151e032668c062b259b15f85b9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-19 01:34:54 +00:00
Changyeon Jo
912b16f8c5
Update CameraStreamBuffering test and correct instance name
...
- CameraStreamBuffering test is modified to use the minimum number of
frame buffers that is required to run a camera pipeline for a single
client instead of using an arbitrarily chosen number, which may not
work for certain device implementations.
- Fix a name of v1.0 EvsManager implementation in
VtsHalEvsV1_0TargetTest.cpp
Bug: 305642713
Test: atest VtsHalEvsV1_0TargetTest and
atest VtsHalEvsV1_1TargetTest
Change-Id: Ieec986dbdf947311e0bc86871432da8a988d37ad
(cherry picked from commit 2d8834dc96 )
2023-10-18 20:40:53 +00:00
Changyeon Jo
ab78601274
Update VtsHalEvsV1_*TargetTest
...
- Removes a requirement of the landscape aspect ratio of the captured
frames because the Extended View System now allows the video streams
in any aspect ratio
- Increases the maximum latency of the video stream start request from
500 ms to 1 second to accommodate the camera system design with the
additional processing units outside of the head unit
- Reduces a number of additional buffers to allocate from 6 to 2 in
CameraStreamBuffering test, to be consistent with comments
Bug: 204835095
Bug: 305642713
Test: atest VtsHalEvsV1_0TargetTest and
atest VtsHalEvsV1_1TargetTest
Change-Id: Id41bde10964b650f78e76d4f97a4588367f7c7fc
Merged-In: Id41bde10964b650f78e76d4f97a4588367f7c7fc
(cherry picked from commit 7bc98ce6ed )
2023-10-18 18:55:43 +00:00
Yu Shan
9e9ee99ccd
[automerger skipped] Allow CDD required properties to be absent in VTS. am: 775b6eca77 -s ours
...
am skip reason: Merged-In I93020e7e024760601bc5a8edf9997cc356a568c6 with SHA-1 da7a4ddabd is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2779278
Change-Id: I77ec2b6acda79af05a5dd5886f39cad49102bf55
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-17 17:57:20 +00:00