- de02b5d Remove punctuation in skipping message. by Ming-Chen Chung · 5 days ago main upstream/main
- 6c7181c Fix an indentation issue. by Guoqi Cui · 8 days ago
- 8b7b2e1 Add a new user param "sim_supported_models" in ACTS config. by Ming-Chen Chung · 9 days ago
- 24413ef Merge changes (ag/22410589) in ag/master branch to aosp/main branch. by Ming-Chen Chung · 9 days ago
- 00cd568 If the connection type is WIFI, set the subscriber ID to None. by Guoqi Cui · 10 days ago
- 020b0e5 Merge changes I09dc9d09,Ia5b67218 into main by Jason Stanko · 12 days ago
- 2ce6a8a Merge "Install scp module in setup.py rather than in the Openwrt controller." into main by Ming-Chen Chung · 3 weeks ago
- 1384505 Install scp module in setup.py rather than in the Openwrt controller. by Ming-Chen Chung · 3 weeks ago
- 932f5f1 Merge "Modify AP's radio band" into main by Ming-Chen Chung · 3 weeks ago
- 8e25283 Remove the call for `wutils.stop_wifi_tethering()` because either its caller or the `teardown_test`/`teardown_class` already calls `wutils.stop_wifi_tethering()`. by Ming-Chen Chung · 3 weeks ago
- f969d2a Add support for handovers on CMX500 by Jason Stanko · 3 weeks ago
- 3f68135 Do the check for bridged AP capability in each single test case. by Ming-Chen Chung · 4 weeks ago
- da13b74 Merge "Merge changes (ag/23575528) in ag/udc-dev branch to aosp/main branch." into main by Ming-Chen Chung · 4 weeks ago
- a7e4daa Merge "Enhance `start_wifi_connection_scan_and_check_for_network` function to fix test_connect_to_wpa2_psk_ccmp_2g_after_out_of_range flakiness." into main by Ming-Chen Chung · 4 weeks ago
- a02ad22 Add support for multiple tracking areas in CMX500s by Jason Stanko · 4 weeks ago
- ccaa555 Merge changes (ag/23575528) in ag/udc-dev branch to aosp/main branch. by Ming-Chen Chung · 4 weeks ago
- bfba6d5 Enhance `start_wifi_connection_scan_and_check_for_network` function to fix test_connect_to_wpa2_psk_ccmp_2g_after_out_of_range flakiness. by Ming-Chen Chung · 4 weeks ago
- c3c5cec Merge "Revert "Merge changes (ag/23575528) in udc-dev to main."" into main by Ming-Chen Chung · 4 weeks ago
- 81e9f52 Revert "Merge changes (ag/23575528) in udc-dev to main." by Ming-Chen Chung · 4 weeks ago
- f9723e4 Change the timeout to wait wifi disconnect from 10 to 20 to see if the "Device did not disconnect from the network" error goes way. by Guoqi Cui · 4 weeks ago
- 8bb8e5e Merge "Move the bridged AP support to wifi_test_utils.py's check_available_channels_in_bands_2_5." into main by Ming-Chen Chung · 4 weeks ago
- d18e011 Modify AP's radio band by Tim Huang · 4 weeks ago
- 4bc1a1e Fix the wrongly hardcoded tethering interface. by Ming-Chen Chung · 4 weeks ago
- ecb4df5 Start WiFi tethering with 5G band. by Guoqi Cui · 4 weeks ago
- f5d764a Merge "Add new OpenWRT AP model for WiFi test" into main by Tim Huang · 4 weeks ago
- 70d231f Merge "Fix UsbTetheringTest test_http_connectivity." into main by Ming-Chen Chung · 4 weeks ago
- e2e7870 Merge "Get rid of static config when using iperf server" into main by Treehugger Robot · 4 weeks ago
- 548ed78 Add new OpenWRT AP model for WiFi test by Tim Huang · 4 weeks ago
- cf9e5c1 Get rid of static config when using iperf server by alfiechen · 4 weeks ago
- 3f3b037 [WifiPreTest] Add UUID. by alfiechen · 4 weeks ago
- 1045f03 Move the bridged AP support to wifi_test_utils.py's check_available_channels_in_bands_2_5. by Ming-Chen Chung · 5 weeks ago
- ad6228c Fix UsbTetheringTest test_http_connectivity. by Ming-Chen Chung · 5 weeks ago
- 60e68c7 Merge "[WifiPreTest] Use previous ssh connection to reconnect." into main by Alfie Chen · 5 weeks ago
- bc3320f [WifiPreTest] Use previous ssh connection to reconnect. by alfiechen · 5 weeks ago
- 66a414b Enhance to show correct message when assertion is failed. by Ming-Chen Chung · 5 weeks ago
- 2547e9b Merge changes (ag/23575528) in udc-dev to main. by Ming-Chen Chung · 5 weeks ago
- 6fbb289 Fix: object has no attribute 'iperf_server' when test class aborted. by alfiechen · 6 weeks ago
- 2e01a2a Revert "UsbTetheringTest.py needs root permission to run because the test use scapy to send forged packets. Basically, the test has to be run with sudo, so no need to do sudo again in the test." by Ming-Chen Chung · 6 weeks ago
- fd7d5f6 UsbTetheringTest.py needs root permission to run because the test use scapy to send forged packets. Basically, the test has to be run with sudo, so no need to do sudo again in the test. by Ming-Chen Chung · 6 weeks ago
- 18628d9 [openwrt_authentication] Use scp to upload public key to remote host. by alfiechen · 6 weeks ago
- f5f5e09 Merge "Add CST WiFi test team mambers to some OWNERS" into main by Treehugger Robot · 6 weeks ago
- 8d9f9e9 Merge "Enhance `test_connect_to_wpa2_psk_ccmp_2g_after_out_of_range` to check out-of-range WiFi cannot be found after it disconnects." into main by Ming-Chen Chung · 6 weeks ago
- 0901e37 Merge "Replace `signals.TestAbortClass` with `asserts.skip_if` so that the skipped testcase can show a record on Testtracker." into main by Tim Huang · 6 weeks ago
- 3b03523 Merge "WifiSoftApTest add a new user param in ACTS config: sap_wpa3_supported_models." into main by Tim Huang · 6 weeks ago
- 42cdded Add CST WiFi test team mambers to some OWNERS by alfiechen · 6 weeks ago
- 1791df1 Enhance `test_connect_to_wpa2_psk_ccmp_2g_after_out_of_range` to check out-of-range WiFi cannot be found after it disconnects. by Ming-Chen Chung · 6 weeks ago
- 811c3ea Remove the device name "Android_". by Tim Huang · 6 weeks ago
- 9ac7b78 Replace `signals.TestAbortClass` with `asserts.skip_if` so that the skipped testcase can show a record on Testtracker. by Ming-Chen Chung · 6 weeks ago
- e5c7202 WifiSoftApTest add a new user param in ACTS config: sap_wpa3_supported_models. by Ming-Chen Chung · 6 weeks ago
- b2c9301 Merge "[WifiPreTest] Add WifiPreTest" into main by Alfie Chen · 6 weeks ago
- 93ad68b [WifiPreTest] Add WifiPreTest by alfiechen · 6 weeks ago
- 6cbc248 Merge "Fix UsbTetheringTest." into main by Ming-Chen Chung · 6 weeks ago
- de5654d Fix UsbTetheringTest. by Ming-Chen Chung · 6 weeks ago
- 9ce2d46 Fix thr misplaced parameter of start_wifi_connection_scan_and_check_for_network. by Ming-Chen Chung · 7 weeks ago
- ea77895 Merge "Fix: iperf failure due to the absence of iperf server." into main by Treehugger Robot · 7 weeks ago
- 909a298 Fix: iperf failure due to the absence of iperf server. by alfiechen · 7 weeks ago
- d8ff270 Merge "[WifiStressTest] Fix actual SSID is <unknown ssid>" into main by Alfie Chen · 7 weeks ago
- 5465e2d Fix test_connect_to_wpa2_psk_ccmp_2g_after_out_of_range flakiness. by Ming-Chen Chung · 7 weeks ago
- 1262572 [WifiScannerScanTest] add 5845, 5865, 5885 to WifiChannelUS in wifi_test_utils by alfiechen · 8 weeks ago
- 067eff4 Merge "[WifiPnoTest] Improve ineffective test case" into main by Alfie Chen · 8 weeks ago
- 9a2ce3b [WifiPnoTest] Improve ineffective test case by alfiechen · 9 weeks ago
- fba2426 Merge "Add handlers for 5G SA registration events" into main by Jason Stanko · 9 weeks ago
- cd2b282 Merge "Stabilize handover controller" into main by Jason Stanko · 9 weeks ago
- eb4a248 [WifiStressTest] Fix actual SSID is <unknown ssid> by alfiechen · 9 weeks ago
- 076ebe6 Update Pixel MTV owners by Donna Albee · 3 months ago
- 136069e Stabilize handover controller by Jason Stanko · 3 months ago
- 1129722 Add handlers for 5G SA registration events by Jason Stanko · 3 months ago
- 63f825c Merge "Fix RB allocations for CMX LTE cells" by Jason Stanko · 3 months ago
- a713c12 Merge Android 13 QPR3 by Xin Li · 3 months ago
- 53135c4 Fix RB allocations for CMX LTE cells by Jason Stanko · 3 months ago
- 860bb37 Merge "Add support for CA scenarios on CMX500" am: 090c93aa09 by Jason Stanko · 4 months ago
- 090c93a Merge "Add support for CA scenarios on CMX500" by Jason Stanko · 4 months ago
- 5d75988 Add support for CA scenarios on CMX500 by Jason Stanko · 4 months ago
- 4b333ac Set cryptography<41.0 for Python 3.6 am: 8df88274e2 by Xianyuan Jia · 4 months ago
- 8df8827 Set cryptography<41.0 for Python 3.6 by Xianyuan Jia · 4 months ago
- d29c00b Merge "Restrict 'backoff' version for Python<3.7" am: 985f069623 by Ashutosh Rajmani Singh · 4 months ago
- 985f069 Merge "Restrict 'backoff' version for Python<3.7" by Ashutosh Rajmani Singh · 4 months ago upstream/master
- 000fefc Restrict 'backoff' version for Python<3.7 by Xianyuan Jia · 4 months ago
- cb5ee41 Merge "Set scipy<1.11 for Python versions below 3.9" am: ba5ef517b3 by Treehugger Robot · 4 months ago
- ba5ef51 Merge "Set scipy<1.11 for Python versions below 3.9" by Treehugger Robot · 4 months ago
- a33269a Set scipy<1.11 for Python versions below 3.9 by Xianyuan Jia · 4 months ago
- a1bc512 Merge "[openwrt_ap] Add SSH Auth handling." am: faaa2e90dd by Alfie Chen · 4 months ago
- faaa2e9 Merge "[openwrt_ap] Add SSH Auth handling." by Alfie Chen · 4 months ago
- fcbd6c5 [openwrt_ap] Add SSH Auth handling. by “alfiechen” · 4 months ago
- e393afc Merge "Replace the airplane setting method from sl4a to adb" am: ab5a95cb3d by Chaoyang Fan · 5 months ago
- ab5a95c Merge "Replace the airplane setting method from sl4a to adb" by Chaoyang Fan · 5 months ago
- 8cb5de8 - Chantged the name of the python file from "PowerTestPdcch_FddBandSweep_Test.py" to "PowerTestPdcch_BandSweep_test.py" to include the tdd bands am: 45fee5a007 by Thomas Choi · 5 months ago
- 45fee5a - Chantged the name of the python file from "PowerTestPdcch_FddBandSweep_Test.py" to "PowerTestPdcch_BandSweep_test.py" to include the tdd bands by Thomas Choi · 5 months ago
- 095ea9d Replace the airplane setting method from sl4a to adb by chaoyangf · 5 months ago
- 9fdb686 Add cbr roaming test cases for France, Italy, Germany, Norway and Qatar am: 81a4b39b2b by peihuang · 5 months ago
- 81a4b39 Add cbr roaming test cases for France, Italy, Germany, Norway and Qatar by peihuang · 5 months ago
- 028a116 [WifiCrashTest] Fix test_wifi_vendorhal_crash_reconnect failed am: 4241b21080 by alfiechen · 5 months ago
- 4241b21 [WifiCrashTest] Fix test_wifi_vendorhal_crash_reconnect failed by alfiechen · 5 months ago
- 8c37c44 Changes lte mimo setting methods and adds a dl signal level am: ac3ad731c7 by chaoyangf · 5 months ago
- 42acb46 Merge "Merge Android 13 QPR3 tm-qpr-dev-plus-aosp-without-vendor@9936994" into stage-aosp-master by Xin Li · 5 months ago
- ac3ad73 Changes lte mimo setting methods and adds a dl signal level by chaoyangf · 5 months ago
- e1ea1e9 Merge "Add support for sending SMS on CMX500" am: a2a25351be by Jason Stanko · 5 months ago
- a2a2535 Merge "Add support for sending SMS on CMX500" by Jason Stanko · 5 months ago
- 1c55fbd Merge Android 13 QPR3 tm-qpr-dev-plus-aosp-without-vendor@9936994 by Xin Li · 5 months ago
- 7dd001d Add support for sending SMS on CMX500 by Jason Stanko · 6 months ago