1{
2    "_description": "This is a test configuration file for Wi-Fi Aware tests in INTERACTIVE (high-power) mode.",
3    "testbed":
4    [
5        {
6            "_description": "Wi-Fi Aware testbed: auto-detect all attached devices",
7            "name": "WifiAwareAllAttached",
8            "AndroidDevice": "*"
9        }
10    ],
11    "logpath": "~/logs",
12    "testpaths": ["./tools/test/connectivity/acts/tests/google/wifi"],
13    "adb_logcat_param": "-b all",
14    "aware_default_power_mode": "INTERACTIVE"
15}
16