Skip to content

Commit d3b3733

Browse files
nevstopKivenJia
andauthored
Dev202409 (#61)
* copy VIs for fixing known-issues * 更新底层逻辑 * [fix] #58 Fix issue with nested array. Thanks @hautale for reporting this issue. * [fix] #2 Fix issue with 2d array in cluster, which is a known issue before. * [fix] Fix issue with cluster array/ 2D Cluster Array, which is a known issue before. * update VI property * try fix https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/10715050801/job/29712633643 * try fix: https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/10716185361/job/29732216383 * fix: https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/10722235637/job/29732681687 * https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/10722412425/job/29733261562 * https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/10722521378 * https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/actions/runs/10722688521 * 60 upgrade create vi tester cases (#63) * Convert all test to testcase #NOTES 中有一些问题,不知道是不是expected bechavior * Create Run Testcases.yml --------- Co-authored-by: KivenJia <316979271@qq.com> * exclude testcases * 添加中文的说明 * 60 upgrade create vi tester cases (#65) * 完成了 1D 2D 数组与 Cluster 的混搭数据结构测试 * 更新显示修改 --------- Co-authored-by: KivenJia <316979271@qq.com> * update README * update README.md * update lvproj * update vipb * 添加新的测试项 * fix cluster type * fix timestamp testcase * fix String To Indexed Enum_csm.vi * fix testcase * fix all testcases --------- Co-authored-by: NEVSTOP <nevstop> Co-authored-by: KivenJia <316979271@qq.com>
1 parent b9ee8e2 commit d3b3733

File tree

47 files changed

+899
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+899
-67
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Run Testcases
4+
5+
# Controls when the workflow will run
6+
on:
7+
# Triggers the workflow on push or pull request events but only for the main branch
8+
push:
9+
paths-ignore:
10+
- '**.md'
11+
- '**.txt'
12+
- '**.drawio'
13+
- '**.vipb'
14+
- '**.png'
15+
- '**.json'
16+
- '**.yml'
17+
18+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
19+
jobs:
20+
# This workflow contains a single job called "build"
21+
Run-Testcases:
22+
# The type of runner that the job will run on
23+
runs-on: [self-hosted, lv2017]
24+
25+
# Steps represent a sequence of tasks that will be executed as part of the job
26+
steps:
27+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28+
- uses: actions/checkout@v3
29+
30+
- name: Run lvCICD Test cases with VITester
31+
id: StartVITester
32+
uses: NEVSTOP-LAB/lvCICD@main
33+
with:
34+
LabVIEW_Version: 2017
35+
Operation: StartVITester
36+
Parameter1: ${{ github.workspace }}\CSM API String Arguments Support.lvproj

API-String-Arugments-Support/API String Arguments Support.lvlib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
<Item Name="CSM - Broadcast Data As API String.vim" Type="VI" URL="../CSM - Broadcast Data As API String.vim"/>
1717
</Item>
1818
<Item Name="Support" Type="Folder">
19+
<Item Name="StringAnalyze" Type="Folder">
20+
<Item Name="bracket code.vi" Type="VI" URL="../_Support/StringAnalyze/bracket code.vi"/>
21+
<Item Name="check if brackets Matched 2.vi" Type="VI" URL="../_Support/StringAnalyze/check if brackets Matched 2.vi"/>
22+
<Item Name="check if brackets Matched.vi" Type="VI" URL="../_Support/StringAnalyze/check if brackets Matched.vi"/>
23+
<Item Name="Get content in brackets.vi" Type="VI" URL="../_Support/StringAnalyze/Get content in brackets.vi"/>
24+
<Item Name="String to 1D Array 2.vi" Type="VI" URL="../_Support/StringAnalyze/String to 1D Array 2.vi"/>
25+
<Item Name="Strip brackets with Option.vi" Type="VI" URL="../_Support/StringAnalyze/Strip brackets with Option.vi"/>
26+
<Item Name="Strip brackets.vi" Type="VI" URL="../_Support/StringAnalyze/Strip brackets.vi"/>
27+
</Item>
28+
<Item Name="API String to 1D Array.vi" Type="VI" URL="../_Support/API String to 1D Array.vi"/>
29+
<Item Name="Cluster API String to 1D Array(Splite Nested Cluster).vi" Type="VI" URL="../_Support/Cluster API String to 1D Array(Splite Nested Cluster).vi"/>
1930
<Item Name="Convert API String Arguments to Data(variant).vi" Type="VI" URL="../_Support/Convert API String Arguments to Data(variant).vi"/>
2031
<Item Name="Data To API String Arguments.vi" Type="VI" URL="../_Support/Data To API String Arguments.vi"/>
2132
<Item Name="Query Data as API String Arguments(variant).vi" Type="VI" URL="../_Support/Query Data as API String Arguments(variant).vi"/>
Binary file not shown.
8.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
972 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)