From 5c5f437faaa54e72db5fa04f22f8029dbb65f6c7 Mon Sep 17 00:00:00 2001 From: liangliang6768 Date: Sat, 2 Nov 2024 02:21:33 +0000 Subject: [PATCH 1/4] =?UTF-8?q?py=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liangliang6768 --- we63-liteos-xts_all.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 we63-liteos-xts_all.json diff --git a/we63-liteos-xts_all.json b/we63-liteos-xts_all.json new file mode 100644 index 0000000..7b22f39 --- /dev/null +++ b/we63-liteos-xts_all.json @@ -0,0 +1,21 @@ +{ + "description" : "Config for ActsKvStoreTest test cases", + "environment" : [ + { + "type" : "device", + "label" : "wifiiot" + } + ], + "kits" : [ + { + "type" : "DeployToolKit", + "auto_deploy" : "True", + "upgrade_file_path" : "resource/tools/UpgradeDevice_Hi3863.py", + "burn_file" : "ws63-liteos-xts_all.fwpkg", + "timeout" : "500000" + } + ], + "driver" : { + "type" : "CTestLite" + } +} -- Gitee From 56f36508c95c34faed717d2303fca7acae402933 Mon Sep 17 00:00:00 2001 From: liangliang6768 Date: Sat, 2 Nov 2024 06:25:00 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20we63?= =?UTF-8?q?-liteos-xts=5Fall.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- we63-liteos-xts_all.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 we63-liteos-xts_all.json diff --git a/we63-liteos-xts_all.json b/we63-liteos-xts_all.json deleted file mode 100644 index 7b22f39..0000000 --- a/we63-liteos-xts_all.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "description" : "Config for ActsKvStoreTest test cases", - "environment" : [ - { - "type" : "device", - "label" : "wifiiot" - } - ], - "kits" : [ - { - "type" : "DeployToolKit", - "auto_deploy" : "True", - "upgrade_file_path" : "resource/tools/UpgradeDevice_Hi3863.py", - "burn_file" : "ws63-liteos-xts_all.fwpkg", - "timeout" : "500000" - } - ], - "driver" : { - "type" : "CTestLite" - } -} -- Gitee From 191fa84be175fe4deb1b26722b7aadf72bb3c510 Mon Sep 17 00:00:00 2001 From: liangliang6768 Date: Sat, 2 Nov 2024 06:25:25 +0000 Subject: [PATCH 3/4] =?UTF-8?q?py=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liangliang6768 --- .../mini_system/we63-liteos-xts_all.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cases/daily/mini_system/we63-liteos-xts_all.json diff --git a/cases/daily/mini_system/we63-liteos-xts_all.json b/cases/daily/mini_system/we63-liteos-xts_all.json new file mode 100644 index 0000000..7b22f39 --- /dev/null +++ b/cases/daily/mini_system/we63-liteos-xts_all.json @@ -0,0 +1,21 @@ +{ + "description" : "Config for ActsKvStoreTest test cases", + "environment" : [ + { + "type" : "device", + "label" : "wifiiot" + } + ], + "kits" : [ + { + "type" : "DeployToolKit", + "auto_deploy" : "True", + "upgrade_file_path" : "resource/tools/UpgradeDevice_Hi3863.py", + "burn_file" : "ws63-liteos-xts_all.fwpkg", + "timeout" : "500000" + } + ], + "driver" : { + "type" : "CTestLite" + } +} -- Gitee From 4b9b62b95ba3d1c9e34c93fb57c69acf19b87ef5 Mon Sep 17 00:00:00 2001 From: liangliang6768 Date: Mon, 11 Nov 2024 08:36:56 +0000 Subject: [PATCH 4/4] add cases/daily/mini_system/module_info.json. Signed-off-by: liangliang6768 --- cases/daily/mini_system/module_info.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 cases/daily/mini_system/module_info.json diff --git a/cases/daily/mini_system/module_info.json b/cases/daily/mini_system/module_info.json new file mode 100644 index 0000000..d7fadd8 --- /dev/null +++ b/cases/daily/mini_system/module_info.json @@ -0,0 +1 @@ +{"we63-liteos-xts_all": {"subsystem": "", "build_target_name": "we63-liteos-xts_all"}} \ No newline at end of file -- Gitee