Skip to content
Snippets Groups Projects
  1. Aug 04, 2023
  2. Aug 03, 2023
  3. 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
  4. Aug 01, 2023
  5. 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
  6. Jul 28, 2023
  7. Jul 27, 2023
    • Mark's avatar
      Fix EtherentTetheringTest flaky · f5e4b90a
      Mark authored
      The first tethering test case may experience tethering restart
      with IP conflict handling. Tethering would cache the last
      upstreams so that the next enabled tethering avoids
      picking up the address that is in conflict with the upstreams.
      To protect subsequent tests, turn tethering on and off before
      running them.
      
      Bug: 254183718
      Test: atest CtsTetheringTest
            atest MtsTetheringTestLatestSdk
      Change-Id: I03729d3212a03bd9fcfe2c09cf327840f13b250c
      f5e4b90a
    • chiachangwang's avatar
      Increase timeout to deflake tests · 595fac08
      chiachangwang authored
      In failed log, VPN still process the migration which does not
      send the network capabilities update to network agent.
      In low performance devices like cuttlefish, it may sometimes
      cause flaky. Specify a longer timeout to deflake the test.
      
      Bug: 293233390
      Test: atest FrameworksNetTests
      Change-Id: I4e6c80c03e19efb448ee2806c5a250425b0e068f
      595fac08
    • Mark Chien's avatar
    • Mark Chien's avatar
    • Chalard Jean's avatar
      Address comment from ag/12107302 · f8d1d6c4
      Chalard Jean authored
      Test: trivial doc-only change
      Bug: 140807677
      Change-Id: I57440e8b54709a2f0e8c875d30f2c295fa3e1f3d
      f8d1d6c4
    • Mark's avatar
      Fix ConnectivityManagerTest#testFactoryReset flaky · 5fab2d6c
      Mark authored
      Listen SoftAp callback to make sure soft ap is disabled
      before start hotspot.
      
      Bug: 277856014
      Test: atest ConnectivityManagerTest#testFactoryReset
      
      Change-Id: I95050be703b7c97da7a14541ac74718fdcbd7f13
      5fab2d6c
    • Remi NGUYEN VAN's avatar
      Skip presubmit for flaky tests · 8db52a59
      Remi NGUYEN VAN authored
      Skip presubmit for tests that have been reported to be >0.5% flaky in
      presubmit, or in mainline-presubmit. Tests that only meet that criteria
      in mainline-presubmit are only marked as @SkipMainlinePresubmit.
      
      Ensure that the tests are still run in postsubmit so they can be moved
      back to presubmit after getting fixed.
      
      Test: TH
      Bug: 284534251
      Bug: 292174275
      Bug: 292173706
      Bug: 292174832
      Bug: 289879947
      Bug: 286701510
      Bug: 293239598
      Bug: 279846955
      Bug: 277567450
      Bug: 293239828
      Bug: 293240365
      Change-Id: I986a1079709057d3210016c50b632fe0f3bff1e2
      8db52a59
    • Mark Chien's avatar
      Revert "Diable ConnectivityManagerTest#testFactoryReset" · dfdc21bc
      Mark Chien authored
      This reverts commit f866acb6.
      
      Reason for revert: enable the test
      
      Change-Id: I00c2b32f0bf6fdb825d0edba8dcb74bcc7ad2fbf
      dfdc21bc
  8. Jul 26, 2023
Loading