Skip to content

Commit

Permalink
Add support for multi-platform system tests (#29)
Browse files Browse the repository at this point in the history
This pull request uses the latest changes to the testing tools to implement multi-platform system tests. This required adding targets.ini files to each system test class directory.
  • Loading branch information
Karl-G1 authored Dec 11, 2019
1 parent 40e72fe commit 04a75b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tests/System/Assets/config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Overrides]
"Targets/Controller/Hardware/SLSC/SLSC Chassis/Chassis ID" = "VS-Eco-SLSC-12001"
"Targets/Controller/Hardware/SLSC/SLSC Chassis/Chassis ID" = "10.2.207.133"

[Properties]
"SLSC IP Address" = "VS-Eco-SLSC-12001"
Expand Down
8 changes: 8 additions & 0 deletions Source/Tests/System/targets.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Supported Targets]
Windows = localhost
PharLap = vs-eco-slave-8880
Linux64PXI = vs-eco-slave-8880
Linux64CRIO = vs-eco-fa-9045

[Active Configuration]
Platform = Windows

0 comments on commit 04a75b0

Please sign in to comment.