From 5365ed9e66e60bced9901811196d545e49837367 Mon Sep 17 00:00:00 2001 From: "taoshunli@huawei.com" Date: Mon, 24 Oct 2022 10:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=82=E5=95=86=E6=8E=A5=E5=85=A5L0XTS?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: taoshunli@huawei.com --- build_lite/Test.tmpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 build_lite/Test.tmpl diff --git a/build_lite/Test.tmpl b/build_lite/Test.tmpl new file mode 100755 index 000000000..079d79c37 --- /dev/null +++ b/build_lite/Test.tmpl @@ -0,0 +1,21 @@ +{ + "description": "Config for $module test cases", + "environment": [ + { + "type": "device", + "label": "wifiiot" + } + ], + "kits": [ + { + "type": "DeployToolKit", + "auto_deploy":"True", + "timeout": "2000000", + "upgrade_file_path":"resource/tools/UpgradeDevice_$product.py" + "burn_file": "$product/$module.bin" + } + ], + "driver": { + "type": "CTestLite" + } +} \ No newline at end of file -- GitLab