mirror of
https://gitee.com/openharmony/xts_hats
synced 2025-03-05 00:47:40 +00:00

Signed-off-by: limeng151 <limeng151@huawei.com> Change-Id: Idbee1bd83d12eeb2cfafa74dc65234e6fc86b10c
18 lines
472 B
JSON
18 lines
472 B
JSON
{
|
|
"description": "Configuration for MemTrackerTest Tests",
|
|
"kits": [
|
|
{
|
|
"push": [
|
|
"HatsMemoryTrackerTest->/data/local/tmp/HatsMemoryTrackerTest"
|
|
],
|
|
"type": "PushKit"
|
|
}
|
|
],
|
|
"driver": {
|
|
"native-test-timeout": "120000",
|
|
"type": "CppTest",
|
|
"module-name": "HatsMemoryTrackerTest",
|
|
"runtime-hint": "1s",
|
|
"native-test-device-path": "/data/local/tmp"
|
|
}
|
|
} |