From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Type Files When Committing To Source Control

Hi all,

 

I have a project that will use custom steps types and custom data types. I would like to know how to manage this in source control.

 

The problem I have is that when I add a types.ini file, it does not allow me to enter a relative path (relative to my workspace) to its location. So I try to use the MyTypes.ini from the default <TestStand Public>/Components/TypePalettes/ directory. The problem with this is that If I revert to a previous version form source control on my deployment machine, the MyTypes.ini is not going to be reverted and I will get errors when they dont match the sequence files I just reverted, so I would have to manually do this which is not sustainable. 

 

Does anyone have a good idea of how to approach this problem? I basically want to use source control to develop the test on my development machine and check that code out of source control on the deployment machine without having to do any extra steps if I just want to revert to a previous version quickly. All the type files should go with my source control version so I can test a previous release but I cant use absolute paths because it may be different on the deployment machine. 

 

Thanks

0 Kudos
Message 1 of 3
(956 Views)

Loads of views and no answers🤔

0 Kudos
Message 2 of 3
(899 Views)

Hi semaj,

 

You need to create a TestStand Environment, so that all the configuration files can be set to a different location from the default.

https://zone.ni.com/reference/en-XX/help/370052AA-01/tsfundamentals/infotopics/tsenv/

http://www.ni.com/tutorial/54263/en/

 

Then you can set this path to your source code control, and you can manage as you like.

 

bigyo

0 Kudos
Message 3 of 3
(885 Views)