Skip to content
Snippets Groups Projects
  1. Aug 17, 2023
    • Chidera Olibie's avatar
      [Cronet] NetHttpCoverageTests presubmit SLO fixes · be9f351f
      Chidera Olibie authored
      - Adds NetHttpCoverageTests to postsubmit. This would allow us
      to run tests with @SkipPresubmit in post submit.
      - Don't jarjar com.android.testutil so that the annotation can
      still be found by the testrunner.
      
      Bug: b/293843426
      Test: th
      Change-Id: I9e792d338515acba798092bbc4c615aef2cac47a
      be9f351f
  2. Aug 09, 2023
  3. Aug 08, 2023
  4. Aug 07, 2023
  5. Aug 06, 2023
  6. Aug 05, 2023
  7. Aug 04, 2023
  8. Aug 03, 2023
  9. Aug 02, 2023
    • chiachangwang's avatar
      Add version control for packet address translation design · 144dd517
      chiachangwang authored
      This commit adds the version control for keepalive packet address
      translation design to prevent device crash if the network stack
      is not updated to a newer version. This commit also adds a
      DeviceConfig to control the design in newer module version.
      
      Bug: 291870956
      Test: atest FrameworksNetTests CtsNetTestCases
      Change-Id: Id4efbf51dae9154d2bc3a1ee405e2139d5c91e36
      144dd517
  10. Aug 01, 2023
  11. Jul 31, 2023
    • Casey Borders's avatar
      RemoteAuth Boilerplate · 13a35ea2
      Casey Borders authored
      Stub out code and test directories
      
      BUG: 290094832
      Test: atest FrameworksNetTests RemoteAuthUnitTests
      Change-Id: I850242640f32bea3d46febcde5f3719619b1ea07
      13a35ea2
    • Motomu Utsumi's avatar
    • Motomu Utsumi's avatar
      Revert onNetworkActive callback behavior on U+ · 1e51a649
      Motomu Utsumi authored
      aosp/2605757 changed onNetworkActive callback behavior on U+ but this
      change was not merged to U release branch.
      This CL reverts the behavior change and keep the current behavior on U+.
      
      Bug: 279380356
      Bug: 291870075
      Test: atest FrameworksNetTests
      Change-Id: I91ccc7ee93f0827986401f316997b4a2df11318f
      1e51a649
    • Chiachang Wang's avatar
    • chiachangwang's avatar
      Deflake doTestPlatformVpnWithException related tests · 9f9a4dc6
      chiachangwang authored
      This commit updates test to
      - Execute IkeSessionCallback inside executor. The callback should
        be called from executor in production code but test trigger the
        callback from test main thread which will result in unexpected
        code interaction.
      - Verify the timer directly. The origin design verifies
        interactions with Captor with uncertain interaction. Test
        should be able to verify the schedule() calls with the expected
        timeout value. Also, in lower performance device, device may
        still process previous interaction. Add longer timeout to reduce
        flakes.
      
      Bug: 293233390
      Test: atest FrameworksNetTests
      Test: atest VpnTest#testStartPlatformVpnFailedWithRecoverableError
            --rerun-until-failure 100
      Change-Id: Ie42a2597a382800d6484a086b6d808490dfbdd32
      9f9a4dc6
Loading