mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-22 15:15:37 -04:00
8f8672a3c9
Signed-off-by: taiyi.pei <peitaiyi@huawei.com>
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"description": "Config for OpenHarmony devicetest test cases",
|
|
"environment": [
|
|
{
|
|
"type": "device",
|
|
"label": "phone"
|
|
},
|
|
{
|
|
"type": "device",
|
|
"label": "phone"
|
|
}
|
|
],
|
|
"driver": {
|
|
"type": "DeviceTest",
|
|
"py_file": ["DistributedTest.py"]
|
|
}
|
|
} |