{ | |
"primary": { | |
"dut": { | |
"chromeos": { | |
"ssh": { | |
"address": "127.0.0.1", | |
"port": 2223 | |
} | |
}, | |
"id": { | |
"value": "primary_dut" | |
} | |
} | |
}, | |
"test_suites": [ | |
{ | |
"name": "suite1", | |
"test_case_ids": { | |
"test_case_ids": [ | |
{ | |
"value": "tast.example.Pass" | |
}, | |
{ | |
"value": "tast.example.Fail" | |
} | |
] | |
} | |
}, | |
{ | |
"name": "suite2", | |
"testCaseTagCriteria": { | |
"tags": [ | |
"group:meta" | |
] | |
} | |
} | |
] | |
} |