1x-test-params: &test-params 2 wifi_country_code: "US" 3 wifi_ssid: "" 4 wifi_password: "" 5 connection_medium: 1 # BT_ONLY = 1, BLE_ONLY = 2, BLE_L2CAP_ONLY = 8 6 upgrade_medium: 7 # WIFIAWARE_ONLY = 4, UPGRADE_TO_ALL_WIFI = 9, MEDIUM_UPGRADE_TO_WIFIDIRECT= 7 7 allow_unrooted_device: True 8 9x-controllers: &controllers 10 Controllers: 11 AndroidDevice: 12 - serial: "123456ABCDEF" 13 role: "source_device" 14 - serial: "ABCDEF123456" 15 role: "target_device" 16 17TestBeds: 18- Name: LocalCustomizedTestbed 19 <<: *controllers 20 TestParams: 21 <<: *test-params 22 23- Name: LocalUS2GTestbed 24 <<: *controllers 25 TestParams: 26 <<: *test-params 27 test_report_alias_name: "US-2G" 28 wifi_ssid: "AP-2437" 29 wifi_password: "AP-2437" 30 bt_transfer_throughput_median_benchmark_kbps: 20 31 wifi_transfer_throughput_median_benchmark_kbps: 10240 32 33- Name: LocalUS5GTestbed 34 <<: *controllers 35 TestParams: 36 <<: *test-params 37 test_report_alias_name: "US-5G" 38 wifi_ssid: "AP-5180" 39 wifi_password: "AP-5180" 40 bt_transfer_throughput_median_benchmark_kbps: 40 41 wifi_transfer_throughput_median_benchmark_kbps: 20480 42 43- Name: LocalJP5GTestbed 44 <<: *controllers 45 TestParams: 46 <<: *test-params 47 test_report_alias_name: "JP-5G" 48 wifi_country_code: "JP" 49 wifi_ssid: "AP-5180" 50 wifi_password: "AP-5180" 51 bt_transfer_throughput_median_benchmark_kbps: 40 52 wifi_transfer_throughput_median_benchmark_kbps: 10240 53 54- Name: LocalGB5GTestbed 55 <<: *controllers 56 TestParams: 57 <<: *test-params 58 test_report_alias_name: "GB-5G" 59 wifi_country_code: "GB" 60 wifi_ssid: "AP-5260" 61 wifi_password: "AP-5260" 62 bt_transfer_throughput_median_benchmark_kbps: 40 63 wifi_transfer_throughput_median_benchmark_kbps: 10240 64