summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-10Merge "Switch all RoR CTS tests to server based"android-t-preview-2android-t-preview-1android-t-beta-3android-t-preview-1Tianjie Xu
2022-02-10Merge "Fixed CtsTelephonyTestCases when device doesn't have SIM data ↵Treehugger Robot
communication."
2022-02-10Merge "Add Winson to OWNERS"Patrick Baumann
2022-02-10Merge "Test that in development CODENAME is present in KNOWN_CODENAMES."Treehugger Robot
2022-02-10Merge "Use adoptShellPermissionIdentity to adopt shell permission"Treehugger Robot
2022-02-10Test that in development CODENAME is present in KNOWN_CODENAMES.satayev
Bug: 211747008 Test: atest android.os.cts.BuildTest#testBuildCodenameConstants Change-Id: I31676f8fcf74689e6b4430b93e0a6ba782dd52bb
2022-02-10Use adoptShellPermissionIdentity to adopt shell permissionHongguang
Bug: 213028720 Test: CtsHdmiCecHostTestCases on signed user build Change-Id: Idf02b0c8b68a93608942db43e2ff615527df308f Merged-In: Idf02b0c8b68a93608942db43e2ff615527df308f
2022-02-10Switch all RoR CTS tests to server basedTianjie
In android S, we updated CDD to deprecate the HAL based RoR. And in android T, Pixels remove the RoR HAL. So it's time to switch all RoR tests to server based in T faced test suites. Bug: 216485436 Test: atest CtsAppSecurityHostTestCases:android.appsecurity.cts.ResumeOnRebootHostTest Change-Id: I60f6d7efe5398578bfcf6864fdbec4f4a4ec8c9d
2022-02-10Merge "Acquire a lease on the blob before rebooting the device."Sudheer Shanka
2022-02-10Merge "MediaActivityTest: fix how fixed volume is checked"Treehugger Robot
2022-02-10Merge "mediapc: update android T perf class min memory"Treehugger Robot
2022-02-10Add Winson to OWNERSPatrick Baumann
Change-Id: Ic88098becb9ef65163b00fd4888074d740e5ff4d
2022-02-10Merge "ITS: skip test_flip_mirror.py on mono camera"Clemenz Portmann
2022-02-09MediaActivityTest: fix how fixed volume is checkedJean-Michel Trivi
Checking for fixed volume through global property doesn't take into account dynamic changes of volume behavior. Use (updated) dedicated method in AudioManager instead. Also log why tests are skipped + fix imports Bug: 215230968 Bug: 203034282 Test: atest MediaActivityTest Merged-In: I1b630472d1632b88a168de7449a01f045b24e8d0 Change-Id: I1b630472d1632b88a168de7449a01f045b24e8d0 (cherry picked from commit 81f7bda8484d514873430a97a2ce6563c8708480)
2022-02-09ITS: skip test_flip_mirror.py on mono cameraClemenz Portmann
bug: 218689806 Change-Id: I9eead55ccb6ec77982c20ebb93bdf8973623be0d
2022-02-09Merge "BT: Remove HAP CTS tests that use non system APIs"android-s-v2-beta-3android-s-qpr3-beta-1android-s-v2-beta-3android-s-qpr3-beta-1Roopa Sattiraju
2022-02-09Merge "Add myself and David to Keystore CTS owners"Treehugger Robot
2022-02-09Merge "CEC: Test Volume <User Control Pressed>"Nathalie Le Clair
2022-02-09Merge changes If0fca1c8,I82c7fdbcTreehugger Robot
* changes: Refine sleep length in AccessibilityEventTest Rework AccessibilityEventTest to use UIAutomation instead of sleeping.
2022-02-09mediapc: update android T perf class min memoryShivaansh Agrawal
minor import optimizations and cleanup Bug: 216172824 Test: atest CtsMediaPerformanceClassTestCases Change-Id: I4f5b39062d2ad8be13b8f674c55471e5a9182125
2022-02-09Refine sleep length in AccessibilityEventTestHiroki Sato
In View, some accessibility event is throttled using a value from ViewConfiguration.getSendRecurringAccessibilityEventsInterval(). This change adjusts the sleep length in the corresponding tests to deflake them. Bug: 217097407 Bug: 215792992 Test: android.view.accessibility.cts.AccessibilityEventTest Change-Id: If0fca1c8c5d27088822082a8c723a30eddd867b4
2022-02-09Rework AccessibilityEventTest to use UIAutomation instead of sleeping.Ameer Armaly
Bug: 199101293 Test: atest AccessibilityEventTest Change-Id: I82c7fdbcdbca90ee9cdf8d625627fd68dc358a79 (cherry picked from commit 0640be0d2aeeedec6c53f4b4b6432982d8f3bf36) Merged-In: Id3fda53f4dd17ad9029a6d8d487ad9a166f34513
2022-02-09Merge changes from topic "imsservice subid notifications"Hakjun Choi
* changes: ImsService Subscription Notifications Add a new countdown latch to ensure telephony unbinds
2022-02-09Merge changes from topics "provisioning improvement", ↵Hakjun Choi
"provisioning_improvement_2" * changes: modify carrier config key format for ProvisioningManager refactor CTS tests for the ProvisioningManager to refactor
2022-02-09Merge "Updating test in case ethernet is not available"James Mattis
2022-02-09modify carrier config key format for ProvisioningManager refactorHakjun Choi
Bug: 214885306 Test: atest CtsImsServiceTest Change-Id: If91e0b6f0a6afb231a8943c29936633911d53951 Merged-In: If91e0b6f0a6afb231a8943c29936633911d53951
2022-02-08Updating test in case ethernet is not availableJames Mattis
Updating EthernetManagerPermissionTest to account for ethernet potentially not being available. Also updating owners for this particular file. Bug: 218552964 Bug: 210485380 Test: atest CtsPermissionTestCases: android.permission.cts.EthernetManagerPermissionTest Change-Id: Ie621a17199a4079c1695d18ec8d24cba09bc4336
2022-02-08Merge "Add OWNERS file for CtsVerifier clipboard tests"Jon Moeller
2022-02-08Merge "ImageReaderDecoderTest: Added 10 bit decode tests"Gopalakrishnan Nallasamy
2022-02-08Merge "CtsMedia: Add Android.bp for common and move required files"Treehugger Robot
2022-02-08Merge "Specify explicitly in build files the needed extra resources"Julien Desprez
2022-02-08BT: Remove HAP CTS tests that use non system APIsJack He
Bug: 218403147 Fixes: 218403147 Tag: cts Test: make and cts test Change-Id: Iea712c4efcf08c28fd4cb91789b311f919abc42b
2022-02-08ImageReaderDecoderTest: Added 10 bit decode testsHarish Mahendrakar
Added clips for testing av1, h264, h265 and vp9 for bit depth 10. This relands commit 69b0e6ab00590c3de3f2c4ce730573614ef3fbb3 with the following change. ImageReaderDecoderTest is now removed from @Presubmit as these tests are failing on coral Bug: 210275761 Bug: 216512344 Test: atest CtsMediaDecoderTestCases:ImageReaderDecoderTest Change-Id: I5ff250980514381df1f505c9dbf5159109641e46
2022-02-08Add OWNERS file for CtsVerifier clipboard testsJon Moeller
Bug: 217753541 Test: not applicable Change-Id: I80825b3b1397bd82e1f2b45ff9d85883384baa02
2022-02-08Merge "Change wait time after active source switch"Treehugger Robot
2022-02-08Merge "Exclude test classes from coverage instrumentation."Allen Hair
2022-02-08Merge "(CTS Test for ImsService API changes for Better IMS Threading) CTS ↵Virkumar Karavate
Test for new ImsService APIs."
2022-02-08Merge "Move DynamicConfig handling into AbstractApiTest"Treehugger Robot
2022-02-08Change wait time after active source switchdaren.liao
We need a longer wait time for testcase stability Bug: 213028720 Change-Id: Ie8fada6b32a97c42e3c43ce7f829f227b9f79383
2022-02-08CEC: Test Volume <User Control Pressed>Venkatarama NG. Avadhani
Add tests that check that the playback device sends <UCP> for volume key press events to the TV. Bug: 159208613 Test: atest android.hdmicec.cts.playback.HdmiCecRemoteControlPassThroughTest#cect_sendVolumeKeyPressToTv Change-Id: Ideeb7ac6b34f81b4d5ec04ba32b157f83be17ebf
2022-02-08Move DynamicConfig handling into AbstractApiTestPaul Duffin
This change dedups a lot of the DynamicConfig handling code, moving the logic into the AbstractApiTest and cleaning up the unnecessary build modules and classes. Bug: 209607558 Test: cts/tests/signature/runSignatureTests.sh Change-Id: I86381edf76b79803592b6703091a80d6aae92510
2022-02-08Merge "MediaMuxerTest: Add tests for muxing Dolby Vision Profile 8.4 and 9.2"Treehugger Robot
2022-02-08Merge "[DO NOT MERGE] Fix for ↵Treehugger Robot
newlyProvisionedManagedProfile_removesNonRequiredAppsFromProfile"
2022-02-08Merge "Adding test coverage for myAttributionSource"Etienne Ruffieux
2022-02-08[DO NOT MERGE] Fix for ↵Rohit Kothari
newlyProvisionedManagedProfile_removesNonRequiredAppsFromProfile Use installedForUser API to get all packages of user instead of getting from the dump each time. This is to avoid adb timeout on low end devices having many nonRequiredApps. Bug : 215216849 Signed-off-by: Rohit Kothari <r.kothari@samsung.com> Change-Id: I87f85210928da78b89ea3ea9c98009019bfcd6fb Merged-In: I91d27d81d9b4f4a494f04e61c775b10a1d5e56ef Merged-In: I87f85210928da78b89ea3ea9c98009019bfcd6fb
2022-02-08Add myself and David to Keystore CTS ownersEran Messeri
Update the Keystore CTS owners file: * Add David * Add myself. This will remove the dependency on US-based reviewers for all Keystore CTS CLs. Non-trivial CLs, CLs that are not strictly in the Java layer, or both, would still be sent to the right US-based reviewer. Bug: N/A Test: N/A Change-Id: I7cd3c91f072ffe88bf9ee7f72eda3b2b7ee8397a
2022-02-08Merge "Skip symlinks when recursing in system/${LIB}."Martin Stjernholm
2022-02-08Merge "CEC: Add CTS test hf4_10_5"Treehugger Robot
2022-02-08Merge "Make CTS more robust to power state changes"Treehugger Robot
2022-02-08Merge "Revert "ImageReaderDecoderTest: Added 10 bit decode tests""Andy Hung