1{
2    "_description": "This is a test configuration file for Wi-Fi P2p tests.",
3    "testbed":
4    [
5        {
6            "_description": "Wi-Fi P2P testbed: auto-detect all attached devices",
7            "name": "WifiP2pAllAttached",
8            "AndroidDevice": "*"
9        }
10    ],
11    "skip_read_factory_mac": 1,
12    "network_name": "DIRECT-xy-Hello",
13    "passphrase": "P2pWorld1234",
14    "group_band": "2",
15    "logpath": "~/logs",
16    "testpaths": ["./tools/test/connectivity/acts_tests/tests/google/wifi/p2p"],
17    "adb_logcat_param": "-b all"
18}
19