Skip to content

Commit

Permalink
Update test config to support ATS hardware (#33)
Browse files Browse the repository at this point in the history
* Update Pharlap test config file with host name and card identifier

* Modified device name mismatch error test to not override config with valid card name

* Update Linux x64 test config file with host name and card identifier

* Saved modified test VI for LabVIEW 2015
  • Loading branch information
Karl-G1 authored and rtzoeller committed Jun 21, 2019
1 parent d24a81e commit fb24a67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/Tests/System/Linux x64 System Tests/Assets/config.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[Overrides]
"Targets/Controller/IP Address" = "10.2.64.15"
"Targets/Controller/IP Address" = "VS-Eco-Slave-8880"
"Targets/Controller/Hardware/Chassis/Timing and Sync/NI Synchronization/user.CD.TimeKeeper" = "Dev1"
3 changes: 2 additions & 1 deletion Source/Tests/System/PharLap System Tests/Assets/config.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[Overrides]
"Targets/Controller/IP Address" = "10.2.104.8"
"Targets/Controller/IP Address" = "VS-Eco-Slave-8880"
"Targets/Controller/Hardware/Chassis/Timing and Sync/NI Synchronization/user.CD.TimeKeeper" = "Dev1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Overrides]
"Targets/Controller/IP Address" = "VS-Eco-Slave-8880"
Binary file not shown.

0 comments on commit fb24a67

Please sign in to comment.