Skip to content

Commit 1f23f3b

Browse files
authored
Fix system tests to actually use targets.ini file (#77)
* Fix system tests to actually use targets.ini file * Update targets.ini file to include with Linux test runs
1 parent d4381d3 commit 1f23f3b

9 files changed

+115
-104
lines changed

Tests/System/VeriStandTestCaseSystemTests/Assets/BenchmarkConfiguration.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.

Tests/System/VeriStandTestCaseSystemTests/VeriStandTestCaseSystemTests.lvclass

Lines changed: 111 additions & 98 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Supported Targets]
2-
PharLap = vs-eco-slave-8880
2+
Linux64PXI = vs-eco-slave-8880
33

44
[Active Configuration]
5-
Platform = PharLap
5+
Platform = Linux64PXI
Binary file not shown.
Binary file not shown.
Binary file not shown.

VeriStand Test Utilities.lvproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@
9191
<Item Name="System" Type="Folder">
9292
<Item Name="VeriStandTestCaseSystemTests" Type="Folder">
9393
<Item Name="Assets" Type="Folder">
94-
<Item Name="BenchmarkConfiguration.ini" Type="Document" URL="../Tests/System/VeriStandTestCaseSystemTests/Assets/BenchmarkConfiguration.ini"/>
95-
<Item Name="DummyProperty.ini" Type="Document" URL="../Tests/System/VeriStandTestCaseSystemTests/Assets/DummyProperty.ini"/>
9694
<Item Name="MostlyEmpty.nivssdf" Type="Document" URL="../Tests/System/VeriStandTestCaseSystemTests/Assets/MostlyEmpty.nivssdf"/>
95+
<Item Name="Config.ini" Type="Document" URL="../Tests/System/VeriStandTestCaseSystemTests/Assets/Config.ini"/>
9796
</Item>
9897
<Item Name="VeriStandTestCaseSystemTests.lvclass" Type="LVClass" URL="../Tests/System/VeriStandTestCaseSystemTests/VeriStandTestCaseSystemTests.lvclass"/>
9998
</Item>
@@ -798,6 +797,7 @@
798797
<Item Name="NI_WebDAV.lvlib" Type="Library" URL="/&lt;vilib&gt;/WebDAVClient/NI_WebDAV.lvlib"/>
799798
<Item Name="Custom Device Utility Library.lvlib" Type="Library" URL="/&lt;vilib&gt;/NI Veristand/Custom Device Tools/Custom Device Utility Library/Custom Device Utility Library.lvlib"/>
800799
<Item Name="NIVeriStand_DataServices.dll" Type="Document" URL="/&lt;vilib&gt;/NI Veristand/Custom Device API/data/NIVeriStand_DataServices.dll"/>
800+
<Item Name="Space Constant.vi" Type="VI" URL="/&lt;vilib&gt;/dlg_ctls.llb/Space Constant.vi"/>
801801
</Item>
802802
<Item Name="CoreOperation.lvclass" Type="LVClass" URL="/&lt;nishared&gt;/LabVIEW CLI/Operations/CoreOperation/CoreOperation.lvclass"/>
803803
<Item Name="DOMUserDefRef.dll" Type="Document" URL="DOMUserDefRef.dll">

0 commit comments

Comments
 (0)