From 72a080297c485699347ec504a2853dabe7bc84b6 Mon Sep 17 00:00:00 2001 From: y00314596 Date: Wed, 29 Dec 2021 16:45:02 +0800 Subject: [PATCH] modify json file by yangqing3@huawei.com Signed-off-by: y00314596 --- .../week_plural_number/src/Test.json | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/global_lite/i18n_lite/week_plural_number/src/Test.json b/global_lite/i18n_lite/week_plural_number/src/Test.json index 9816262b5..cf285db6e 100755 --- a/global_lite/i18n_lite/week_plural_number/src/Test.json +++ b/global_lite/i18n_lite/week_plural_number/src/Test.json @@ -1,21 +1,25 @@ { + "description": "Config for WeekPluralNumbertest test cases", + "environment": [ + { + "type": "device", + "label": "ipcamera" + } + ], "kits": [ { - "push": [ - "WeekPluralNumbertest->/data/local/tmp/WeekPluralNumbertest" - ], - "type": "PushKit", - "post-push": [ - "chmod -R 777 /data/local/tmp/*" + "type": "MountKit", + "server": "NfsServer", + "mount": [ + { + "source": "testcases/global", + "target": "/test_root/global" + } ] } ], "driver": { - "native-test-timeout": "120000", - "type": "CppTest", - "module-name": "WeekPluralNumbertest", - "runtime-hint": "1s", - "native-test-device-path": "/data/local/tmp" - }, - "description": "WeekPluralNumbertest Tests" + "type": "CppTestLite", + "execute": "/test_root/global/WeekPluralNumbertest.bin" + } } \ No newline at end of file -- GitLab