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 9816262b53bdef1403dc99ce5ac329f85dd2df5e..cf285db6e06259aa219d5b2ed7ba716d2776d5d9 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