- Feb 21, 2024
-
-
Spandan Das authored
This property is a no-op for this module type. Test: m nothing Bug: 215379393 Change-Id: Ib13007e83c0a6263f36f009ba07407d6ccb50e00
-
Yahav Nussbaum authored
-
Jimi Chen authored
-
- Feb 20, 2024
-
-
Suprabh Shukla authored
The feature is now turned on so the tests can be re-enabled. This reverts commit 62663423. Test: atest CtsHostsideNetworkTests Bug: 304347838 Change-Id: I85f462e75931240bde8b0dd956c0011ec8435b8f
-
Ying Xu authored
-
Ying Xu authored
Always store the corresponding SubscriptionId together with the Carrier uid so that when the carrier loses the Privilege, both the uid and SubscriptionID will be used in the onCarrierPrivilegesLost callback Bug: 324357121 Test: atest ConnectivityCoverageTests:android.net.connectivity.com.android.server.connectivity.CarrierPrivilegeAuthenticatorTest atest ConnectivityCoverageTests:android.net.connectivity.com.android.server.ConnectivityServiceTest Change-Id: I28e51c583261a67d4441c6f825ade6781b862ee4
-
Remi NGUYEN VAN authored
-
Jimi Chen authored
Refactor the test case to support listen custom DNS/HTTP port. Avoid binding system restricted port (<1024). Bug: 322113686 Test: atest NetworkStackIntegrationTests:android.net.NetworkStatsIntegrationTest Change-Id: I5d3b966cdadc9321ca2ee0d04a5b8f71ee79bd8a
-
Kangping Dong authored
This commit follows the guideline in go/ae-v-thread-admin-control that Thread radio should be disabled when the user restriction is set and nobody can enable Thread again (it fails with ERROR_FAILED_PRECONDIFITION). This commit adds only unit tests, E2E CTS tests are tracked in b/319079428 Bug: 319077876 Change-Id: I8981aa9e71948c64ee79701427ac794880826327
-
- Feb 19, 2024
-
-
Zhi Dou authored
If sdk_version is empty, by default the library will be built against the implementation of the framework jars. There are on going project to automatically repackaging flag libraries in the libray which is built direactly against the implementation of the framework jars. This change set the right sdk_version for the testing library. Bug: 310504781 Test: atest jarjar-rules-generator-test and CI Change-Id: I24d8dc47f7ed83f0b84c632d24396e2bdf932424
-
Handa Wang authored
-
Handa Wang authored
-
Motomu Utsumi authored
-
Motomu Utsumi authored
This CL also specifies aconfig_declaration module in java_sdk_library register_nsd_offload_engine will be moved to the platform flags.aconfig in the followup CL. Test: TH Change-Id: I430a5f0b1e1ef2e3394cf6aa8efebbd46da41765
-
Handa Wang authored
When adding a service, the MdnsRecordRepository finds the existing service solely by service name, which is wrong. it should check both the service name and the service type. Bug: 325862182 Change-Id: I72c6837d0dfb41fc9b2d7763e18b3f5415f8c0d9
-
Handa Wang authored
This test case lets the BR send a UDP message to Thread device using socket API and verify the message is received on the Thread device via ot-ctl udp command. For now this only verifies the direction BR -> ED because the other direction ED -> BR is depending on platform UDP feature which is not enabled yet. Bug: 321168973 Test: atest ThreadNetworkIntegrationTests:BorderRoutingTest#unicastRouting_borderRouterSendsUdpToThreadDevice_datagramReceived Change-Id: I590583dd818f3d72dec41184e5427a8b08f842bb
-
- Feb 17, 2024
-
-
Maciej Żenczykowski authored
-
Maciej Żenczykowski authored
-
Maciej Żenczykowski authored
For reasoning see: https://android-review.googlesource.com/c/platform/system/netd/+/2966803 Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: If479b0443a64e0bf98ca89016d42ca37e231c576
-
- Feb 16, 2024
-
-
Maciej Żenczykowski authored
follow up to http://aosp/2965923 to hopefully eliminate that class of bug in the future... Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Ie09db001ff15a6b2b15bb1bb0c1ce8228e162337
-
Remi NGUYEN VAN authored
-
Maciej Żenczykowski authored
-
Suprabh Shukla authored
-
Lorenzo Colitti authored
-
Yan Yan authored
-
- Feb 15, 2024
-
-
Suprabh Shukla authored
Test: atest CtsHostsideNetworkTests Bug: 304347838 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4cef70d592e91c2ccd3419f52bf779e29fcb4a79) Merged-In: I88ffa390a890a09d95109518329ba6abcb162bc1 Change-Id: I88ffa390a890a09d95109518329ba6abcb162bc1
-
Suprabh Shukla authored
The enum is already using 12 bits, so using fewer bits loses information. This is in sync with the UidOwnerValue struct used to contain this data. Test: atest resolv_integration_test Test: atest resolv_unit_test Bug: 325150155 Change-Id: Ide0ccea9614cda803b3700a0cc22977e9608209e
-
Yan Yan authored
Rename API methods and update API docs as per API council feedbacks Bug: 316603231 Test: make update-api && make Change-Id: Ibb1f58792d2e40ef1084c2b532e999a516a87b37
-
Motomu Utsumi authored
Bug: 324326824 Test: TH Change-Id: I6d5f9c27b2fc2f2290e27f63b933b9ccacfffa85
-
Quang Luong authored
-
Quang Anh Luong authored
Make TetheringRequest parcelable so we can pass it via Wifi APIs and map Soft AP state changes to the correct request. Bug: 216524590 Test: build Change-Id: I63a45b14e9abc288b353159dfdcbe96fde485cb7
-
- Feb 14, 2024
-
-
Suprabh Shukla authored
-
Yahav Nussbaum authored
Using the same container value as other flags in Connectivity Bug: 324993608 Test: TH Change-Id: I6c8bbb4401ced54207ed352ce08c5930de4d6ab1
-
Remi NGUYEN VAN authored
CtsNetTestCasesLatestSdk was originally used for MTS to prevent installation issues with CUR_DEVELOPMENT target SDK modules (as is the case for CtsNetTestCases) not installing on released devices. However setting the min_sdk to a given value should be enough for that purpose. While there may have been other blockers requiring separation of CtsNetTestCases and CtsNetTestCasesLatestSdk at the time (in the Q/R timeframe), more recent modules like CtsAdServicesDeviceTestCases seem to be using CUR_DEVELOPMENT target SDK in MTS just fine. Not specifying a target SDK means that the branch default will be used, depending on the release configuration. So for example trunk_staging would typically be CUR_DEVELOPMENT=10000, and "next" may use the SDK version of that release. This makes sense as a test suite targeting CUR_DEVELOPMENT is necessary to verify a development build, while a production "next" configuration should generally use the latest released SDK. But in any case, for CtsNetTestCases purposes, this would cause the exercised connectivity APIs to use their latest non-compatibility behavior, which is what tests expect. Considering this, add CtsNetTestCases to MTS, so that CtsNetTestCasesLatestSdk can be removed. This will allow having one test suite for both CTS and MTS, which in turns allows marking CtsNetTestCases as MCTS, so that the version of the test to run is autodetected based on installed modules. Note this change also removes the unnecessary "platform_api" statement and comment as this is already handled in framework-connectivity-test-defaults. Bug: 317913702 Test: m, aapt dump badging, verify (min)sdkVersion=30, targetSdk=10000 Change-Id: I2267e5c9219f059872928cc681547c3bd5fbc394
-
Motomu Utsumi authored
-
Suprabh Shukla authored
Apps will now lose network access once they are in top-sleeping or higher process state. Adding some cts tests to ensure correct behavior. The tests are using temporarily using junit Assume to skip if the feature flag is enabled to enable a following code migration. Test: atest CtsHostsideNetworkTests BYPASS_INCLUSIVE_LANGUAGE_REASON=Existing method Bug: 304347838 Change-Id: Iba7c7bd01309fa7a301fdc1524033f0fad5ae512
-
- Feb 13, 2024
-
-
Yan Yan authored
-
Yahav Nussbaum authored
* changes: Introduce Powered Off Finding API Add Powered Off Finding operations to NearbyService
-
Yahav Nussbaum authored
Bug: 307898240 Test: atest CtsNearbyFastPairTestCases Test: atest NearbyIntegrationPrivilegedTests Test: atest NearbyIntegrationUntrustedTests Change-Id: I57b37ea796c0791d72fec931f731a0143e816dac
-
Motomu Utsumi authored
-