1{ 2 "_description": "This is a test configuration file for Wi-Fi RTT tests.", 3 "testbed": 4 [ 5 { 6 "_description": "Wi-Fi RTT testbed: auto-detect all attached devices", 7 "name": "WifiRttAllAttached", 8 "AndroidDevice": "*" 9 } 10 ], 11 "logpath": "~/logs", 12 "testpaths": ["./tools/test/connectivity/acts_tests/tests/google/wifi"], 13 "adb_logcat_param": "-b all", 14 "aware_default_power_mode": "INTERACTIVE", 15 "lci_reference": [], 16 "lcr_reference": [], 17 "rtt_reference_distance_mm": 100, 18 "stress_test_min_iteration_count": 100, 19 "stress_test_target_run_time_sec" : 30, 20 "dbs_supported_models" : [], 21 "ranging_role_concurrency_flexible_models" : ["<models which support ranging role change with active ranging session>"] 22} 23