summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-17DO NOT MERGE - Mark RQ3A.210410.001 as mergedtmp_sam_RQ3A.210605.005Xin Li
Bug: 190855093 Merged-In: Ibf7fa3846450b8b3c1f4ed5073f6afe9593abd72 Change-Id: Id1539abc162800268ab0870648f304403e200eb4
2021-06-18Merge "DO NOT MERGE - Merge ab/7272582" into stage-aosp-masterTreeHugger Robot
2021-06-17Merge "Catch StaleObjectException when calling waitFindObjectOrNull for Wear ↵Treehugger Robot
OS devices" am: 4f5e5bb859 Original change: https://android-review.googlesource.com/c/platform/cts/+/1729594 Change-Id: Ibf7fa3846450b8b3c1f4ed5073f6afe9593abd72
2021-06-17Merge "Catch StaleObjectException when calling waitFindObjectOrNull for Wear ↵Treehugger Robot
OS devices"
2021-06-17DO NOT MERGE - Merge ab/7272582Xin Li
Bug: 190855093 Merged-In: I58b4ac0d778dfbca504e85fd3a2cf2bb542d68e0 Change-Id: Ifaf78464bbc15eed4427ccd06d0e81fba013a94a
2021-06-17Merge "Fix the cts compilation tests" am: 22d2e5fbdaCalin Juravle
Original change: https://android-review.googlesource.com/c/platform/cts/+/1732352 Change-Id: Ie0bc73089aa1e1460475b1902a9598ba95d03ff6
2021-06-17Merge "Disable userfaultfd test for Android auto on S and below" am: e3dcff336eLokesh Gidra
Original change: https://android-review.googlesource.com/c/platform/cts/+/1739035 Change-Id: I71663d490068d3e1c281a089d34085fd83612a0d
2021-06-17Merge "Fix the cts compilation tests"Calin Juravle
2021-06-17Merge "Disable userfaultfd test for Android auto on S and below"Lokesh Gidra
2021-06-17Merge "Remove --compatible-output=no as it is now default" am: 0be506e091Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/cts/+/1739038 Change-Id: I46e1a58425c662fec1bd14588bcfb4e985e9bc20
2021-06-17Merge "Remove --compatible-output=no as it is now default"Treehugger Robot
2021-06-17Merge "Clear SMS role if no default was set before test" am: 2a5393f410Brad Ebinger
Original change: https://android-review.googlesource.com/c/platform/cts/+/1738636 Change-Id: I561b82d13cc4158ea3cc96a7f834cc85d6bc6cfa
2021-06-17Merge "Clear SMS role if no default was set before test"Brad Ebinger
2021-06-17Merge "Adopt and drop shell permission once per VCN test." am: 89796406c5Cody Kesting
Original change: https://android-review.googlesource.com/c/platform/cts/+/1737995 Change-Id: Ie972b1fbd4c1e84a82322d85c210e85f4e2b2109
2021-06-17Merge "Adopt and drop shell permission once per VCN test."Cody Kesting
2021-06-17Remove --compatible-output=no as it is now defaultAurimas Liutikas
Test: treehugger Change-Id: If23857f6022a8321d64cf94367652aa0bd6f1a34
2021-06-17Merge "reduce the log level of cec-client to avoid log overflow" am: 7ab3cd257dTreehugger Robot
Original change: https://android-review.googlesource.com/c/platform/cts/+/1739153 Change-Id: I9dd7b9a271b6a29190494e4081d5d7720497096c
2021-06-17Merge "reduce the log level of cec-client to avoid log overflow"Treehugger Robot
2021-06-17Disable userfaultfd test for Android auto on S and belowLokesh Gidra
The Auto kernel doesn't have userfaultfd enabled. So disable the test for S and below. With T onwards it is expected to have userfaultfd. Bug: 189943849 Test: CTS/VTS Change-Id: If0f22a621a722256b896d75d2bf3042c5c248f93
2021-06-17reduce the log level of cec-client to avoid log overflowshla
Current command to run cec-client is $cec-client -p 2 -t x but according to my test, the command will output so much log which leads to buffer overflow and some cec command is missed. So it's better to restrict the log level to error|warning|notice|traffic. Improve the command line to $cec-client -p 2 -t x -d 15 This change can help to pass the below CTS case. android.hdmicec.cts.playback.HdmiCecSystemStandbyTest#cect_11_2_3_3_HandleAddressedStandby Bug: 187830114 Change-Id: Ia0a5d528b07aa2ea30fb8ad83bfd5d877801413b (cherry picked from commit 396d08744c9b10f241ea5cbd03914af3eeb16172)
2021-06-17Merge "Fix testIsProduct failiure" am: 8b960d7cb8Paul Hu
Original change: https://android-review.googlesource.com/c/platform/cts/+/1736499 Change-Id: I8593665ae18f210166484bda78af210f8cf3f17e
2021-06-17Merge "Fix testIsProduct failiure"Paul Hu
2021-06-16Merge "Disable the DeviceConfig sync for RoR test" am: 32735857aeTianjie Xu
Original change: https://android-review.googlesource.com/c/platform/cts/+/1736894 Change-Id: I4072443dd2a755ab2c34540eafd9fc1c1a4011d0
2021-06-16Merge "Disable the DeviceConfig sync for RoR test"Tianjie Xu
2021-06-16Clear SMS role if no default was set before testBrad Ebinger
When restoring the default SMS app, ensure that the CTS telephony SMS app is still cleared if there is no default. Bug: 189289539 Test: atest CtsTelephonyTestCases Merged-In: Ic111a7cdddf28191ba184f78de2ff1a4f6a639c6 Change-Id: Ic111a7cdddf28191ba184f78de2ff1a4f6a639c6
2021-06-16Merge "Adapt display's refresh rate by scenario request" am: decc062582Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/cts/+/1669049 Change-Id: I455a70c8f72054a3a98341ef7f61a01b766a5533
2021-06-16Merge "Set TIMEOUT_COMMIT_CALLBACK_MS / TIMEOUT_COMMIT_CALLBACK_SEC to 100 ↵Treehugger Robot
for low booting performance device" am: affcb607fc Original change: https://android-review.googlesource.com/c/platform/cts/+/1729591 Change-Id: Idc166d532d2f1317e220d5dda3ef6e5bbf685498
2021-06-16Merge "Adapt display's refresh rate by scenario request"Treehugger Robot
2021-06-16Merge "Set TIMEOUT_COMMIT_CALLBACK_MS / TIMEOUT_COMMIT_CALLBACK_SEC to 100 ↵Treehugger Robot
for low booting performance device"
2021-06-16Merge "Add CTS coverage for DataSpecificRegistrationInfo#getVopsSupportInfo" ↵Hui Wang
am: 882376d4a9 Original change: https://android-review.googlesource.com/c/platform/cts/+/1738154 Change-Id: Ib120f722cf39011ff389ccabc494ef966ca17a77
2021-06-16Merge "Watch doesn't provide a unified way to check notifications. it ↵Treehugger Robot
depends on UX" am: 8d7795835a Original change: https://android-review.googlesource.com/c/platform/cts/+/1725271 Change-Id: I89de39f68171f094b00bc63b7f85603815a073c1
2021-06-16Merge "Add CTS coverage for DataSpecificRegistrationInfo#getVopsSupportInfo"Hui Wang
2021-06-16Merge "Watch doesn't provide a unified way to check notifications. it ↵Treehugger Robot
depends on UX"
2021-06-16Merge "Create CarrierPrivilege util for shell identity." am: 0868043ae4Cody Kesting
Original change: https://android-review.googlesource.com/c/platform/cts/+/1738000 Change-Id: Ief88b63319c10e374a3d1e3dc4df57ea17c1b32f
2021-06-16Merge "Create CarrierPrivilege util for shell identity."Cody Kesting
2021-06-16Fix testIsProduct failiurepaulhu
- Some product apps are not installed on product directory but on system product directory on some special builds. Thus, add system product directory to the parsing rule to fix product packages not found problem. - Also add more logs for debugging if test failed. Bug: 190684185 Test: atest CtsContentTestCases:ApplicationInfoTest Merged-In: I06e002f537b1cd5fb2e36743813c0658b8457951 Change-Id: I06e002f537b1cd5fb2e36743813c0658b8457951
2021-06-15Disable the DeviceConfig sync for RoR testTianjie
Otherwise, the device_config will be overriden by the PH flag sync. And this cause the RebootEscrowManager to use the wrong provider for testing. Bug: 187013792 Test: atest CtsAppSecurityHostTestCases:android.appsecurity.cts.ResumeOnRebootHostTest Change-Id: Ic82dacf3ac9dd4be91e7fada01249fe93e040fe1
2021-06-16Merge "Test VCN policies for test Networks with test permissions." am: ↵Cody Kesting
4c1beff46c Original change: https://android-review.googlesource.com/c/platform/cts/+/1720262 Change-Id: I5c1adddb0b2e4b31f9f9f95e8cb81cca5d2aa3e8
2021-06-15Adopt and drop shell permission once per VCN test.Cody Kesting
This CL updates VcnManagerTest to explicitly adopt and drop shell permission identity once per test. This change ensures that no races occur between adopting and dropping shell permission identity in testing, which can cause test flake. This CL also updates CarrierPrivilegeUtils to not manage its own permissions (needed for adopting CarrierPrivileges). Instead, the caller must manage these permissions before using the util. Bug: 182291467 Test: atest CtsVcnTestCases Change-Id: I3e82d3b2da3fe30b87a90751b0b996a42e6f15c3
2021-06-15Create CarrierPrivilege util for shell identity.Cody Kesting
This CL creates a new method in CarrierPrivilegeUtils to invoke a runnable with CarrierPrivileges while assuming the caller already has the correct permissions (obtained through Shell Permission Identity). Bug: 182291467 Test: atest CtsVcnTestCases Change-Id: I597c1d9b64912e84cc0d0cef46d432a9805c3b18
2021-06-16Merge "Test VCN policies for test Networks with test permissions."Cody Kesting
2021-06-16Watch doesn't provide a unified way to check notifications. it depends on UXKilyoung Shin
Bug: 188696632 Test: run cts -m CtsSyncAccountAccessOtherCertTestCases -t com.android.cts.content.CtsSyncAccountAccessOtherCertTestCases#testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount Signed-off-by: Kilyoung Shin <gilbert.shin@samsung.com> Change-Id: Ic3569f78a689906d64a0cbc6d1eb5691efd3d821 Merged-In: I289f93ff63de53714b1c004729e1d8922f3aac0b
2021-06-16Add CTS coverage for DataSpecificRegistrationInfo#getVopsSupportInfoHui Wang
Bug: 189162208 Test: atest CtsTelephonyTestCases:ServiceStateTest Change-Id: I4c9230b22f5cd8586cfc6fce1a0efb7985c9cb7f
2021-06-16Merge "CTS test VCN Network Policies with Test Networks." am: 088720c961Cody Kesting
Original change: https://android-review.googlesource.com/c/platform/cts/+/1672166 Change-Id: Ib309e9538321c8d99eddbf8f9771083977a16019
2021-06-16Merge "CTS test VCN Network Policies with Test Networks."Cody Kesting
2021-06-15Merge "Verify that an app DSO can have a "main" function" am: 8402d1b892Ryan Prichard
Original change: https://android-review.googlesource.com/c/platform/cts/+/1734121 Change-Id: I2b04cc7a3c48913725e11f1f0c1e2836daf12928
2021-06-15Merge "Skip executing ensureDefaultSmsApp step for non SMS capable device" ↵Treehugger Robot
am: 215e2c3039 Original change: https://android-review.googlesource.com/c/platform/cts/+/1736480 Change-Id: I81393263e9e39459899565ed38f716ff32a11f17
2021-06-15Merge "Verify that an app DSO can have a "main" function"Ryan Prichard
2021-06-15Merge "Remove interfaceAddress test for ephemeral target" am: 5b02a2251eTreehugger Robot
Original change: https://android-review.googlesource.com/c/platform/cts/+/1737531 Change-Id: I9992d6068416aea3a871667ed22ae95cd6cb7cf4
2021-06-15Merge "Skip executing ensureDefaultSmsApp step for non SMS capable device"Treehugger Robot