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