• Home
Name Date Size #Lines LOC

..--

hals/utils/12-May-2024-216144

kernel_configs/12-May-2024-2020

BUILD.gnD12-May-2024651 1614

README.mdD12-May-2024485 3325

config.jsonD12-May-20243 KiB114113

ohos.buildD12-May-2024165 1110

README.md

1# ASR XTS测试说明
2
3## xts list
4
5编辑config.json,在xts_list中的xts_modules增减项即可
6```
7"xts_list": [
8    {
9    "enable": "true",
10    "xts_modules": [
11        "ActsKvStoreTest",
12        "ActsDfxFuncTest",
13        "ActsHieventLiteTest",
14        "ActsSamgrTest",
15        "ActsParameterTest",
16        "ActsWifiServiceTest",
17        "ActsWifiIotTest",
18        "ActsBootstrapTest"
19    ]
20    }
21]
22```
23
24## xts命令
25
26### kv_clear
27清除KV区域
28
29### at_harmony_xts
30执行XTS
31
32
33