Skip to content

Commit

Permalink
Add support for multi-platform system tests (#21)
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 1b8c68c commit 5712560
Show file tree
Hide file tree
Showing 2 changed files with 8 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]
"Loopback Resource Name" = "rio://VS-Eco-Slave-8880/RIO0"
7 changes: 7 additions & 0 deletions Source/Tests/System/targets.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Supported Targets]
Windows = localhost
PharLap = vs-eco-slave-8880
Linux64CRIO = vs-eco-fa-9045

[Active Configuration]
Platform = Windows

0 comments on commit 5712560

Please sign in to comment.