Skip to content

Releases: android/betocq

BeToCQ 2.3.3

30 Aug 03:19
cd52676
Compare
Choose a tag to compare

New

  • Add TDLS support check and cut the WLAN speed target by half if TDLS is not supported.
  • Add Payload.Type.STREAM mode in the function test in addition to the existing FILE mode.

Bug fixes

  • Use upgrade_medium_under_test to set up the speed bar as
    quality_info.upgrade_medium sometimes is not updated correctly.
  • Include iperf speed (if available) in the low throughput triaging tips.
  • Add the missing space to failure reasons.
  • bug fix of instant_connection_count with the correct rounding.
  • Add iperf test for WLAN medium as its current speed check is too loose.
  • Add a new test parameter check_iperf_speed to check iperf speed if it is available.
  • Allow NC speed to be 20% lower than iperf speed.

BeToCQ 2.3.2

02 Aug 18:43
cf14e6f
Compare
Choose a tag to compare

New

  • Add sniffer capture with 2nd programmable AP. The sniffer capture has the
    known issue of missing ACK sometimes.
  • Add the support of sending multiple files and enable them in function test.
  • Add the support of instant connection. This is disabled by default.

Bug fixes

  • Fix the occasional connection issue by disabling WiFi before removing all
    network. When WiFi is active, it is sometimes too busy and leads to the
    network removal or config read timing out after 4s.
  • Lower WLAN medium speed from 20 to 15MB/s as it is limited by the encryption
    overhead.
  • Disable USB medium to avoid interfering ADB connection.
  • Add high RSSI check and warning after the connection failure.

Note: Please use the local_mobly_runner.py provided with this release.